dashboard
repositories
filestore
activity
search
login
author
committer
commit
omp_utils
/
QtVSTools
Наша сборка Qt VS Tools
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Правка подключения include для moc скрипта
giy
2022-06-22
b216654282322c680935d5e5b841908a5fa58889
[omp_utils/QtVSTools.git]
/
Tests
/
concurrency
/
Solution1
/
QtWidgetsApplication2
/
QtWidgetsApplication2.cpp
1
2
3
4
5
6
7
8
9
#include "QtWidgetsApplication2.h"
#include "QtClass.h"
QtWidgetsApplication2::QtWidgetsApplication2(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
qtObject = new QtClass(this);
}