* open directory of simconnect.cfg file
* open directory of settings file menu item
* reset settings menu item
This commit is contained in:
Klaus Basan
2014-04-15 03:01:48 +02:00
parent 8abdde609f
commit c288a4b05b
5 changed files with 42 additions and 7 deletions

View File

@@ -454,7 +454,7 @@ QStatusBar QLabel {
<enum>QFrame::NoFrame</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>7</number>
</property>
<widget class="QWidget" name="pg_StatusPage">
<property name="sizePolicy">
@@ -564,8 +564,8 @@ QStatusBar QLabel {
<rect>
<x>0</x>
<y>0</y>
<width>326</width>
<height>267</height>
<width>90</width>
<height>59</height>
</rect>
</property>
<attribute name="label">
@@ -607,8 +607,8 @@ QStatusBar QLabel {
<rect>
<x>0</x>
<y>0</y>
<width>326</width>
<height>267</height>
<width>90</width>
<height>55</height>
</rect>
</property>
<attribute name="label">
@@ -640,7 +640,6 @@ QStatusBar QLabel {
</property>
<property name="font">
<font>
<family>Courier New</family>
<pointsize>-1</pointsize>
<weight>75</weight>
<italic>false</italic>
@@ -1794,7 +1793,7 @@ QStatusBar QLabel {
<item>
<widget class="QTabWidget" name="Simulator">
<property name="currentIndex">
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="tb_SettingsTrafficNetwork">
<attribute name="title">
@@ -3134,6 +3133,9 @@ QStatusBar QLabel {
<property name="title">
<string>File</string>
</property>
<addaction name="menu_FileSettingsDirectory"/>
<addaction name="menu_FileResetSettings"/>
<addaction name="separator"/>
<addaction name="menu_FileClose"/>
</widget>
<addaction name="menu_File"/>
@@ -3187,6 +3189,16 @@ QStatusBar QLabel {
<string>Close</string>
</property>
</action>
<action name="menu_FileSettingsDirectory">
<property name="text">
<string>Settings directory</string>
</property>
</action>
<action name="menu_FileResetSettings">
<property name="text">
<string>Reset settings</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>