src/MainWindow.cpp

changeset 103
6da4e93b6ceb
parent 91
409d9c7214be
child 131
0115b97e8c39
equal deleted inserted replaced
102:b017001850df 103:6da4e93b6ceb
245 RecipesTreeWindow = new RecipesTree(this); 245 RecipesTreeWindow = new RecipesTree(this);
246 int index = ui->mainStack->count(); 246 int index = ui->mainStack->count();
247 ui->mainStack->addWidget(RecipesTreeWindow); 247 ui->mainStack->addWidget(RecipesTreeWindow);
248 ui->mainStack->setCurrentIndex(index); 248 ui->mainStack->setCurrentIndex(index);
249 setWindowTitle( QString("BMSapp - %1 - Recipes").arg(VERSIONSTRING)); 249 setWindowTitle( QString("BMSapp - %1 - Recipes").arg(VERSIONSTRING));
250 // ui->menuBar->setVisible(false); 250 ui->menuBar->setVisible(false);
251 } 251 }
252 252
253 253
254 void MainWindow::fromInventorySuppliers() 254 void MainWindow::fromInventorySuppliers()
255 { 255 {

mercurial