Changeset 25 in tspsg-svn


Ignore:
Timestamp:
Jun 22, 2009, 10:29:49 AM (15 years ago)
Author:
laleppa
Message:

Minor UI changes.

Location:
trunk/ui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ui/settingsdialog.ce.ui

    r21 r25  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>235</width>
    10     <height>264</height>
     9    <width>214</width>
     10    <height>207</height>
    1111   </rect>
    1212  </property>
  • trunk/ui/settingsdialog.ui

    r21 r25  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>466</width>
    10     <height>172</height>
     9    <width>498</width>
     10    <height>188</height>
    1111   </rect>
    1212  </property>
     
    240240               <item>
    241241                <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>
    242248                 <property name="text">
    243249                  <string>&amp;Левый отступ:</string>
     
    270276             </item>
    271277             <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>
    275281               </property>
    276                <widget class="QPushButton" name="buttonColor">
    277                 <property name="cursor">
    278                  <cursorShape>PointingHandCursor</cursorShape>
    279                 </property>
    280                 <property name="text">
    281                  <string>&amp;Цвет...</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>&amp;Шрифт...</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>&amp;Цвет...</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>&amp;Шрифт...</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>
    304314             </item>
    305315            </layout>
Note: See TracChangeset for help on using the changeset viewer.