Changeset aecdf994f9 in tspsg for ui


Ignore:
Timestamp:
Jun 22, 2009, 1:37:12 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
d5384ee64e
Parents:
799ba1e3f2
Message:

+ Settings are now saved and restored.
+ Font color selection in settings.
+ Primitive about dialog.
+ Automatic resizing of cells to its contents in wince.

  • No "Save window position" checkbox in wince.
Location:
ui
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r799ba1e3f2 raecdf994f9  
    350350    <string>Сохранить ход и граф решения</string>
    351351   </property>
    352    <property name="shortcut">
    353     <string>Ctrl+S</string>
    354    </property>
    355352  </action>
    356353  <action name="actionFileNew">
  • ui/mainwindow.ui

    r799ba1e3f2 raecdf994f9  
    369369    <string>Сохранить ход и граф решения</string>
    370370   </property>
    371    <property name="shortcut">
    372     <string>Ctrl+S</string>
    373    </property>
    374371  </action>
    375372  <action name="actionFileNew">
  • ui/settingsdialog.ce.ui

    r799ba1e3f2 raecdf994f9  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>229</width>
     9    <width>235</width>
    1010    <height>264</height>
    1111   </rect>
     
    195195        </item>
    196196        <item>
     197         <widget class="QPushButton" name="buttonColor">
     198          <property name="text">
     199           <string>&amp;Цвет...</string>
     200          </property>
     201          <property name="icon">
     202           <iconset resource="../resources/tspsg.qrc">
     203            <normaloff>:/images/buttons/buttons/Color.png</normaloff>:/images/buttons/buttons/Color.png</iconset>
     204          </property>
     205         </widget>
     206        </item>
     207        <item>
    197208         <widget class="QPushButton" name="buttonFont">
    198209          <property name="cursor">
     
    226237       </spacer>
    227238      </item>
    228       <item>
    229        <layout class="QHBoxLayout" name="horizontalLayout">
    230         <item>
    231          <spacer name="horizontalSpacer">
    232           <property name="orientation">
    233            <enum>Qt::Horizontal</enum>
    234           </property>
    235           <property name="sizeHint" stdset="0">
    236            <size>
    237             <width>40</width>
    238             <height>20</height>
    239            </size>
    240           </property>
    241          </spacer>
    242         </item>
    243         <item>
    244          <widget class="QCheckBox" name="checkBox">
    245           <property name="cursor">
    246            <cursorShape>PointingHandCursor</cursorShape>
    247           </property>
    248           <property name="statusTip">
    249            <string>Восстанавливать состояние и размеры окна после перезапуска программы</string>
    250           </property>
    251           <property name="text">
    252            <string>Сохранять состояние и
    253 положение главного окна</string>
    254           </property>
    255           <property name="checked">
    256            <bool>false</bool>
    257           </property>
    258          </widget>
    259         </item>
    260         <item>
    261          <spacer name="horizontalSpacer_2">
    262           <property name="orientation">
    263            <enum>Qt::Horizontal</enum>
    264           </property>
    265           <property name="sizeHint" stdset="0">
    266            <size>
    267             <width>40</width>
    268             <height>20</height>
    269            </size>
    270           </property>
    271          </spacer>
    272         </item>
    273        </layout>
    274       </item>
    275239     </layout>
    276240    </widget>
  • ui/settingsdialog.ui

    r799ba1e3f2 raecdf994f9  
    77    <x>0</x>
    88    <y>0</y>
    9     <width>436</width>
     9    <width>466</width>
    1010    <height>172</height>
    1111   </rect>
     
    235235             <string>Настройки печати:</string>
    236236            </property>
    237             <layout class="QVBoxLayout">
     237            <layout class="QVBoxLayout" name="verticalLayout">
    238238             <item>
    239239              <layout class="QHBoxLayout">
     
    270270             </item>
    271271             <item>
    272               <widget class="QPushButton" 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>
    275275               </property>
    276                <property name="statusTip">
    277                 <string>Задать параметры шрифта, используемого при печати</string>
    278                </property>
    279                <property name="text">
    280                 <string>&amp;Шрифт...</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>&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>
    286303              </widget>
    287304             </item>
     
    292309        </item>
    293310        <item>
    294          <widget class="QCheckBox" name="checkBox">
     311         <widget class="QCheckBox" name="cbSaveState">
    295312          <property name="cursor">
    296313           <cursorShape>PointingHandCursor</cursorShape>
     
    427444 <resources>
    428445  <include location="../resources/tspsg.qrc"/>
     446  <include location="../resources/tspsg.qrc"/>
    429447 </resources>
    430448 <connections/>
Note: See TracChangeset for help on using the changeset viewer.