Rev 110 | Rev 114 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 110 | Rev 113 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | QTextStream out(&file_tmp); |
20 | QTextStream out(&file_tmp); |
21 | out << MainWindow::modelString; |
21 | out << MainWindow::modelString; |
22 | file_tmp.close(); |
22 | file_tmp.close(); |
23 | 23 | ||
24 | MainWindow::openDataBase(); |
24 | MainWindow::openDataBase(); |
25 | MainWindow::buildPreviewModel(tr("Ìîÿ ìîäåëü"), tr("7")); |
25 | MainWindow::buildPreviewModel(tr("Ìîÿ ìîäåëü"), tr("46")); |
26 | MainWindow::initComboBox(); |
26 | MainWindow::initComboBox(); |
27 | getDatabaseData(); |
27 | getDatabaseData(); |
28 | 28 | ||
29 | 29 | ||
30 | }
|
30 | }
|