Skip to content

Commit

Permalink
GUI polishing (shortcuts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed May 30, 2010
1 parent 0e2112a commit d8c245c
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions mainwindow.ui
Expand Up @@ -20,7 +20,7 @@
<string>Курсовая работа по ТПР. Новиков Андрей, 753.</string>
</property>
<property name="windowIcon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/buding.ico</normaloff>:/icons/buding.ico</iconset>
</property>
<widget class="QWidget" name="centralWidget">
Expand All @@ -45,7 +45,10 @@
<item row="0" column="2">
<widget class="QLabel" name="logLengthLabel">
<property name="text">
<string>&amp;длиной</string>
<string&amp;линой</string>
</property>
<property name="buddy">
<cstring>logLength</cstring>
</property>
</widget>
</item>
Expand All @@ -54,13 +57,19 @@
<property name="text">
<string&amp;ервый брусок</string>
</property>
<property name="buddy">
<cstring>firstLogLength</cstring>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="secondLogLengthLabel">
<property name="text">
<string&amp;второй</string>
</property>
<property name="buddy">
<cstring>secondLogLength</cstring>
</property>
</widget>
</item>
<item row="5" column="2" colspan="2">
Expand Down Expand Up @@ -100,7 +109,7 @@
</size>
</property>
<property name="text">
<string>&amp;Показывать ход решения</string>
<string>Показывать &amp;ход решения</string>
</property>
<property name="checked">
<bool>true</bool>
Expand Down Expand Up @@ -202,7 +211,7 @@
<x>0</x>
<y>0</y>
<width>450</width>
<height>20</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuTask">
Expand All @@ -228,7 +237,7 @@
<widget class="QStatusBar" name="statusBar"/>
<action name="actionHelp">
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/question-white.png</normaloff>:/icons/question-white.png</iconset>
</property>
<property name="text">
Expand All @@ -243,7 +252,7 @@
</action>
<action name="actionTask">
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/script-text.png</normaloff>:/icons/script-text.png</iconset>
</property>
<property name="text">
Expand All @@ -258,7 +267,7 @@
</action>
<action name="actionAbout">
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/information-white.png</normaloff>:/icons/information-white.png</iconset>
</property>
<property name="text">
Expand All @@ -279,7 +288,7 @@
<bool>false</bool>
</property>
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/lightning.png</normaloff>:/icons/lightning.png</iconset>
</property>
<property name="text">
Expand All @@ -294,7 +303,7 @@
</action>
<action name="actionDefaultValues">
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/table-import.png</normaloff>:/icons/table-import.png</iconset>
</property>
<property name="text">
Expand All @@ -309,7 +318,7 @@
</action>
<action name="actionQuit">
<property name="icon">
<iconset>
<iconset resource="icons.qrc">
<normaloff>:/icons/cross.png</normaloff>:/icons/cross.png</iconset>
</property>
<property name="text">
Expand All @@ -327,7 +336,9 @@
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="icons.qrc"/>
</resources>
<connections>
<connection>
<sender>logsCount</sender>
Expand Down

0 comments on commit d8c245c

Please sign in to comment.