Changeset 2394ede291 in tspsg for ui/settingsdialog.ui
- Timestamp:
- Jun 22, 2009, 10:29:49 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 0621172ec1
- Parents:
- e7f7d3854d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ui/settingsdialog.ui
re7f7d3854d r2394ede291 7 7 <x>0</x> 8 8 <y>0</y> 9 <width>4 66</width>10 <height>1 72</height>9 <width>498</width> 10 <height>188</height> 11 11 </rect> 12 12 </property> … … 240 240 <item> 241 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> 242 248 <property name="text"> 243 249 <string>&Левый отступ:</string> … … 270 276 </item> 271 277 <item> 272 < widget class="QSplitter" name="splitter">273 <property name=" orientation">274 < enum>Qt::Horizontal</enum>278 <layout class="QHBoxLayout" name="horizontalLayout"> 279 <property name="spacing"> 280 <number>0</number> 275 281 </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> 303 </widget> 282 <item> 283 <widget class="QPushButton" name="buttonColor"> 284 <property name="cursor"> 285 <cursorShape>PointingHandCursor</cursorShape> 286 </property> 287 <property name="text"> 288 <string>&Цвет...</string> 289 </property> 290 <property name="icon"> 291 <iconset resource="../resources/tspsg.qrc"> 292 <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset> 293 </property> 294 </widget> 295 </item> 296 <item> 297 <widget class="QPushButton" name="buttonFont"> 298 <property name="cursor"> 299 <cursorShape>PointingHandCursor</cursorShape> 300 </property> 301 <property name="statusTip"> 302 <string>Задать параметры шрифта, используемого при печати</string> 303 </property> 304 <property name="text"> 305 <string>&Шрифт...</string> 306 </property> 307 <property name="icon"> 308 <iconset resource="../resources/tspsg.qrc"> 309 <normaloff>:/images/buttons/buttons/Font.png</normaloff>:/images/buttons/buttons/Font.png</iconset> 310 </property> 311 </widget> 312 </item> 313 </layout> 304 314 </item> 305 315 </layout>
Note: See TracChangeset
for help on using the changeset viewer.