Rev 113 | Rev 116 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 113 | Rev 114 | ||
---|---|---|---|
Line 19... | Line 19... | ||
19 | ok = file_tmp.open(QIODevice::ReadWrite | QIODevice::Text); |
19 | ok = file_tmp.open(QIODevice::ReadWrite | QIODevice::Text); |
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 | ui->treeWidget->setAlternatingRowColors(true); |
|
- | 25 | ui->treeWidget_2->setAlternatingRowColors(true); |
|
24 | MainWindow::openDataBase(); |
26 | MainWindow::openDataBase(); |
25 | MainWindow::buildPreviewModel(tr("Ìîÿ ìîäåëü"), tr("46")); |
27 | MainWindow::buildPreviewModel(tr("Ìîÿ ìîäåëü"), tr("7")); |
26 | MainWindow::initComboBox(); |
28 | MainWindow::initComboBox(); |
27 | getDatabaseData(); |
29 | getDatabaseData(); |
28 | 30 | ||
29 | 31 | ||
30 | }
|
32 | }
|