diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-02-09 17:09:06 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-02-10 10:45:45 -0800 |
commit | 93198a80986da2179088125e376691dd99da6dcc (patch) | |
tree | f5bd5b74a0a2e726b6cc981e95087b9463530538 /qt-ui/mainwindow.ui | |
parent | 486226be181196439d56bd43dc03e8b2fae8ea69 (diff) | |
download | subsurface-93198a80986da2179088125e376691dd99da6dcc.tar.gz |
Change splitter names to something more meaningfull
listGlobe and infoProfileSplitters weren't good names as
now we will be able to create more types of widgets there
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 9507b5fc8..9140e8951 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -23,7 +23,7 @@ <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="QSplitter" name="infoProfileSplitter"> + <widget class="QSplitter" name="topSplitter"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> @@ -64,7 +64,7 @@ </layout> </widget> </widget> - <widget class="QSplitter" name="listGlobeSplitter"> + <widget class="QSplitter" name="bottomSplitter"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> |