|
|
@ -54,6 +54,20 @@
|
|
|
|
<string>Check this option if you want the session manager to display a logout confirmation dialog box.</string>
|
|
|
|
<string>Check this option if you want the session manager to display a logout confirmation dialog box.</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
|
|
|
|
<widget class="TQCheckBox">
|
|
|
|
|
|
|
|
<property name="name">
|
|
|
|
|
|
|
|
<cstring>showFancyFadeAway</cstring>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="enabled">
|
|
|
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="text">
|
|
|
|
|
|
|
|
<string>Show fancy &logout fadeaway</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
<property name="whatsThis" stdset="0">
|
|
|
|
|
|
|
|
<string>Check this option if you want to see a fancy fadeaway when displaying a logout confirmation dialog box.</string>
|
|
|
|
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</widget>
|
|
|
|
<widget class="TQCheckBox">
|
|
|
|
<widget class="TQCheckBox">
|
|
|
|
<property name="name">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>offerShutdownCheck</cstring>
|
|
|
|
<cstring>offerShutdownCheck</cstring>
|
|
|
@ -217,6 +231,18 @@
|
|
|
|
<receiver>SMServerConfigDlg</receiver>
|
|
|
|
<receiver>SMServerConfigDlg</receiver>
|
|
|
|
<slot>configChanged()</slot>
|
|
|
|
<slot>configChanged()</slot>
|
|
|
|
</connection>
|
|
|
|
</connection>
|
|
|
|
|
|
|
|
<connection>
|
|
|
|
|
|
|
|
<sender>confirmLogoutCheck</sender>
|
|
|
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
|
|
|
<receiver>showFancyFadeAway</receiver>
|
|
|
|
|
|
|
|
<slot>setEnabled(bool)</slot>
|
|
|
|
|
|
|
|
</connection>
|
|
|
|
|
|
|
|
<connection>
|
|
|
|
|
|
|
|
<sender>showFancyFadeAway</sender>
|
|
|
|
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
|
|
|
|
<receiver>SMServerConfigDlg</receiver>
|
|
|
|
|
|
|
|
<slot>configChanged()</slot>
|
|
|
|
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<connection>
|
|
|
|
<sender>showLogoutStatusDialog</sender>
|
|
|
|
<sender>showLogoutStatusDialog</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|
<signal>toggled(bool)</signal>
|
|
|
|