* fix icon names (they have been updated in kdelibs)
[kdenetwork.git] / krfb / configsecurity.ui
blob92ccd322d1189f74e53e7ca438a9a4d3ce520492
1 <ui version="4.0" >
2  <class>Security</class>
3  <widget class="QWidget" name="Security" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>507</width>
9     <height>201</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <widget class="QCheckBox" name="kcfg_allowUninvitedConnections" >
18      <property name="text" >
19       <string>Allow uninvited connections</string>
20      </property>
21     </widget>
22    </item>
23    <item>
24     <widget class="QCheckBox" name="kcfg_allowDesktopControl" >
25      <property name="text" >
26       <string>Allow remote connections to control your desktop</string>
27      </property>
28      <property name="checked" >
29       <bool>true</bool>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <widget class="QCheckBox" name="kcfg_askOnConnect" >
35      <property name="enabled" >
36       <bool>false</bool>
37      </property>
38      <property name="text" >
39       <string>Ask before accepting an uninvited connection</string>
40      </property>
41      <property name="checked" >
42       <bool>true</bool>
43      </property>
44     </widget>
45    </item>
46    <item>
47     <widget class="QLabel" name="label" >
48      <property name="enabled" >
49       <bool>false</bool>
50      </property>
51      <property name="text" >
52       <string>Uninvited connections password</string>
53      </property>
54      <property name="buddy" >
55       <cstring>kcfg_uninvitedConnectionPassword</cstring>
56      </property>
57     </widget>
58    </item>
59    <item>
60     <widget class="KLineEdit" name="kcfg_uninvitedConnectionPassword" >
61      <property name="enabled" >
62       <bool>false</bool>
63      </property>
64      <property name="echoMode" >
65       <enum>QLineEdit::Password</enum>
66      </property>
67     </widget>
68    </item>
69    <item>
70     <spacer>
71      <property name="orientation" >
72       <enum>Qt::Vertical</enum>
73      </property>
74      <property name="sizeHint" >
75       <size>
76        <width>20</width>
77        <height>40</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82   </layout>
83  </widget>
84  <customwidgets>
85   <customwidget>
86    <class>KLineEdit</class>
87    <extends>QLineEdit</extends>
88    <header>klineedit.h</header>
89   </customwidget>
90  </customwidgets>
91  <resources/>
92  <connections>
93   <connection>
94    <sender>kcfg_allowUninvitedConnections</sender>
95    <signal>toggled(bool)</signal>
96    <receiver>kcfg_askOnConnect</receiver>
97    <slot>setEnabled(bool)</slot>
98    <hints>
99     <hint type="sourcelabel" >
100      <x>22</x>
101      <y>24</y>
102     </hint>
103     <hint type="destinationlabel" >
104      <x>29</x>
105      <y>80</y>
106     </hint>
107    </hints>
108   </connection>
109   <connection>
110    <sender>kcfg_allowUninvitedConnections</sender>
111    <signal>toggled(bool)</signal>
112    <receiver>kcfg_uninvitedConnectionPassword</receiver>
113    <slot>setEnabled(bool)</slot>
114    <hints>
115     <hint type="sourcelabel" >
116      <x>98</x>
117      <y>21</y>
118     </hint>
119     <hint type="destinationlabel" >
120      <x>192</x>
121      <y>137</y>
122     </hint>
123    </hints>
124   </connection>
125   <connection>
126    <sender>kcfg_allowUninvitedConnections</sender>
127    <signal>toggled(bool)</signal>
128    <receiver>label</receiver>
129    <slot>setEnabled(bool)</slot>
130    <hints>
131     <hint type="sourcelabel" >
132      <x>117</x>
133      <y>20</y>
134     </hint>
135     <hint type="destinationlabel" >
136      <x>120</x>
137      <y>94</y>
138     </hint>
139    </hints>
140   </connection>
141  </connections>
142 </ui>