Changeset 5587b87fac in tspsg for ui/mainwindow.ce.ui


Ignore:
Timestamp:
Jun 23, 2009, 7:56:29 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:
78282ec778
Parents:
0621172ec1
Message:

+ Language is automatically loaded at application startup (based on user's locale name).
+ Full Ukrainian and Russian translation.

  • English is now default language.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ui/mainwindow.ce.ui

    r0621172ec1 r5587b87fac  
    33 <class>MainWindow</class>
    44 <widget class="QMainWindow" name="MainWindow">
     5  <property name="enabled">
     6   <bool>true</bool>
     7  </property>
    58  <property name="geometry">
    69   <rect>
     
    1215  </property>
    1316  <property name="windowTitle">
    14    <string>Задача коммивояжера</string>
     17   <string>Travelling salesman problem</string>
    1518  </property>
    1619  <property name="windowIcon">
     
    5154    <widget class="QWidget" name="tabTask">
    5255     <attribute name="title">
    53       <string>Задача</string>
     56      <string>Task</string>
    5457     </attribute>
    5558     <layout class="QVBoxLayout" name="verticalLayout">
     
    7275         <widget class="QLabel" name="labelVariant">
    7376          <property name="text">
    74            <string>&amp;Вариант:</string>
     77           <string>&amp;Variant:</string>
    7578          </property>
    7679          <property name="buddy">
     
    8588          </property>
    8689          <property name="statusTip">
    87            <string>Номер варианта</string>
     90           <string>Number of variant</string>
    8891          </property>
    8992          <property name="minimum">
     
    9598         <widget class="QLabel" name="labelCities">
    9699          <property name="text">
    97            <string>&amp;Городов:</string>
     100           <string>&amp;Cities:</string>
    98101          </property>
    99102          <property name="buddy">
     
    108111          </property>
    109112          <property name="statusTip">
    110            <string>Количество городов, которые обходит коммивояжер</string>
     113           <string>Number of cities</string>
    111114          </property>
    112115          <property name="minimum">
     
    139142       <widget class="QTableView" name="taskView">
    140143        <property name="statusTip">
    141          <string>Стоимости переходов/переездов из города в город</string>
     144         <string>Cost of travel from city to city</string>
    142145        </property>
    143146        <property name="selectionMode">
     
    167170          </property>
    168171          <property name="statusTip">
    169            <string>Заполнить таблицу случайными значениями</string>
     172           <string>Fill table with random numbers</string>
    170173          </property>
    171174          <property name="text">
    172            <string>Случайно</string>
     175           <string>Random</string>
    173176          </property>
    174177         </widget>
     
    180183          </property>
    181184          <property name="statusTip">
    182            <string>Решить текущую задачу</string>
     185           <string>Solve current task</string>
    183186          </property>
    184187          <property name="text">
    185            <string>Решить</string>
     188           <string>Solve</string>
    186189          </property>
    187190          <property name="icon">
     
    197200    <widget class="QWidget" name="tabSolution">
    198201     <attribute name="title">
    199       <string>Решение</string>
     202      <string>Solution</string>
    200203     </attribute>
    201204     <layout class="QVBoxLayout" name="_4">
     
    214217          </property>
    215218          <property name="statusTip">
    216            <string>Ход решения</string>
     219           <string>Solution steps</string>
    217220          </property>
    218221          <property name="readOnly">
     
    224227         <widget class="QGraphicsView" name="graphicsView">
    225228          <property name="statusTip">
    226            <string>Граф решения</string>
     229           <string>Solution graph</string>
    227230          </property>
    228231         </widget>
     
    250253    </property>
    251254    <property name="title">
    252      <string>&amp;Файл</string>
     255     <string>&amp;File</string>
    253256    </property>
    254257    <widget class="QMenu" name="menuFileSave">
     
    257260     </property>
    258261     <property name="title">
    259       <string>Со&amp;хранить</string>
     262      <string>&amp;Save</string>
    260263     </property>
    261264     <property name="icon">
     
    277280   <widget class="QMenu" name="menuSettings">
    278281    <property name="title">
    279      <string>&amp;Настройки</string>
     282     <string>&amp;Settings</string>
    280283    </property>
    281284    <addaction name="actionSettingsSettings"/>
     
    283286   <widget class="QMenu" name="menuHelp">
    284287    <property name="title">
    285      <string>&amp;Помощь</string>
     288     <string>&amp;Help</string>
    286289    </property>
    287290    <addaction name="actionHelpContents"/>
     
    323326   </property>
    324327   <property name="text">
    325     <string>&amp;Ход решения</string>
    326    </property>
    327    <property name="statusTip">
    328     <string>Сохранить только хоод решения</string>
     328    <string>Solution st&amp;eps</string>
     329   </property>
     330   <property name="toolTip">
     331    <string>Save solution steps</string>
     332   </property>
     333   <property name="statusTip">
     334    <string>Save solution steps only</string>
    329335   </property>
    330336  </action>
     
    334340   </property>
    335341   <property name="text">
    336     <string>&amp;Граф решения</string>
    337    </property>
    338    <property name="statusTip">
    339     <string>Сохранить только граф решения</string>
     342    <string>Solution &amp;graph</string>
     343   </property>
     344   <property name="toolTip">
     345    <string>Save solution graph</string>
     346   </property>
     347   <property name="statusTip">
     348    <string>Save solution graph only</string>
    340349   </property>
    341350  </action>
     
    345354   </property>
    346355   <property name="text">
    347     <string>&amp;Решение</string>
    348    </property>
    349    <property name="statusTip">
    350     <string>Сохранить ход и граф решения</string>
     356    <string>&amp;Solution</string>
     357   </property>
     358   <property name="toolTip">
     359    <string>Save solution</string>
     360   </property>
     361   <property name="statusTip">
     362    <string>Save solution steps and graph</string>
    351363   </property>
    352364  </action>
     
    357369   </property>
    358370   <property name="text">
    359     <string>&amp;Создать</string>
    360    </property>
    361    <property name="statusTip">
    362     <string>Создать новую задачу</string>
     371    <string>&amp;New</string>
     372   </property>
     373   <property name="iconText">
     374    <string>New</string>
     375   </property>
     376   <property name="toolTip">
     377    <string>New task</string>
     378   </property>
     379   <property name="statusTip">
     380    <string>Create new task</string>
    363381   </property>
    364382   <property name="shortcut">
     
    367385  </action>
    368386  <action name="actionFileOpen">
     387   <property name="enabled">
     388    <bool>false</bool>
     389   </property>
    369390   <property name="icon">
    370391    <iconset resource="../resources/tspsg.qrc">
     
    372393   </property>
    373394   <property name="text">
    374     <string>&amp;Открыть</string>
     395    <string>&amp;Open...</string>
     396   </property>
     397   <property name="iconText">
     398    <string>Open...</string>
    375399   </property>
    376400   <property name="toolTip">
    377     <string>Открыть задачу</string>
    378    </property>
    379    <property name="statusTip">
    380     <string>Открыть сохраненное условие задачи</string>
     401    <string>Open task</string>
     402   </property>
     403   <property name="statusTip">
     404    <string>Open saved task</string>
    381405   </property>
    382406   <property name="shortcut">
     
    390414   </property>
    391415   <property name="text">
    392     <string>&amp;Параметры</string>
    393    </property>
    394    <property name="statusTip">
    395     <string>Настройка параметров программмы</string>
     416    <string>&amp;Preferences...</string>
     417   </property>
     418   <property name="iconText">
     419    <string>Preferences...</string>
     420   </property>
     421   <property name="statusTip">
     422    <string>Application preferences</string>
    396423   </property>
    397424  </action>
    398425  <action name="actionHelpContents">
     426   <property name="enabled">
     427    <bool>false</bool>
     428   </property>
    399429   <property name="icon">
    400430    <iconset resource="../resources/tspsg.qrc">
     
    402432   </property>
    403433   <property name="text">
    404     <string>&amp;Содежание</string>
    405    </property>
    406    <property name="statusTip">
    407     <string>Вызвать справку по программе</string>
     434    <string>&amp;Contents</string>
     435   </property>
     436   <property name="statusTip">
     437    <string>Open help contents</string>
    408438   </property>
    409439  </action>
    410440  <action name="actionHelpContextual">
     441   <property name="enabled">
     442    <bool>false</bool>
     443   </property>
    411444   <property name="icon">
    412445    <iconset resource="../resources/tspsg.qrc">
     
    414447   </property>
    415448   <property name="text">
    416     <string>&amp;Контекстная справка</string>
    417    </property>
    418    <property name="statusTip">
    419     <string>Вызвать контекстную справку</string>
     449    <string>&amp;Context help</string>
     450   </property>
     451   <property name="statusTip">
     452    <string>Open context help</string>
    420453   </property>
    421454  </action>
     
    426459   </property>
    427460   <property name="text">
    428     <string>&amp;Про...</string>
    429    </property>
    430    <property name="statusTip">
    431     <string>Получить информацию о программе</string>
     461    <string>&amp;About...</string>
     462   </property>
     463   <property name="iconText">
     464    <string>About...</string>
     465   </property>
     466   <property name="statusTip">
     467    <string>About application</string>
    432468   </property>
    433469  </action>
     
    438474   </property>
    439475   <property name="text">
    440     <string>В&amp;ыход</string>
    441    </property>
    442    <property name="statusTip">
    443     <string>Выйти из программы</string>
     476    <string>E&amp;xit</string>
     477   </property>
     478   <property name="statusTip">
     479    <string>Exit application</string>
    444480   </property>
    445481  </action>
    446482  <action name="actionFileSaveTask">
     483   <property name="enabled">
     484    <bool>false</bool>
     485   </property>
    447486   <property name="icon">
    448487    <iconset resource="../resources/tspsg.qrc">
     
    450489   </property>
    451490   <property name="text">
    452     <string>&amp;Задачу</string>
     491    <string>&amp;Task...</string>
    453492   </property>
    454493   <property name="iconText">
    455     <string>Сохранить</string>
     494    <string>Task...</string>
    456495   </property>
    457496   <property name="toolTip">
    458     <string>Сохранить задачу</string>
    459    </property>
    460    <property name="statusTip">
    461     <string>Сохранить условие задачи в файл</string>
     497    <string>Save task</string>
     498   </property>
     499   <property name="statusTip">
     500    <string>Save task to file</string>
    462501   </property>
    463502   <property name="shortcut">
Note: See TracChangeset for help on using the changeset viewer.