mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
55106a7583
commit
6e02e9d5b7
2 changed files with 19 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue