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