Changeset 430bd7f7e9 in tspsg for ui/settingsdialog.ce.ui
- Timestamp:
- Jul 31, 2009, 8:23:07 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- ec54b4490b
- Parents:
- b5c9bcb585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ce.ui
rb5c9bcb585 r430bd7f7e9 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>2 35</width>10 <height> 180</height>9 <width>205</width> 10 <height>212</height> 11 11 </rect> 12 12 </property> … … 180 180 </item> 181 181 <item> 182 <layout class="QHBoxLayout" name="horizontalLayout_2"> 183 <item> 184 <spacer name="horizontalSpacer_3"> 185 <property name="orientation"> 186 <enum>Qt::Horizontal</enum> 187 </property> 188 <property name="sizeHint" stdset="0"> 189 <size> 190 <width>40</width> 191 <height>20</height> 192 </size> 193 </property> 194 </spacer> 195 </item> 196 <item> 197 <widget class="QPushButton" name="buttonColor"> 198 <property name="cursor"> 199 <cursorShape>PointingHandCursor</cursorShape> 200 </property> 201 <property name="statusTip"> 202 <string>Font color for printing</string> 203 </property> 204 <property name="text"> 205 <string>&Color...</string> 206 </property> 207 <property name="icon"> 208 <iconset resource="../resources/tspsg.qrc"> 209 <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset> 210 </property> 211 </widget> 212 </item> 213 <item> 214 <widget class="QPushButton" name="buttonFont"> 215 <property name="cursor"> 216 <cursorShape>PointingHandCursor</cursorShape> 217 </property> 218 <property name="statusTip"> 219 <string>Font face for printing</string> 220 </property> 221 <property name="text"> 222 <string>&Font...</string> 223 </property> 224 <property name="icon"> 225 <iconset resource="../resources/tspsg.qrc"> 226 <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset> 227 </property> 228 </widget> 229 </item> 230 </layout> 182 <widget class="QGroupBox" name="groupOutputSettings"> 183 <property name="title"> 184 <string>Output settings:</string> 185 </property> 186 <layout class="QHBoxLayout" name="horizontalLayout"> 187 <item> 188 <widget class="QPushButton" name="buttonFont"> 189 <property name="cursor"> 190 <cursorShape>PointingHandCursor</cursorShape> 191 </property> 192 <property name="statusTip"> 193 <string>Font face for printing</string> 194 </property> 195 <property name="text"> 196 <string>&Font...</string> 197 </property> 198 <property name="icon"> 199 <iconset resource="../resources/tspsg.qrc"> 200 <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset> 201 </property> 202 </widget> 203 </item> 204 <item> 205 <widget class="QPushButton" name="buttonColor"> 206 <property name="cursor"> 207 <cursorShape>PointingHandCursor</cursorShape> 208 </property> 209 <property name="statusTip"> 210 <string>Font color for printing</string> 211 </property> 212 <property name="text"> 213 <string>&Color...</string> 214 </property> 215 <property name="icon"> 216 <iconset resource="../resources/tspsg.qrc"> 217 <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset> 218 </property> 219 </widget> 220 </item> 221 </layout> 222 </widget> 231 223 </item> 232 224 <item>
Note: See TracChangeset
for help on using the changeset viewer.