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
Обновление до версии 2.9.0
giy
2022-09-02
ca47896204482bf4a6979e3838bf7f09f61cebeb
[omp_utils/QtVSTools.git]
/
Tests
/
ProjectFormats
/
200
/
QtProjectV200.cpp
1
2
3
4
5
6
7
#include "QtProjectV200.h"
QtProjectV200::QtProjectV200(QWidget *parent)
: QMainWindow(parent)
{
ui.setupUi(this);
}