Subversion Repositories OpenInventory

Rev

Rev 201 | Rev 206 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 205
Line 4... Line 4...
4
MainWindow::MainWindow(QWidget *parent) :
4
MainWindow::MainWindow(QWidget *parent) :
5
    QMainWindow(parent),
5
    QMainWindow(parent),
6
    ui(new Ui::MainWindow)
6
    ui(new Ui::MainWindow)
7
{
7
{
8
    ui->setupUi(this);
8
    ui->setupUi(this);
-
 
9
    ui->centralWidget->setLayout(ui->verticalLayout);
-
 
10
    ui->tab->setLayout(ui->horizontalLayout);
-
 
11
    ui->tab_2->setLayout(ui->horizontalLayout_3);
9
   // connect( ui->comboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(on_currentIndexChanged(int)));
12
   // connect( ui->comboBox, SIGNAL(currentIndexChanged(int)), this, SLOT(on_currentIndexChanged(int)));
10
    model_is_build = false;
13
    model_is_build = false;
11
   // MainWindow::readModel();
14
   // MainWindow::readModel();
12
15
13
   //QString model_str;
16
   //QString model_str;