mainwindow: set window title
This commit is contained in:
والد
09aaf1da04
کامیت
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");
|
||||
|
بارگذاری…
مرجع در شماره جدید
Block a user