Fixed bugs for ATC bookings, those can be read even if network is not connected

This commit is contained in:
Klaus Basan
2014-06-05 13:26:08 +02:00
parent 6404fafb34
commit 48d66c204f
3 changed files with 24 additions and 14 deletions

View File

@@ -461,7 +461,7 @@ QStatusBar QLabel {
<enum>QFrame::NoFrame</enum>
</property>
<property name="currentIndex">
<number>4</number>
<number>7</number>
</property>
<widget class="QWidget" name="pg_StatusPage">
<property name="sizePolicy">
@@ -571,8 +571,8 @@ QStatusBar QLabel {
<rect>
<x>0</x>
<y>0</y>
<width>90</width>
<height>59</height>
<width>326</width>
<height>267</height>
</rect>
</property>
<attribute name="label">
@@ -859,7 +859,7 @@ QStatusBar QLabel {
<item>
<widget class="QTabWidget" name="tw_Settings">
<property name="currentIndex">
<number>0</number>
<number>2</number>
</property>
<widget class="QWidget" name="tb_SettingsTrafficNetwork">
<attribute name="title">
@@ -1355,6 +1355,13 @@ QStatusBar QLabel {
</property>
</widget>
</item>
<item row="10" column="1">
<widget class="QCheckBox" name="cb_SettingsAudioNotificationVoiceRoom">
<property name="text">
<string>notification for join/leave voice room</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>