| 554 | |
| 555 | |
| 556 | GraphicContainer* MainWindow::currentTabInfo() |
| 557 | { |
| 558 | int index = ui->tabWidget->currentIndex(); |
| 559 | QString tab_name = ui->tabWidget->tabText(index); |
| 560 | return getTabByName(tab_name); |
| 561 | } |
| 562 | |
| 563 | GraphicContainer *MainWindow::getTabByName(const QString &tab_name) |
| 564 | { |
no outgoing calls