Line up controls in object editor.

This commit is contained in:
Jim Evins
2015-08-23 08:25:33 -04:00
parent 9dd72a3524
commit 85541c2ec3
2 changed files with 56 additions and 2 deletions
+1 -1
View File
@@ -888,7 +888,7 @@ namespace glabels
/// ///
/// Is this object locate at x,y? /// Is this object located at x,y?
/// ///
bool LabelModelObject::isLocatedAt( double scale, double x, double y ) const bool LabelModelObject::isLocatedAt( double scale, double x, double y ) const
{ {
+55 -1
View File
@@ -70,7 +70,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QTabWidget" name="notebook"> <widget class="QTabWidget" name="notebook">
<property name="currentIndex"> <property name="currentIndex">
<number>5</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="textPage"> <widget class="QWidget" name="textPage">
<attribute name="title"> <attribute name="title">
@@ -848,6 +848,12 @@
</property> </property>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_10"> <widget class="QLabel" name="label_10">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Width:</string> <string>Width:</string>
</property> </property>
@@ -855,6 +861,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_11"> <widget class="QLabel" name="label_11">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Color:</string> <string>Color:</string>
</property> </property>
@@ -926,6 +938,12 @@
<layout class="QFormLayout" name="formLayout_4"> <layout class="QFormLayout" name="formLayout_4">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_12"> <widget class="QLabel" name="label_12">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Color:</string> <string>Color:</string>
</property> </property>
@@ -988,6 +1006,12 @@
<layout class="QFormLayout" name="formLayout_9"> <layout class="QFormLayout" name="formLayout_9">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_25"> <widget class="QLabel" name="label_25">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>X:</string> <string>X:</string>
</property> </property>
@@ -1009,6 +1033,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_26"> <widget class="QLabel" name="label_26">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Y:</string> <string>Y:</string>
</property> </property>
@@ -1056,6 +1086,12 @@
<layout class="QFormLayout" name="formLayout_10"> <layout class="QFormLayout" name="formLayout_10">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_29"> <widget class="QLabel" name="label_29">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Width:</string> <string>Width:</string>
</property> </property>
@@ -1077,6 +1113,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_30"> <widget class="QLabel" name="label_30">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Height:</string> <string>Height:</string>
</property> </property>
@@ -1154,6 +1196,12 @@
<layout class="QFormLayout" name="formLayout_11"> <layout class="QFormLayout" name="formLayout_11">
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label_33"> <widget class="QLabel" name="label_33">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Length:</string> <string>Length:</string>
</property> </property>
@@ -1175,6 +1223,12 @@
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_35"> <widget class="QLabel" name="label_35">
<property name="minimumSize">
<size>
<width>50</width>
<height>0</height>
</size>
</property>
<property name="text"> <property name="text">
<string>Angle:</string> <string>Angle:</string>
</property> </property>