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>
This commit is contained in:
Tomaz Canabrava 2015-02-09 17:09:06 -02:00 committed by Dirk Hohndel
parent 486226be18
commit 93198a8098
2 changed files with 24 additions and 24 deletions

View file

@ -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>