Changeset 7177744fc7 in tspsg for ui/mainwindow.ui


Ignore:
Timestamp:
Oct 15, 2007, 8:35:24 PM (17 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
721c99d482
Parents:
bb994a7ff8
Message:

Interface updates and main menu changes...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    rbb994a7ff8 r7177744fc7  
    66    <x>0</x>
    77    <y>0</y>
    8     <width>506</width>
    9     <height>396</height>
     8    <width>640</width>
     9    <height>480</height>
    1010   </rect>
    1111  </property>
     
    3131      <widget class="QWidget" name="tabTask" >
    3232       <attribute name="title" >
    33         <string>Задание</string>
     33        <string>Задача</string>
    3434       </attribute>
    3535       <layout class="QVBoxLayout" >
     
    6464             <cursorShape>PointingHandCursor</cursorShape>
    6565            </property>
     66            <property name="statusTip" >
     67             <string>Номер варианта</string>
     68            </property>
    6669            <property name="minimum" >
    6770             <number>1</number>
     
    8386            <property name="cursor" >
    8487             <cursorShape>PointingHandCursor</cursorShape>
     88            </property>
     89            <property name="statusTip" >
     90             <string>Количество городов, которые обходит окммивояжер</string>
    8591            </property>
    8692            <property name="minimum" >
     
    112118        <item>
    113119         <widget class="QTableWidget" name="tableTask" >
     120          <property name="statusTip" >
     121           <string>Стоимости переходов/переездов из города в город</string>
     122          </property>
    114123          <property name="selectionMode" >
    115124           <enum>QAbstractItemView::NoSelection</enum>
     
    183192      <widget class="QWidget" name="tabSolution" >
    184193       <attribute name="title" >
    185         <string>Результат</string>
     194        <string>Решение</string>
    186195       </attribute>
    187196       <layout class="QVBoxLayout" >
     
    199208             </sizepolicy>
    200209            </property>
     210            <property name="statusTip" >
     211             <string>Ход решения</string>
     212            </property>
    201213            <property name="readOnly" >
    202214             <bool>true</bool>
     
    205217          </item>
    206218          <item>
    207            <widget class="QGraphicsView" name="graphicsView" />
     219           <widget class="QGraphicsView" name="graphicsView" >
     220            <property name="statusTip" >
     221             <string>Граф решения</string>
     222            </property>
     223           </widget>
    208224          </item>
    209225         </layout>
     
    220236     <x>0</x>
    221237     <y>0</y>
    222      <width>506</width>
     238     <width>640</width>
    223239     <height>21</height>
    224240    </rect>
     
    232248    </property>
    233249    <widget class="QMenu" name="menuFileSave" >
     250     <property name="statusTip" >
     251      <string/>
     252     </property>
    234253     <property name="title" >
    235254      <string>Со&amp;хранить</string>
     
    238257      <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset>
    239258     </property>
    240      <addaction name="actionFileSaveResults" />
    241      <addaction name="actionFileSaveGraph" />
    242      <addaction name="actionFileSaveAll" />
     259     <addaction name="actionFileSaveTask" />
     260     <addaction name="separator" />
     261     <addaction name="actionFileSaveResultAll" />
     262     <addaction name="actionFileSaveResultMatrices" />
     263     <addaction name="actionFileSaveResultGraph" />
    243264    </widget>
    244265    <addaction name="actionFileNew" />
     
    288309   </attribute>
    289310   <addaction name="actionFileNew" />
    290    <addaction name="separator" />
    291    <addaction name="actionFileSaveAll" />
    292311   <addaction name="actionFileOpen" />
     312   <addaction name="actionFileSaveTask" />
    293313   <addaction name="separator" />
    294314   <addaction name="actionFilePrint" />
     
    304324    <string>&amp;Настройка печати</string>
    305325   </property>
     326   <property name="statusTip" >
     327    <string>Настроить принтер для печати</string>
     328   </property>
    306329  </action>
    307330  <action name="actionFilePrint" >
     331   <property name="enabled" >
     332    <bool>false</bool>
     333   </property>
    308334   <property name="icon" >
    309335    <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Print.png</iconset>
     
    311337   <property name="text" >
    312338    <string>&amp;Печать...</string>
     339   </property>
     340   <property name="statusTip" >
     341    <string>Распечатать результаты решения</string>
    313342   </property>
    314343   <property name="shortcut" >
     
    316345   </property>
    317346  </action>
    318   <action name="actionFileSaveResults" >
     347  <action name="actionFileSaveResultMatrices" >
     348   <property name="enabled" >
     349    <bool>false</bool>
     350   </property>
    319351   <property name="text" >
    320352    <string>&amp;Ход решения</string>
    321353   </property>
    322   </action>
    323   <action name="actionFileSaveGraph" >
     354   <property name="statusTip" >
     355    <string>Сохранить только хоод решения</string>
     356   </property>
     357  </action>
     358  <action name="actionFileSaveResultGraph" >
     359   <property name="enabled" >
     360    <bool>false</bool>
     361   </property>
    324362   <property name="text" >
    325363    <string>&amp;Граф решения</string>
    326364   </property>
    327   </action>
    328   <action name="actionFileSaveAll" >
    329    <property name="icon" >
    330     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset>
    331    </property>
    332    <property name="text" >
    333     <string>Сохранить &amp;все</string>
     365   <property name="statusTip" >
     366    <string>Сохранить только граф решения</string>
     367   </property>
     368  </action>
     369  <action name="actionFileSaveResultAll" >
     370   <property name="enabled" >
     371    <bool>false</bool>
     372   </property>
     373   <property name="text" >
     374    <string>&amp;Решение</string>
     375   </property>
     376   <property name="statusTip" >
     377    <string>Сохранить ход и граф решения</string>
    334378   </property>
    335379   <property name="shortcut" >
     
    344388    <string>&amp;Создать</string>
    345389   </property>
     390   <property name="statusTip" >
     391    <string>Создать новую задачу</string>
     392   </property>
    346393   <property name="shortcut" >
    347394    <string>Ctrl+N</string>
     
    355402    <string>&amp;Открыть</string>
    356403   </property>
     404   <property name="toolTip" >
     405    <string>Открыть задачу</string>
     406   </property>
     407   <property name="statusTip" >
     408    <string>Открыть сохраненное условие задачи</string>
     409   </property>
    357410   <property name="shortcut" >
    358411    <string>Ctrl+O</string>
     
    366419    <string>&amp;Параметры</string>
    367420   </property>
     421   <property name="statusTip" >
     422    <string>Настройка параметров программмы</string>
     423   </property>
    368424  </action>
    369425  <action name="actionHelpContents" >
     
    374430    <string>&amp;Содежание</string>
    375431   </property>
     432   <property name="statusTip" >
     433    <string>Вызвать справку по программе</string>
     434   </property>
    376435  </action>
    377436  <action name="actionHelpContextual" >
     
    382441    <string>&amp;Контекстная справка</string>
    383442   </property>
     443   <property name="statusTip" >
     444    <string>Вызвать контекстную справку</string>
     445   </property>
    384446  </action>
    385447  <action name="actionHelpAbout" >
     
    400462   <property name="statusTip" >
    401463    <string>Выйти из программы</string>
     464   </property>
     465  </action>
     466  <action name="actionFileSaveTask" >
     467   <property name="icon" >
     468    <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset>
     469   </property>
     470   <property name="text" >
     471    <string>&amp;Задачу</string>
     472   </property>
     473   <property name="iconText" >
     474    <string>Сохранить</string>
     475   </property>
     476   <property name="toolTip" >
     477    <string>Сохранить задачу</string>
     478   </property>
     479   <property name="statusTip" >
     480    <string>Сохранить условие задачи в файл</string>
     481   </property>
     482   <property name="shortcut" >
     483    <string>Ctrl+S</string>
    402484   </property>
    403485  </action>
Note: See TracChangeset for help on using the changeset viewer.