Changeset aecdf994f9 in tspsg for ui/settingsdialog.ui
- Timestamp:
- Jun 22, 2009, 1:37:12 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- d5384ee64e
- Parents:
- 799ba1e3f2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ui
r799ba1e3f2 raecdf994f9 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 36</width>9 <width>466</width> 10 10 <height>172</height> 11 11 </rect> … … 235 235 <string>Настройки печати:</string> 236 236 </property> 237 <layout class="QVBoxLayout" >237 <layout class="QVBoxLayout" name="verticalLayout"> 238 238 <item> 239 239 <layout class="QHBoxLayout"> … … 270 270 </item> 271 271 <item> 272 <widget class="Q PushButton" name="buttonFont">273 <property name=" cursor">274 < cursorShape>PointingHandCursor</cursorShape>272 <widget class="QSplitter" name="splitter"> 273 <property name="orientation"> 274 <enum>Qt::Horizontal</enum> 275 275 </property> 276 <property name="statusTip"> 277 <string>Задать параметры шрифта, используемого при печати</string> 278 </property> 279 <property name="text"> 280 <string>&Шрифт...</string> 281 </property> 282 <property name="icon"> 283 <iconset resource="../resources/tspsg.qrc"> 284 <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset> 285 </property> 276 <widget class="QPushButton" name="buttonColor"> 277 <property name="cursor"> 278 <cursorShape>PointingHandCursor</cursorShape> 279 </property> 280 <property name="text"> 281 <string>&Цвет...</string> 282 </property> 283 <property name="icon"> 284 <iconset resource="../resources/tspsg.qrc"> 285 <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset> 286 </property> 287 </widget> 288 <widget class="QPushButton" name="buttonFont"> 289 <property name="cursor"> 290 <cursorShape>PointingHandCursor</cursorShape> 291 </property> 292 <property name="statusTip"> 293 <string>Задать параметры шрифта, используемого при печати</string> 294 </property> 295 <property name="text"> 296 <string>&Шрифт...</string> 297 </property> 298 <property name="icon"> 299 <iconset resource="../resources/tspsg.qrc"> 300 <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset> 301 </property> 302 </widget> 286 303 </widget> 287 304 </item> … … 292 309 </item> 293 310 <item> 294 <widget class="QCheckBox" name="c heckBox">311 <widget class="QCheckBox" name="cbSaveState"> 295 312 <property name="cursor"> 296 313 <cursorShape>PointingHandCursor</cursorShape> … … 427 444 <resources> 428 445 <include location="../resources/tspsg.qrc"/> 446 <include location="../resources/tspsg.qrc"/> 429 447 </resources> 430 448 <connections/>
Note: See TracChangeset
for help on using the changeset viewer.