mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
143 lines
3.3 KiB
XML
143 lines
3.3 KiB
XML
<ui version="4.0" >
|
|
<class>Security</class>
|
|
<widget class="QWidget" name="Security" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>507</width>
|
|
<height>201</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Form</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_allowUninvitedConnections" >
|
|
<property name="text" >
|
|
<string>Allow uninvited connections</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_allowDesktopControl" >
|
|
<property name="text" >
|
|
<string>Allow remote connections to control your desktop</string>
|
|
</property>
|
|
<property name="checked" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="kcfg_askOnConnect" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Ask before accepting an uninvited connection</string>
|
|
</property>
|
|
<property name="checked" >
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="label" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Uninvited connections password</string>
|
|
</property>
|
|
<property name="buddy" >
|
|
<cstring>kcfg_uninvitedConnectionPassword</cstring>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="KLineEdit" name="kcfg_uninvitedConnectionPassword" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="echoMode" >
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" >
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>KLineEdit</class>
|
|
<extends>QLineEdit</extends>
|
|
<header>klineedit.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>kcfg_allowUninvitedConnections</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>kcfg_askOnConnect</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>22</x>
|
|
<y>24</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>29</x>
|
|
<y>80</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>kcfg_allowUninvitedConnections</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>kcfg_uninvitedConnectionPassword</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>98</x>
|
|
<y>21</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>192</x>
|
|
<y>137</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
<connection>
|
|
<sender>kcfg_allowUninvitedConnections</sender>
|
|
<signal>toggled(bool)</signal>
|
|
<receiver>label</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
<hints>
|
|
<hint type="sourcelabel" >
|
|
<x>117</x>
|
|
<y>20</y>
|
|
</hint>
|
|
<hint type="destinationlabel" >
|
|
<x>120</x>
|
|
<y>94</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|