Added column hiding for band and call activity
This commit is contained in:
+23
-11
@@ -486,9 +486,6 @@ color : white;
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -507,6 +504,9 @@ color : white;
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Enable or disable selective calling (i.e., only directed messages to you will be displayed)</p></body></html></string>
|
||||
</property>
|
||||
@@ -866,9 +866,6 @@ background-color: #6699ff;
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -887,6 +884,9 @@ background-color: #6699ff;
|
||||
<height>30</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="visible">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string><html><head/><body><p>Enable or disable automatic station replies to directed queries</p></body></html></string>
|
||||
</property>
|
||||
@@ -4708,15 +4708,17 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
<property name="title">
|
||||
<string>Window</string>
|
||||
</property>
|
||||
<addaction name="actionShow_Band_Activity"/>
|
||||
<addaction name="actionShow_Band_Activity_Columns"/>
|
||||
<addaction name="actionSort_Band_Activity"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionShow_Call_Activity"/>
|
||||
<addaction name="actionShow_Call_Activity_Columns"/>
|
||||
<addaction name="actionSort_Call_Activity"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionShow_Band_Activity"/>
|
||||
<addaction name="actionShow_Call_Activity"/>
|
||||
<addaction name="actionShow_Waterfall"/>
|
||||
<addaction name="actionShow_Waterfall_Controls"/>
|
||||
<addaction name="actionShow_Time_Drift_Controls"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionReset_Window_Sizes"/>
|
||||
</widget>
|
||||
<addaction name="menuFile"/>
|
||||
@@ -5401,12 +5403,12 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
</action>
|
||||
<action name="actionSort_Band_Activity">
|
||||
<property name="text">
|
||||
<string>Sort Band Activity...</string>
|
||||
<string>Sort Band Activity By...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSort_Call_Activity">
|
||||
<property name="text">
|
||||
<string>Sort Call Activity...</string>
|
||||
<string>Sort Call Activity By...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShow_Waterfall_Controls">
|
||||
@@ -5428,6 +5430,16 @@ list. The list can be maintained in Settings (F2).</string>
|
||||
<string>Show Time Drift Controls</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShow_Band_Activity_Columns">
|
||||
<property name="text">
|
||||
<string>Show Band Activity Columns...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionShow_Call_Activity_Columns">
|
||||
<property name="text">
|
||||
<string>Show Call Activity Columns...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<layoutdefault spacing="6" margin="11"/>
|
||||
<customwidgets>
|
||||
|
||||
Reference in New Issue
Block a user