diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-02 17:14:02 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-02 22:24:50 -0800 |
commit | 36ba5d3382e89f247b5bde2efd0aac4428c34d96 (patch) | |
tree | f422d681907fd9593262587fd129d5db1d95b27b /qt-ui/mainwindow.ui | |
parent | 57b49a78334089e233f740d5f150845c1a757c73 (diff) | |
download | subsurface-36ba5d3382e89f247b5bde2efd0aac4428c34d96.tar.gz |
Give more layouts reasonable names
This time for the mainwindow.
This includes an adjustment in the C++ code where we actually referenced
one of those weird generic names.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 08c8d3451..ca5db455c 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -11,7 +11,7 @@ </rect> </property> <widget class="QWidget" name="centralwidget"> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="fullWindowLayout"> <property name="spacing"> <number>0</number> </property> @@ -44,7 +44,7 @@ <number>0</number> </property> <widget class="QWidget" name="page"> - <layout class="QHBoxLayout" name="horizontalLayout_3"> + <layout class="QHBoxLayout" name="mainTabOuterLayout"> <property name="spacing"> <number>0</number> </property> @@ -69,7 +69,7 @@ <property name="enabled"> <bool>true</bool> </property> - <layout class="QHBoxLayout" name="horizontalLayout_4"> + <layout class="QHBoxLayout" name="profileOuterLayout"> <property name="spacing"> <number>0</number> </property> @@ -96,7 +96,7 @@ </widget> </widget> <widget class="QWidget" name="ProfileWidget"> - <layout class="QGridLayout" name="gridLayout"> + <layout class="QGridLayout" name="profileInnerLayout"> <property name="leftMargin"> <number>0</number> </property> @@ -127,7 +127,7 @@ <number>0</number> </property> <widget class="QWidget" name="page_3"> - <layout class="QVBoxLayout" name="verticalLayout_4"> + <layout class="QVBoxLayout" name="diveListLayout"> <item> <widget class="DiveListView" name="ListWidget"> <property name="selectionMode"> @@ -150,7 +150,7 @@ <verstretch>0</verstretch> </sizepolicy> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="globeLayout"> <item> <widget class="GlobeGPS" name="globe" native="true"/> </item> @@ -165,7 +165,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> + <layout class="QHBoxLayout" name="divePlanLayout"> <item> <widget class="QLabel" name="divePlanOutputLabel"> <property name="maximumSize"> |