Changeset 5354a01311 in tspsg for ui/mainwindow.ui


Ignore:
Timestamp:
Jun 15, 2009, 5:10:25 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
5fce561905
Parents:
bcfd415fe2
Message:

+ Windows CE (WM6, actually, but should work on other versions) support:

  • added optimized for wince forms (recommended minimal resolution is 240x320);
  • removed unsupported under wince features from menus (e.g., printing);
  • added preprocessor directives to remove code for unsupported under wince features.
  • Fixed wrong encoding in some files to UTF-8.
  • Updated copyright and e-mail.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ui

    rbcfd415fe2 r5354a01311  
    1 <ui version="4.0" >
     1<?xml version="1.0" encoding="UTF-8"?>
     2<ui version="4.0">
    23 <class>MainWindow</class>
    3  <widget class="QMainWindow" name="MainWindow" >
    4   <property name="geometry" >
     4 <widget class="QMainWindow" name="MainWindow">
     5  <property name="geometry">
    56   <rect>
    67    <x>0</x>
     
    1011   </rect>
    1112  </property>
    12   <property name="windowTitle" >
     13  <property name="windowTitle">
    1314   <string>Задача коммивояжера</string>
    1415  </property>
    15   <property name="windowIcon" >
    16    <iconset resource="../resources/tspsg.qrc" >:/images/Icon.png</iconset>
     16  <property name="windowIcon">
     17   <iconset resource="../resources/tspsg.qrc">
     18    <normaloff>:/images/Icon.png</normaloff>:/images/Icon.png</iconset>
    1719  </property>
    18   <widget class="QWidget" name="centralwidget" >
    19    <layout class="QGridLayout" >
    20     <item row="0" column="0" >
    21      <widget class="QTabWidget" name="tabWidget" >
    22       <property name="sizePolicy" >
    23        <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
     20  <widget class="QWidget" name="centralwidget">
     21   <layout class="QGridLayout">
     22    <item row="0" column="0">
     23     <widget class="QTabWidget" name="tabWidget">
     24      <property name="sizePolicy">
     25       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    2426        <horstretch>0</horstretch>
    2527        <verstretch>0</verstretch>
    2628       </sizepolicy>
    2729      </property>
    28       <property name="currentIndex" >
     30      <property name="currentIndex">
    2931       <number>0</number>
    3032      </property>
    31       <widget class="QWidget" name="tabTask" >
    32        <attribute name="title" >
     33      <widget class="QWidget" name="tabTask">
     34       <attribute name="title">
    3335        <string>Задача</string>
    3436       </attribute>
    35        <layout class="QVBoxLayout" >
     37       <layout class="QVBoxLayout">
    3638        <item>
    37          <layout class="QHBoxLayout" >
     39         <layout class="QHBoxLayout">
    3840          <item>
    3941           <spacer>
    40             <property name="orientation" >
     42            <property name="orientation">
    4143             <enum>Qt::Horizontal</enum>
    4244            </property>
    43             <property name="sizeHint" >
     45            <property name="sizeHint" stdset="0">
    4446             <size>
    4547              <width>40</width>
     
    5052          </item>
    5153          <item>
    52            <widget class="QLabel" name="labelVariant" >
    53             <property name="text" >
     54           <widget class="QLabel" name="labelVariant">
     55            <property name="text">
    5456             <string>&amp;Вариант:</string>
    5557            </property>
    56             <property name="buddy" >
     58            <property name="buddy">
    5759             <cstring>spinVariant</cstring>
    5860            </property>
     
    6062          </item>
    6163          <item>
    62            <widget class="QSpinBox" name="spinVariant" >
    63             <property name="cursor" >
     64           <widget class="QSpinBox" name="spinVariant">
     65            <property name="cursor">
    6466             <cursorShape>PointingHandCursor</cursorShape>
    6567            </property>
    66             <property name="statusTip" >
     68            <property name="statusTip">
    6769             <string>Номер варианта</string>
    6870            </property>
    69             <property name="minimum" >
     71            <property name="minimum">
    7072             <number>1</number>
    7173            </property>
     
    7375          </item>
    7476          <item>
    75            <widget class="QLabel" name="labelCities" >
    76             <property name="text" >
     77           <widget class="QLabel" name="labelCities">
     78            <property name="text">
    7779             <string>&amp;Городов:</string>
    7880            </property>
    79             <property name="buddy" >
     81            <property name="buddy">
    8082             <cstring>spinCities</cstring>
    8183            </property>
     
    8385          </item>
    8486          <item>
    85            <widget class="QSpinBox" name="spinCities" >
    86             <property name="cursor" >
     87           <widget class="QSpinBox" name="spinCities">
     88            <property name="cursor">
    8789             <cursorShape>PointingHandCursor</cursorShape>
    8890            </property>
    89             <property name="statusTip" >
     91            <property name="statusTip">
    9092             <string>Количество городов, которые обходит коммивояжер</string>
    9193            </property>
    92             <property name="minimum" >
     94            <property name="minimum">
    9395             <number>3</number>
    9496            </property>
    95             <property name="maximum" >
     97            <property name="maximum">
    9698             <number>5</number>
    9799            </property>
    98             <property name="value" >
     100            <property name="value">
    99101             <number>5</number>
    100102            </property>
     
    103105          <item>
    104106           <spacer>
    105             <property name="orientation" >
     107            <property name="orientation">
    106108             <enum>Qt::Horizontal</enum>
    107109            </property>
    108             <property name="sizeHint" >
     110            <property name="sizeHint" stdset="0">
    109111             <size>
    110112              <width>40</width>
     
    117119        </item>
    118120        <item>
    119          <widget class="QTableView" name="taskView" >
    120           <property name="statusTip" >
     121         <widget class="QTableView" name="taskView">
     122          <property name="statusTip">
    121123           <string>Стоимости переходов/переездов из города в город</string>
    122124          </property>
    123           <property name="selectionMode" >
     125          <property name="selectionMode">
    124126           <enum>QAbstractItemView::NoSelection</enum>
    125127          </property>
     
    127129        </item>
    128130        <item>
    129          <layout class="QHBoxLayout" >
     131         <layout class="QHBoxLayout">
    130132          <item>
    131133           <spacer>
    132             <property name="orientation" >
     134            <property name="orientation">
    133135             <enum>Qt::Horizontal</enum>
    134136            </property>
    135             <property name="sizeHint" >
     137            <property name="sizeHint" stdset="0">
    136138             <size>
    137139              <width>40</width>
     
    142144          </item>
    143145          <item>
    144            <widget class="QPushButton" name="buttonRandom" >
    145             <property name="cursor" >
     146           <widget class="QPushButton" name="buttonRandom">
     147            <property name="cursor">
    146148             <cursorShape>PointingHandCursor</cursorShape>
    147149            </property>
    148             <property name="statusTip" >
     150            <property name="statusTip">
    149151             <string>Заполнить таблицу случайными значениями</string>
    150152            </property>
    151             <property name="text" >
     153            <property name="text">
    152154             <string>Случайно</string>
    153155            </property>
     
    155157          </item>
    156158          <item>
    157            <widget class="QPushButton" name="buttonSolve" >
    158             <property name="cursor" >
     159           <widget class="QPushButton" name="buttonSolve">
     160            <property name="cursor">
    159161             <cursorShape>PointingHandCursor</cursorShape>
    160162            </property>
    161             <property name="statusTip" >
     163            <property name="statusTip">
    162164             <string>Решить текущую задачу</string>
    163165            </property>
    164             <property name="text" >
     166            <property name="text">
    165167             <string>Решить</string>
    166168            </property>
    167             <property name="icon" >
    168              <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/OK.png</iconset>
     169            <property name="icon">
     170             <iconset resource="../resources/tspsg.qrc">
     171              <normaloff>:/images/buttons/buttons/OK.png</normaloff>:/images/buttons/buttons/OK.png</iconset>
    169172            </property>
    170173           </widget>
     
    174177       </layout>
    175178      </widget>
    176       <widget class="QWidget" name="tabSolution" >
    177        <attribute name="title" >
     179      <widget class="QWidget" name="tabSolution">
     180       <attribute name="title">
    178181        <string>Решение</string>
    179182       </attribute>
    180        <layout class="QVBoxLayout" >
     183       <layout class="QVBoxLayout">
    181184        <item>
    182          <layout class="QHBoxLayout" >
    183           <property name="spacing" >
     185         <layout class="QHBoxLayout">
     186          <property name="spacing">
    184187           <number>0</number>
    185188          </property>
    186189          <item>
    187            <widget class="QTextEdit" name="textEdit" >
    188             <property name="sizePolicy" >
    189              <sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
     190           <widget class="QTextEdit" name="textEdit">
     191            <property name="sizePolicy">
     192             <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
    190193              <horstretch>0</horstretch>
    191194              <verstretch>0</verstretch>
    192195             </sizepolicy>
    193196            </property>
    194             <property name="statusTip" >
     197            <property name="statusTip">
    195198             <string>Ход решения</string>
    196199            </property>
    197             <property name="readOnly" >
     200            <property name="readOnly">
    198201             <bool>true</bool>
    199202            </property>
     
    201204          </item>
    202205          <item>
    203            <widget class="QGraphicsView" name="graphicsView" >
    204             <property name="statusTip" >
     206           <widget class="QGraphicsView" name="graphicsView">
     207            <property name="statusTip">
    205208             <string>Граф решения</string>
    206209            </property>
     
    215218   </layout>
    216219  </widget>
    217   <widget class="QMenuBar" name="menubar" >
    218    <property name="geometry" >
     220  <widget class="QMenuBar" name="menubar">
     221   <property name="geometry">
    219222    <rect>
    220223     <x>0</x>
    221224     <y>0</y>
    222225     <width>640</width>
    223      <height>21</height>
     226     <height>22</height>
    224227    </rect>
    225228   </property>
    226    <widget class="QMenu" name="menuFile" >
    227     <property name="windowIcon" >
    228      <iconset/>
     229   <widget class="QMenu" name="menuFile">
     230    <property name="windowIcon">
     231     <iconset>
     232      <normaloff/>
     233     </iconset>
    229234    </property>
    230     <property name="title" >
     235    <property name="title">
    231236     <string>&amp;Файл</string>
    232237    </property>
    233     <widget class="QMenu" name="menuFileSave" >
    234      <property name="statusTip" >
     238    <widget class="QMenu" name="menuFileSave">
     239     <property name="statusTip">
    235240      <string/>
    236241     </property>
    237      <property name="title" >
     242     <property name="title">
    238243      <string>Со&amp;хранить</string>
    239244     </property>
    240      <property name="icon" >
    241       <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset>
     245     <property name="icon">
     246      <iconset resource="../resources/tspsg.qrc">
     247       <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
    242248     </property>
    243      <addaction name="actionFileSaveTask" />
    244      <addaction name="separator" />
    245      <addaction name="actionFileSaveResultAll" />
    246      <addaction name="actionFileSaveResultMatrices" />
    247      <addaction name="actionFileSaveResultGraph" />
     249     <addaction name="actionFileSaveTask"/>
     250     <addaction name="separator"/>
     251     <addaction name="actionFileSaveResultAll"/>
     252     <addaction name="actionFileSaveResultMatrices"/>
     253     <addaction name="actionFileSaveResultGraph"/>
    248254    </widget>
    249     <addaction name="actionFileNew" />
    250     <addaction name="actionFileOpen" />
    251     <addaction name="menuFileSave" />
    252     <addaction name="separator" />
    253     <addaction name="actionFilePrintSetup" />
    254     <addaction name="actionFilePrint" />
    255     <addaction name="separator" />
    256     <addaction name="actionFileExit" />
     255    <addaction name="actionFileNew"/>
     256    <addaction name="actionFileOpen"/>
     257    <addaction name="menuFileSave"/>
     258    <addaction name="separator"/>
     259    <addaction name="actionFilePrintSetup"/>
     260    <addaction name="actionFilePrint"/>
     261    <addaction name="separator"/>
     262    <addaction name="actionFileExit"/>
    257263   </widget>
    258    <widget class="QMenu" name="menuSettings" >
    259     <property name="title" >
     264   <widget class="QMenu" name="menuSettings">
     265    <property name="title">
    260266     <string>&amp;Настройки</string>
    261267    </property>
    262     <addaction name="actionSettingsSettings" />
     268    <addaction name="actionSettingsSettings"/>
    263269   </widget>
    264    <widget class="QMenu" name="menuHelp" >
    265     <property name="title" >
     270   <widget class="QMenu" name="menuHelp">
     271    <property name="title">
    266272     <string>&amp;Помощь</string>
    267273    </property>
    268     <addaction name="actionHelpContents" />
    269     <addaction name="actionHelpContextual" />
    270     <addaction name="separator" />
    271     <addaction name="actionHelpAbout" />
     274    <addaction name="actionHelpContents"/>
     275    <addaction name="actionHelpContextual"/>
     276    <addaction name="separator"/>
     277    <addaction name="actionHelpAbout"/>
    272278   </widget>
    273    <addaction name="menuFile" />
    274    <addaction name="menuSettings" />
    275    <addaction name="menuHelp" />
     279   <addaction name="menuFile"/>
     280   <addaction name="menuSettings"/>
     281   <addaction name="menuHelp"/>
    276282  </widget>
    277   <widget class="QStatusBar" name="statusbar" />
    278   <widget class="QToolBar" name="toolBar" >
    279    <property name="cursor" >
     283  <widget class="QStatusBar" name="statusbar"/>
     284  <widget class="QToolBar" name="toolBar">
     285   <property name="cursor">
    280286    <cursorShape>ArrowCursor</cursorShape>
    281287   </property>
    282    <property name="iconSize" >
     288   <property name="iconSize">
    283289    <size>
    284290     <width>17</width>
     
    286292    </size>
    287293   </property>
    288    <attribute name="toolBarArea" >
     294   <attribute name="toolBarArea">
    289295    <enum>TopToolBarArea</enum>
    290296   </attribute>
    291    <attribute name="toolBarBreak" >
     297   <attribute name="toolBarBreak">
    292298    <bool>false</bool>
    293299   </attribute>
    294    <addaction name="actionFileNew" />
    295    <addaction name="actionFileOpen" />
    296    <addaction name="actionFileSaveTask" />
    297    <addaction name="separator" />
    298    <addaction name="actionFilePrint" />
    299    <addaction name="actionSettingsSettings" />
    300    <addaction name="separator" />
    301    <addaction name="actionFileExit" />
     300   <addaction name="actionFileNew"/>
     301   <addaction name="actionFileOpen"/>
     302   <addaction name="actionFileSaveTask"/>
     303   <addaction name="separator"/>
     304   <addaction name="actionFilePrint"/>
     305   <addaction name="actionSettingsSettings"/>
     306   <addaction name="separator"/>
     307   <addaction name="actionFileExit"/>
    302308  </widget>
    303   <action name="actionFilePrintSetup" >
    304    <property name="icon" >
    305     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/PrintSetup.png</iconset>
    306    </property>
    307    <property name="text" >
     309  <action name="actionFilePrintSetup">
     310   <property name="icon">
     311    <iconset resource="../resources/tspsg.qrc">
     312     <normaloff>:/images/buttons/buttons/PrintSetup.png</normaloff>:/images/buttons/buttons/PrintSetup.png</iconset>
     313   </property>
     314   <property name="text">
    308315    <string>&amp;Настройка печати</string>
    309316   </property>
    310    <property name="statusTip" >
     317   <property name="statusTip">
    311318    <string>Настроить принтер для печати</string>
    312319   </property>
    313320  </action>
    314   <action name="actionFilePrint" >
    315    <property name="enabled" >
     321  <action name="actionFilePrint">
     322   <property name="enabled">
    316323    <bool>false</bool>
    317324   </property>
    318    <property name="icon" >
    319     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Print.png</iconset>
    320    </property>
    321    <property name="text" >
     325   <property name="icon">
     326    <iconset resource="../resources/tspsg.qrc">
     327     <normaloff>:/images/buttons/buttons/Print.png</normaloff>:/images/buttons/buttons/Print.png</iconset>
     328   </property>
     329   <property name="text">
    322330    <string>&amp;Печать...</string>
    323331   </property>
    324    <property name="statusTip" >
     332   <property name="statusTip">
    325333    <string>Распечатать результаты решения</string>
    326334   </property>
    327    <property name="shortcut" >
     335   <property name="shortcut">
    328336    <string>Ctrl+P</string>
    329337   </property>
    330338  </action>
    331   <action name="actionFileSaveResultMatrices" >
    332    <property name="enabled" >
     339  <action name="actionFileSaveResultMatrices">
     340   <property name="enabled">
    333341    <bool>false</bool>
    334342   </property>
    335    <property name="text" >
     343   <property name="text">
    336344    <string>&amp;Ход решения</string>
    337345   </property>
    338    <property name="statusTip" >
     346   <property name="statusTip">
    339347    <string>Сохранить только хоод решения</string>
    340348   </property>
    341349  </action>
    342   <action name="actionFileSaveResultGraph" >
    343    <property name="enabled" >
     350  <action name="actionFileSaveResultGraph">
     351   <property name="enabled">
    344352    <bool>false</bool>
    345353   </property>
    346    <property name="text" >
     354   <property name="text">
    347355    <string>&amp;Граф решения</string>
    348356   </property>
    349    <property name="statusTip" >
     357   <property name="statusTip">
    350358    <string>Сохранить только граф решения</string>
    351359   </property>
    352360  </action>
    353   <action name="actionFileSaveResultAll" >
    354    <property name="enabled" >
     361  <action name="actionFileSaveResultAll">
     362   <property name="enabled">
    355363    <bool>false</bool>
    356364   </property>
    357    <property name="text" >
     365   <property name="text">
    358366    <string>&amp;Решение</string>
    359367   </property>
    360    <property name="statusTip" >
     368   <property name="statusTip">
    361369    <string>Сохранить ход и граф решения</string>
    362370   </property>
    363    <property name="shortcut" >
     371   <property name="shortcut">
    364372    <string>Ctrl+S</string>
    365373   </property>
    366374  </action>
    367   <action name="actionFileNew" >
    368    <property name="icon" >
    369     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Document.png</iconset>
    370    </property>
    371    <property name="text" >
     375  <action name="actionFileNew">
     376   <property name="icon">
     377    <iconset resource="../resources/tspsg.qrc">
     378     <normaloff>:/images/buttons/buttons/Document.png</normaloff>:/images/buttons/buttons/Document.png</iconset>
     379   </property>
     380   <property name="text">
    372381    <string>&amp;Создать</string>
    373382   </property>
    374    <property name="statusTip" >
     383   <property name="statusTip">
    375384    <string>Создать новую задачу</string>
    376385   </property>
    377    <property name="shortcut" >
     386   <property name="shortcut">
    378387    <string>Ctrl+N</string>
    379388   </property>
    380389  </action>
    381   <action name="actionFileOpen" >
    382    <property name="icon" >
    383     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/OpenFolder.png</iconset>
    384    </property>
    385    <property name="text" >
     390  <action name="actionFileOpen">
     391   <property name="icon">
     392    <iconset resource="../resources/tspsg.qrc">
     393     <normaloff>:/images/buttons/buttons/OpenFolder.png</normaloff>:/images/buttons/buttons/OpenFolder.png</iconset>
     394   </property>
     395   <property name="text">
    386396    <string>&amp;Открыть</string>
    387397   </property>
    388    <property name="toolTip" >
     398   <property name="toolTip">
    389399    <string>Открыть задачу</string>
    390400   </property>
    391    <property name="statusTip" >
     401   <property name="statusTip">
    392402    <string>Открыть сохраненное условие задачи</string>
    393403   </property>
    394    <property name="shortcut" >
     404   <property name="shortcut">
    395405    <string>Ctrl+O</string>
    396406   </property>
    397407  </action>
    398   <action name="actionSettingsSettings" >
    399    <property name="icon" >
    400     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Properties.png</iconset>
    401    </property>
    402    <property name="text" >
     408  <action name="actionSettingsSettings">
     409   <property name="icon">
     410    <iconset resource="../resources/tspsg.qrc">
     411     <normaloff>:/images/buttons/buttons/Properties.png</normaloff>:/images/buttons/buttons/Properties.png</iconset>
     412   </property>
     413   <property name="text">
    403414    <string>&amp;Параметры</string>
    404415   </property>
    405    <property name="statusTip" >
     416   <property name="statusTip">
    406417    <string>Настройка параметров программмы</string>
    407418   </property>
    408419  </action>
    409   <action name="actionHelpContents" >
    410    <property name="icon" >
    411     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/book_open.png</iconset>
    412    </property>
    413    <property name="text" >
     420  <action name="actionHelpContents">
     421   <property name="icon">
     422    <iconset resource="../resources/tspsg.qrc">
     423     <normaloff>:/images/buttons/buttons/book_open.png</normaloff>:/images/buttons/buttons/book_open.png</iconset>
     424   </property>
     425   <property name="text">
    414426    <string>&amp;Содежание</string>
    415427   </property>
    416    <property name="statusTip" >
     428   <property name="statusTip">
    417429    <string>Вызвать справку по программе</string>
    418430   </property>
    419431  </action>
    420   <action name="actionHelpContextual" >
    421    <property name="icon" >
    422     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Help.png</iconset>
    423    </property>
    424    <property name="text" >
     432  <action name="actionHelpContextual">
     433   <property name="icon">
     434    <iconset resource="../resources/tspsg.qrc">
     435     <normaloff>:/images/buttons/buttons/Help.png</normaloff>:/images/buttons/buttons/Help.png</iconset>
     436   </property>
     437   <property name="text">
    425438    <string>&amp;Контекстная справка</string>
    426439   </property>
    427    <property name="statusTip" >
     440   <property name="statusTip">
    428441    <string>Вызвать контекстную справку</string>
    429442   </property>
    430443  </action>
    431   <action name="actionHelpAbout" >
    432    <property name="icon" >
    433     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/infoBubble.png</iconset>
    434    </property>
    435    <property name="text" >
     444  <action name="actionHelpAbout">
     445   <property name="icon">
     446    <iconset resource="../resources/tspsg.qrc">
     447     <normaloff>:/images/buttons/buttons/infoBubble.png</normaloff>:/images/buttons/buttons/infoBubble.png</iconset>
     448   </property>
     449   <property name="text">
    436450    <string>&amp;Про...</string>
    437451   </property>
    438    <property name="statusTip" >
     452   <property name="statusTip">
    439453    <string>Получить информацию о программе</string>
    440454   </property>
    441455  </action>
    442   <action name="actionFileExit" >
    443    <property name="icon" >
    444     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/NoAction.png</iconset>
    445    </property>
    446    <property name="text" >
     456  <action name="actionFileExit">
     457   <property name="icon">
     458    <iconset resource="../resources/tspsg.qrc">
     459     <normaloff>:/images/buttons/buttons/NoAction.png</normaloff>:/images/buttons/buttons/NoAction.png</iconset>
     460   </property>
     461   <property name="text">
    447462    <string>В&amp;ыход</string>
    448463   </property>
    449    <property name="statusTip" >
     464   <property name="statusTip">
    450465    <string>Выйти из программы</string>
    451466   </property>
    452467  </action>
    453   <action name="actionFileSaveTask" >
    454    <property name="icon" >
    455     <iconset resource="../resources/tspsg.qrc" >:/images/buttons/buttons/Save.png</iconset>
    456    </property>
    457    <property name="text" >
     468  <action name="actionFileSaveTask">
     469   <property name="icon">
     470    <iconset resource="../resources/tspsg.qrc">
     471     <normaloff>:/images/buttons/buttons/Save.png</normaloff>:/images/buttons/buttons/Save.png</iconset>
     472   </property>
     473   <property name="text">
    458474    <string>&amp;Задачу</string>
    459475   </property>
    460    <property name="iconText" >
     476   <property name="iconText">
    461477    <string>Сохранить</string>
    462478   </property>
    463    <property name="toolTip" >
     479   <property name="toolTip">
    464480    <string>Сохранить задачу</string>
    465481   </property>
    466    <property name="statusTip" >
     482   <property name="statusTip">
    467483    <string>Сохранить условие задачи в файл</string>
    468484   </property>
    469    <property name="shortcut" >
     485   <property name="shortcut">
    470486    <string>Ctrl+S</string>
    471487   </property>
     
    473489 </widget>
    474490 <resources>
    475   <include location="../resources/tspsg.qrc" />
     491  <include location="../resources/tspsg.qrc"/>
    476492 </resources>
    477493 <connections>
     
    482498   <slot>close()</slot>
    483499   <hints>
    484     <hint type="sourcelabel" >
     500    <hint type="sourcelabel">
    485501     <x>-1</x>
    486502     <y>-1</y>
    487503    </hint>
    488     <hint type="destinationlabel" >
     504    <hint type="destinationlabel">
    489505     <x>294</x>
    490506     <y>229</y>
Note: See TracChangeset for help on using the changeset viewer.