empty qt6 mainwindow

This commit is contained in:
georgemoralis
2022-10-27 10:39:12 +03:00
parent 93ea2d4fd1
commit 4cb16a1478
6 changed files with 93 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
#include "shadps4gui.h"
shadps4gui::shadps4gui(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
}
shadps4gui::~shadps4gui()
{}