src/settingseditor/settingseditor.ui

changeset 48
3c10f0e2fbe0
parent 45
272c84c7c87e
child 202
b05af0bab735
equal deleted inserted replaced
47:cd6704009eb9 48:3c10f0e2fbe0
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 row="2" column="0">
97 <widget class="QLabel" name="label_3">
98 <property name="text">
99 <string>Background colour:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="2" column="1">
104 <widget class="ColorButton" name="backgroundColorButton">
105 <property name="text">
106 <string/>
107 </property>
108 </widget>
109 </item>
110 <item row="4" 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="4" column="1">
118 <widget class="QDoubleSpinBox" name="lineThickness"/>
119 </item>
120 <item row="5" column="0">
121 <widget class="QCheckBox" name="lineAntiAliasing">
122 <property name="text">
123 <string>Line anti-aliasing</string>
124 </property>
125 </widget>
126 </item>
127 <item row="1" column="1">
128 <widget class="ColorButton" name="selectedColorButton">
129 <property name="text">
130 <string/>
131 </property>
132 </widget>
133 </item>
96 <item row="1" column="0"> 134 <item row="1" column="0">
97 <widget class="QLabel" name="label_3"> 135 <widget class="QLabel" name="label_5">
98 <property name="text"> 136 <property name="text">
99 <string>Background colour:</string> 137 <string>Selected colour:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="1" column="1">
104 <widget class="ColorButton" name="backgroundColorButton">
105 <property name="text">
106 <string/>
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"/>
119 </item>
120 <item row="3" column="0">
121 <widget class="QCheckBox" name="lineAntiAliasing">
122 <property name="text">
123 <string>Line anti-aliasing</string>
124 </property> 138 </property>
125 </widget> 139 </widget>
126 </item> 140 </item>
127 </layout> 141 </layout>
128 </item> 142 </item>

mercurial