diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-15 13:20:05 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-16 10:12:31 +0700 |
commit | 52064d9e02a6ca559beb8f8e64e28e2ef77c5e44 (patch) | |
tree | d3327a8dca6a0e7d80120c0af08e9bab44583802 /qt-ui/mainwindow.cpp | |
parent | 7affccdf5b2baff6fb757ca41ffe11ec953f27d6 (diff) | |
download | subsurface-52064d9e02a6ca559beb8f8e64e28e2ef77c5e44.tar.gz |
Added debug code to help understand the Profile
This commit adds a QTableView if built in debug mode. This is very userful
to understand the Profile that will be drawn by the graphics classes and
fix the possible errors.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r-- | qt-ui/mainwindow.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index ad7d26a4e..293bc84be 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -125,6 +125,9 @@ void MainWindow::on_actionOpen_triggered() loadFiles( QStringList() << filename ); } +QTabWidget *MainWindow::tabWidget(){ + return ui.tabWidget; +} void MainWindow::on_actionSave_triggered() { file_save(); |