refs #335, adjusted main window

* info areas in main window
* renaming
This commit is contained in:
Klaus Basan
2014-10-22 15:06:37 +02:00
committed by Roland Winklmeier
parent 67f0c22f09
commit a9768566e6
7 changed files with 44 additions and 9 deletions

View File

@@ -256,7 +256,7 @@
</size>
</property>
<property name="text">
<string>Aircrafts</string>
<string>&amp;Aircrafts</string>
</property>
</widget>
</item>
@@ -275,7 +275,10 @@
</size>
</property>
<property name="text">
<string>ATC</string>
<string>A&amp;TC</string>
</property>
<property name="shortcut">
<string>Ctrl+K</string>
</property>
</widget>
</item>
@@ -284,6 +287,9 @@
<property name="text">
<string>Users</string>
</property>
<property name="shortcut">
<string>Ctrl+I, U</string>
</property>
</widget>
</item>
<item row="1" column="3">
@@ -303,6 +309,9 @@
<property name="text">
<string>Cockpit</string>
</property>
<property name="shortcut">
<string>Ctrl+I, C</string>
</property>
</widget>
</item>
<item row="2" column="3">
@@ -329,6 +338,9 @@
<property name="text">
<string>Text/Chat</string>
</property>
<property name="shortcut">
<string>Ctrl+I, T</string>
</property>
</widget>
</item>
<item row="2" column="1">
@@ -336,6 +348,9 @@
<property name="text">
<string>Simulator</string>
</property>
<property name="shortcut">
<string>Ctrl+I, S</string>
</property>
</widget>
</item>
<item row="4" column="1">
@@ -374,6 +389,9 @@
<property name="text">
<string>Flightplan</string>
</property>
<property name="shortcut">
<string>Ctrl+I, F</string>
</property>
</widget>
</item>
<item row="1" column="2">
@@ -582,7 +600,13 @@
<addaction name="separator"/>
<addaction name="menu_FileClose"/>
</widget>
<widget class="QMenu" name="menu_InfoAreas">
<property name="title">
<string>Info areas</string>
</property>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_InfoAreas"/>
<addaction name="menu_Help"/>
<addaction name="menu_Test"/>
</widget>