src/settingseditor/settingseditor.ui

changeset 44
c6114b3af3a6
parent 40
30cb5e836736
child 45
272c84c7c87e
equal deleted inserted replaced
43:08dc62e03a6d 44:c6114b3af3a6
74 <item> 74 <item>
75 <widget class="QGroupBox" name="groupBox_2"> 75 <widget class="QGroupBox" name="groupBox_2">
76 <property name="title"> 76 <property name="title">
77 <string>Rendering</string> 77 <string>Rendering</string>
78 </property> 78 </property>
79 <layout class="QFormLayout" name="formLayout_2"> 79 <layout class="QHBoxLayout" name="horizontalLayout">
80 <item row="0" column="0"> 80 <item>
81 <widget class="QLabel" name="label_2"> 81 <layout class="QFormLayout" name="formLayout_2">
82 <property name="text"> 82 <item row="0" column="0">
83 <string>Main colour:</string> 83 <widget class="QLabel" name="label_2">
84 </property> 84 <property name="text">
85 </widget> 85 <string>Main colour:</string>
86 </item> 86 </property>
87 <item row="0" column="1"> 87 </widget>
88 <layout class="QHBoxLayout" name="horizontalLayout"> 88 </item>
89 <item> 89 <item row="0" column="1">
90 <widget class="ColorButton" name="mainColorButton"> 90 <widget class="ColorButton" name="mainColorButton">
91 <property name="text"> 91 <property name="text">
92 <string/> 92 <string/>
93 </property> 93 </property>
94 </widget> 94 </widget>
95 </item> 95 </item>
96 <item> 96 <item row="1" column="0">
97 <spacer name="horizontalSpacer"> 97 <widget class="QLabel" name="label_3">
98 <property name="orientation"> 98 <property name="text">
99 <enum>Qt::Horizontal</enum> 99 <string>Background colour:</string>
100 </property> 100 </property>
101 <property name="sizeHint" stdset="0"> 101 </widget>
102 <size> 102 </item>
103 <width>40</width> 103 <item row="1" column="1">
104 <height>20</height> 104 <widget class="ColorButton" name="backgroundColorButton">
105 </size> 105 <property name="text">
106 </property> 106 <string/>
107 </spacer> 107 </property>
108 </widget>
109 </item>
110 <item row="2" column="0">
111 <widget class="QLabel" name="label_4">
112 <property name="text">
113 <string>Line thickness:</string>
114 </property>
115 </widget>
116 </item>
117 <item row="2" column="1">
118 <widget class="QDoubleSpinBox" name="lineThickness"/>
108 </item> 119 </item>
109 </layout> 120 </layout>
110 </item> 121 </item>
111 <item row="1" column="0"> 122 <item>
112 <widget class="QLabel" name="label_3"> 123 <spacer name="horizontalSpacer_3">
113 <property name="text">
114 <string>Background colour:</string>
115 </property>
116 </widget>
117 </item>
118 <item row="1" column="1">
119 <layout class="QHBoxLayout" name="horizontalLayout_3">
120 <item>
121 <widget class="ColorButton" name="backgroundColorButton">
122 <property name="text">
123 <string/>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <spacer name="horizontalSpacer_3">
129 <property name="orientation">
130 <enum>Qt::Horizontal</enum>
131 </property>
132 <property name="sizeHint" stdset="0">
133 <size>
134 <width>40</width>
135 <height>20</height>
136 </size>
137 </property>
138 </spacer>
139 </item>
140 </layout>
141 </item>
142 <item row="2" column="0">
143 <spacer name="verticalSpacer_2">
144 <property name="orientation"> 124 <property name="orientation">
145 <enum>Qt::Vertical</enum> 125 <enum>Qt::Horizontal</enum>
146 </property> 126 </property>
147 <property name="sizeHint" stdset="0"> 127 <property name="sizeHint" stdset="0">
148 <size> 128 <size>
149 <width>20</width> 129 <width>316</width>
150 <height>40</height> 130 <height>20</height>
151 </size> 131 </size>
152 </property> 132 </property>
153 </spacer> 133 </spacer>
154 </item> 134 </item>
155 </layout> 135 </layout>

mercurial