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
Инициализация исходников QtVsTools v2.8.1
giy
2022-06-13
175679ae608f0b295d761588d332f635b21bdf30
[omp_utils/QtVSTools.git]
/
Tests
/
concurrency
/
Solution1
/
QtWidgetsApplication1
/
QtWidgetsApplication1.cpp
1
2
3
4
5
6
7
8
9
10
11
#include "QtWidgetsApplication1.h"
#include "QtClass.h"
#include "Header.h"
QtWidgetsApplication1::QtWidgetsApplication1(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
qtObject = new QtClass(this);
foobar();
}