|  | 
| 800 | 800 |              <string><html><head/><body><p>If checked the GUI will be restored from settings saved on disk. Settings include the geometry of the dialog and the state of various check boxes, such as this one. </p><p>These settings will be used at next boot to restore the user interface to the way it was at shutdown.</p><p style='white-space:pre'>The settings file is: <span style=" font-weight:600;">${HOME}/.config/cmst/cmst.conf  </span><br>This is a standard ini type text file.</p></body></html></string> | 
| 801 | 801 |             </property> | 
| 802 | 802 |             <property name="text"> | 
| 803 |  | -             <string>&Retain Settings</string> | 
|  | 803 | +             <string>Retain Settings</string> | 
| 804 | 804 |             </property> | 
| 805 | 805 |            </widget> | 
| 806 | 806 |           </item> | 
|  | 
| 813 | 813 |              <string><html><head/><body><p>If checked the display of tooltips will be enabled for the interface widgets.</p><p>Tooltips are the small popups that appear when you hover the mouse pointer over an area of the interface. </p></body></html></string> | 
| 814 | 814 |             </property> | 
| 815 | 815 |             <property name="text"> | 
| 816 |  | -             <string>Enable ToolTips (&Interface)</string> | 
|  | 816 | +             <string>Enable ToolTips (Interface)</string> | 
| 817 | 817 |             </property> | 
| 818 | 818 |            </widget> | 
| 819 | 819 |           </item> | 
|  | 
| 829 | 829 |              <string><html><head/><body><p>Normally counters are cummulative and will retain the connect time and the TX and RX counts between boots. </p><p>When this box is checked the counters will reset to zero every time CMST is started, and if CMST is running everytime a Connman service is started. </p></body></html></string> | 
| 830 | 830 |             </property> | 
| 831 | 831 |             <property name="text"> | 
| 832 |  | -             <string>Reset C&ounters</string> | 
|  | 832 | +             <string>Reset Counters</string> | 
| 833 | 833 |             </property> | 
| 834 | 834 |            </widget> | 
| 835 | 835 |           </item> | 
| 836 | 836 |          </layout> | 
| 837 | 837 |         </widget> | 
| 838 | 838 |        </item> | 
| 839 |  | -       <item row="4" column="0"> | 
|  | 839 | +       <item row="5" column="0"> | 
| 840 | 840 |         <spacer name="verticalSpacer_4"> | 
| 841 | 841 |          <property name="orientation"> | 
| 842 | 842 |           <enum>Qt::Vertical</enum> | 
|  | 
| 870 | 870 |              <string><html><head/><body><p>If checked an icon will not be displayed in the system tray.  </p></body></html></string> | 
| 871 | 871 |             </property> | 
| 872 | 872 |             <property name="text"> | 
| 873 |  | -             <string>Hide &Tray Icon</string> | 
|  | 873 | +             <string>Hide Tray Icon</string> | 
| 874 | 874 |             </property> | 
| 875 | 875 |            </widget> | 
| 876 | 876 |           </item> | 
|  | 
| 883 | 883 |              <string><html><head/><body><p>If checked the system tray icon will popup a status message when you hover the mouse over it.</p></body></html></string> | 
| 884 | 884 |             </property> | 
| 885 | 885 |             <property name="text"> | 
| 886 |  | -             <string>&Enable System Tray Popups</string> | 
|  | 886 | +             <string>Enable System Tray Popups</string> | 
| 887 | 887 |             </property> | 
| 888 | 888 |             <property name="checked"> | 
| 889 | 889 |              <bool>true</bool> | 
|  | 
| 899 | 899 |              <string><html><head/><body><p>Enable notifications from the systemtray</p></body></html></string> | 
| 900 | 900 |             </property> | 
| 901 | 901 |             <property name="whatsThis"> | 
| 902 |  | -             <string><html><head/><body><p>If checked the system tray will popup a notify message when a significant connman related event is received.</p></body></html></string> | 
|  | 902 | +             <string><html><head/><body><p>If checked the system tray will popup a notify message when a significant connman related event is received.</p><p>Notifications can be handled by the System Tray Icon, or by a Notify daemon if one is installed.  Both can not be active at the same time.</p></body></html></string> | 
|  | 903 | +            </property> | 
|  | 904 | +            <property name="text"> | 
|  | 905 | +             <string>Enable System Tray Notifications</string> | 
|  | 906 | +            </property> | 
|  | 907 | +           </widget> | 
|  | 908 | +          </item> | 
|  | 909 | +         </layout> | 
|  | 910 | +        </widget> | 
|  | 911 | +       </item> | 
|  | 912 | +       <item row="4" column="0"> | 
|  | 913 | +        <widget class="QGroupBox" name="groupBox_notfications"> | 
|  | 914 | +         <property name="title"> | 
|  | 915 | +          <string>Notifications</string> | 
|  | 916 | +         </property> | 
|  | 917 | +         <layout class="QVBoxLayout" name="verticalLayout_12"> | 
|  | 918 | +          <item> | 
|  | 919 | +           <widget class="QCheckBox" name="checkBox_notifydaemon"> | 
|  | 920 | +            <property name="enabled"> | 
|  | 921 | +             <bool>false</bool> | 
|  | 922 | +            </property> | 
|  | 923 | +            <property name="toolTip"> | 
|  | 924 | +             <string><html><head/><body><p>Enable notifications from the notify system daemon</p></body></html></string> | 
|  | 925 | +            </property> | 
|  | 926 | +            <property name="whatsThis"> | 
|  | 927 | +             <string><html><head/><body><p>If checked the system notify daemon will popup a notify message when a significant connman related event is received.</p><p>Notifications can be handled by the System Tray Icon, or by a Notify daemon if one is installed.  Both can not be active at the same time.</p></body></html></string> | 
| 903 | 928 |             </property> | 
| 904 | 929 |             <property name="text"> | 
| 905 |  | -             <string>Enable System Tray &Notifications</string> | 
|  | 930 | +             <string>Notification Daemon</string> | 
| 906 | 931 |             </property> | 
| 907 | 932 |            </widget> | 
| 908 | 933 |           </item> | 
|  | 
| 1111 | 1136 |    </property> | 
| 1112 | 1137 |   </action> | 
| 1113 | 1138 |  </widget> | 
|  | 1139 | + <tabstops> | 
|  | 1140 | +  <tabstop>checkBox_devicesoff</tabstop> | 
|  | 1141 | +  <tabstop>tableWidget_technologies</tabstop> | 
|  | 1142 | +  <tabstop>tableWidget_services</tabstop> | 
|  | 1143 | +  <tabstop>pushButton_movebefore</tabstop> | 
|  | 1144 | +  <tabstop>pushButton_moveafter</tabstop> | 
|  | 1145 | +  <tabstop>checkBox_hidecnxn</tabstop> | 
|  | 1146 | +  <tabstop>pushButton_scanWifi</tabstop> | 
|  | 1147 | +  <tabstop>comboBox_service</tabstop> | 
|  | 1148 | +  <tabstop>pushButton_connect</tabstop> | 
|  | 1149 | +  <tabstop>pushButton_disconnect</tabstop> | 
|  | 1150 | +  <tabstop>pushButton_remove</tabstop> | 
|  | 1151 | +  <tabstop>tableWidget_wifi</tabstop> | 
|  | 1152 | +  <tabstop>scrollArea_home_counter</tabstop> | 
|  | 1153 | +  <tabstop>checkBox_notifydaemon</tabstop> | 
|  | 1154 | +  <tabstop>scrollArea_roaming_counter</tabstop> | 
|  | 1155 | +  <tabstop>checkBox_retainsettings</tabstop> | 
|  | 1156 | +  <tabstop>checkBox_enableinterfacetooltips</tabstop> | 
|  | 1157 | +  <tabstop>checkBox_resetcounters</tabstop> | 
|  | 1158 | +  <tabstop>checkBox_hideIcon</tabstop> | 
|  | 1159 | +  <tabstop>checkBox_enablesystemtraytooltips</tabstop> | 
|  | 1160 | +  <tabstop>checkBox_enablesystemtraynotification</tabstop> | 
|  | 1161 | +  <tabstop>pushButton_aboutCMST</tabstop> | 
|  | 1162 | +  <tabstop>pushButton_aboutIconSet</tabstop> | 
|  | 1163 | +  <tabstop>pushButton_aboutQT</tabstop> | 
|  | 1164 | +  <tabstop>pushButton_license</tabstop> | 
|  | 1165 | +  <tabstop>pushButton_change_log</tabstop> | 
|  | 1166 | +  <tabstop>scrollArea</tabstop> | 
|  | 1167 | +  <tabstop>toolButton_whatsthis</tabstop> | 
|  | 1168 | +  <tabstop>pushButton_exit</tabstop> | 
|  | 1169 | +  <tabstop>pushButton_minimize</tabstop> | 
|  | 1170 | +  <tabstop>tabWidget</tabstop> | 
|  | 1171 | + </tabstops> | 
| 1114 | 1172 |  <resources> | 
| 1115 | 1173 |   <include location="../../../cmst.qrc"/> | 
| 1116 | 1174 |  </resources> | 
|  | 
| 1154 | 1212 |    <slot>setDisabled(bool)</slot> | 
| 1155 | 1213 |    <hints> | 
| 1156 | 1214 |     <hint type="sourcelabel"> | 
| 1157 |  | -     <x>102</x> | 
| 1158 |  | -     <y>181</y> | 
|  | 1215 | +     <x>125</x> | 
|  | 1216 | +     <y>211</y> | 
| 1159 | 1217 |     </hint> | 
| 1160 | 1218 |     <hint type="destinationlabel"> | 
| 1161 |  | -     <x>105</x> | 
| 1162 |  | -     <y>203</y> | 
|  | 1219 | +     <x>128</x> | 
|  | 1220 | +     <y>237</y> | 
| 1163 | 1221 |     </hint> | 
| 1164 | 1222 |    </hints> | 
| 1165 | 1223 |   </connection> | 
|  | 
0 commit comments