mainwindow: set window title
Cette révision appartient à :
Parent
09aaf1da04
révision
3fd4e47196
@ -21,6 +21,7 @@
|
||||
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setWindowTitle(QCoreApplication::applicationName());
|
||||
QSettings settings;
|
||||
|
||||
db = QSqlDatabase::addDatabase("QSQLITE");
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur