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
Правки генерации и удаления moc файлов: 1) Теперь в фильтре проекта Generat...
giy
2023-01-19
34cb20862559eed3225fb0875b01aace38cbd3b6
[omp_utils/QtVSTools.git]
/
Templates
/
gui
/
main.cpp
1
2
3
4
5
6
7
8
9
10
$include$
#include <QtWidgets/QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
$namespace$$classname$ w;
w.show();
return a.exec();
}