Changeset 430bd7f7e9 in tspsg for ui/settingsdialog.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.ui
rb5c9bcb585 r430bd7f7e9 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 48</width>10 <height>17 4</height>9 <width>415</width> 10 <height>176</height> 11 11 </rect> 12 12 </property> … … 231 231 </item> 232 232 <item> 233 <widget class="QGroupBox" name="group PrintSetup">233 <widget class="QGroupBox" name="groupOutputSettings"> 234 234 <property name="title"> 235 <string> Print settings:</string>235 <string>Output settings:</string> 236 236 </property> 237 237 <layout class="QVBoxLayout" name="verticalLayout"> 238 238 <item> 239 <layout class="QHBoxLayout"> 240 <item> 241 <widget class="QLabel" name="labelLeftMargin"> 242 <property name="sizePolicy"> 243 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 244 <horstretch>0</horstretch> 245 <verstretch>0</verstretch> 246 </sizepolicy> 247 </property> 248 <property name="text"> 249 <string>&Left margin:</string> 250 </property> 251 <property name="buddy"> 252 <cstring>spinLeftMargin</cstring> 253 </property> 254 </widget> 255 </item> 256 <item> 257 <widget class="QSpinBox" name="spinLeftMargin"> 258 <property name="cursor"> 259 <cursorShape>PointingHandCursor</cursorShape> 260 </property> 261 <property name="statusTip"> 262 <string>Left border margin for page</string> 263 </property> 264 <property name="maximum"> 265 <number>999</number> 266 </property> 267 <property name="singleStep"> 268 <number>10</number> 269 </property> 270 <property name="value"> 271 <number>100</number> 272 </property> 273 </widget> 274 </item> 275 </layout> 239 <widget class="QPushButton" name="buttonFont"> 240 <property name="cursor"> 241 <cursorShape>PointingHandCursor</cursorShape> 242 </property> 243 <property name="statusTip"> 244 <string>Font face for printing</string> 245 </property> 246 <property name="text"> 247 <string>&Font...</string> 248 </property> 249 <property name="icon"> 250 <iconset resource="../resources/tspsg.qrc"> 251 <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset> 252 </property> 253 </widget> 276 254 </item> 277 255 <item> 278 <layout class="QHBoxLayout" name="horizontalLayout"> 279 <property name="spacing"> 280 <number>0</number> 281 </property> 282 <item> 283 <widget class="QPushButton" name="buttonColor"> 284 <property name="cursor"> 285 <cursorShape>PointingHandCursor</cursorShape> 286 </property> 287 <property name="statusTip"> 288 <string>Font color for printing</string> 289 </property> 290 <property name="text"> 291 <string>&Color...</string> 292 </property> 293 <property name="icon"> 294 <iconset resource="../resources/tspsg.qrc"> 295 <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset> 296 </property> 297 </widget> 298 </item> 299 <item> 300 <widget class="QPushButton" name="buttonFont"> 301 <property name="cursor"> 302 <cursorShape>PointingHandCursor</cursorShape> 303 </property> 304 <property name="statusTip"> 305 <string>Font face for printing</string> 306 </property> 307 <property name="text"> 308 <string>&Font...</string> 309 </property> 310 <property name="icon"> 311 <iconset resource="../resources/tspsg.qrc"> 312 <normaloff>:/images/icons/fonts.png</normaloff>:/images/icons/fonts.png</iconset> 313 </property> 314 </widget> 315 </item> 316 </layout> 256 <widget class="QPushButton" name="buttonColor"> 257 <property name="cursor"> 258 <cursorShape>PointingHandCursor</cursorShape> 259 </property> 260 <property name="statusTip"> 261 <string>Font color for printing</string> 262 </property> 263 <property name="text"> 264 <string>&Color...</string> 265 </property> 266 <property name="icon"> 267 <iconset resource="../resources/tspsg.qrc"> 268 <normaloff>:/images/icons/color_line.png</normaloff>:/images/icons/color_line.png</iconset> 269 </property> 270 </widget> 317 271 </item> 318 272 </layout> … … 400 354 </sizepolicy> 401 355 </property> 356 <property name="minimumSize"> 357 <size> 358 <width>0</width> 359 <height>28</height> 360 </size> 361 </property> 362 <property name="maximumSize"> 363 <size> 364 <width>16777215</width> 365 <height>28</height> 366 </size> 367 </property> 402 368 <property name="statusTip"> 403 369 <string>Hover mouse pointer over dialog elements to get additional help</string> … … 460 426 <resources> 461 427 <include location="../resources/tspsg.qrc"/> 428 <include location="../resources/tspsg.qrc"/> 429 <include location="../resources/tspsg.qrc"/> 430 <include location="../resources/tspsg.qrc"/> 431 <include location="../resources/tspsg.qrc"/> 432 <include location="../resources/tspsg.qrc"/> 433 <include location="../resources/tspsg.qrc"/> 434 <include location="../resources/tspsg.qrc"/> 435 <include location="../resources/tspsg.qrc"/> 462 436 </resources> 463 437 <connections/>
Note: See TracChangeset
for help on using the changeset viewer.