mainwindow: set window title
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
d6df8d583b
υποβολή
9ca1809d67
@ -23,6 +23,7 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
ui(new Ui::MainWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setWindowTitle(QCoreApplication::applicationName());
|
||||
QSettings settings;
|
||||
|
||||
db = QSqlDatabase::addDatabase("QSQLITE");
|
||||
|
Φόρτωση…
Αναφορά σε νέο ζήτημα
Block a user