diff options
author | Amit Chaudhuri <amit.k.chaudhuri@gmail.com> | 2013-04-10 08:07:02 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-10 07:35:07 -0700 |
commit | 6e02e9d5b7857d78a4f941b49bf884b1b96a58fe (patch) | |
tree | 297314d012ae9b3cab68f32d44a78188adfb2719 /qt-ui/mainwindow.ui | |
parent | 55106a75831af9260858896118d576c5156dc5d2 (diff) | |
download | subsurface-6e02e9d5b7857d78a4f941b49bf884b1b96a58fe.tar.gz |
Add logic to switch views
Rename the 3 main widgets in the Qt mainwindow.
Wire view menu options to the setVisible methods of same.
Signed-off-by: Amit Chaudhuri <amit.k.chaudhuri@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 96751dc0c..65b18c757 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -24,10 +24,10 @@ <property name="orientation"> <enum>Qt::Horizontal</enum> </property> - <widget class="MainTab" name="widget" native="true"/> - <widget class="QGraphicsView" name="graphicsView"/> + <widget class="MainTab" name="InfoWidget" native="true"/> + <widget class="QGraphicsView" name="ProfileWidget"/> </widget> - <widget class="QTableView" name="tableView"/> + <widget class="QTableView" name="ListWidget"/> </widget> </item> <item> |