1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Oleksandr Shneyder(o.shneyder@phoca-gmbh.de)</author>
4 <class>XSettingsWidgetUI</class>
5 <widget class="QWidget" name="XSettingsWidgetUI">
6  <property name="geometry">
7   <rect>
8    <x>0</x>
9    <y>0</y>
10    <width>583</width>
11    <height>495</height>
12   </rect>
13  </property>
14  <property name="windowTitle">
15   <string>Form</string>
16  </property>
17  <layout class="QVBoxLayout" name="verticalLayout">
18   <item>
19    <widget class="QLabel" name="label_7">
20     <property name="font">
21      <font>
22       <pointsize>12</pointsize>
23       <weight>75</weight>
24       <bold>true</bold>
25      </font>
26     </property>
27     <property name="text">
28      <string>You must restart the X2Go Client for the changes to take effect</string>
29     </property>
30     <property name="wordWrap">
31      <bool>true</bool>
32     </property>
33    </widget>
34   </item>
35   <item>
36    <spacer name="verticalSpacer">
37     <property name="orientation">
38      <enum>Qt::Vertical</enum>
39     </property>
40     <property name="sizeHint" stdset="0">
41      <size>
42       <width>20</width>
43       <height>97</height>
44      </size>
45     </property>
46    </spacer>
47   </item>
48   <item>
49    <widget class="QRadioButton" name="rbXming">
50     <property name="text">
51      <string>use integrated X-Server</string>
52     </property>
53     <property name="checked">
54      <bool>true</bool>
55     </property>
56    </widget>
57   </item>
58   <item>
59    <widget class="QCheckBox" name="cbNoPrimary">
60     <property name="text">
61      <string> do not use primary clipboard</string>
62     </property>
63    </widget>
64   </item>
65   <item>
66    <widget class="QRadioButton" name="rbOther">
67     <property name="text">
68      <string>use custom X-Server</string>
69     </property>
70    </widget>
71   </item>
72   <item>
73    <widget class="QGroupBox" name="groupBox">
74     <property name="enabled">
75      <bool>false</bool>
76     </property>
77     <property name="title">
78      <string>custom X-Server</string>
79     </property>
80     <layout class="QVBoxLayout" name="verticalLayout_2">
81      <item>
82       <layout class="QHBoxLayout" name="horizontalLayout">
83        <item>
84         <widget class="QLabel" name="label">
85          <property name="text">
86           <string>executable:</string>
87          </property>
88         </widget>
89        </item>
90        <item>
91         <widget class="QLineEdit" name="leExec">
92          <property name="readOnly">
93           <bool>true</bool>
94          </property>
95         </widget>
96        </item>
97        <item>
98         <widget class="QPushButton" name="pbExec">
99          <property name="text">
100           <string/>
101          </property>
102         </widget>
103        </item>
104       </layout>
105      </item>
106      <item>
107       <widget class="QCheckBox" name="cbOnstart">
108        <property name="text">
109         <string>start X-Server on X2Go Client start</string>
110        </property>
111        <property name="checked">
112         <bool>false</bool>
113        </property>
114       </widget>
115      </item>
116      <item>
117       <layout class="QHBoxLayout" name="horizontalLayout_2">
118        <item>
119         <widget class="QLabel" name="label_2">
120          <property name="text">
121           <string>command line options:</string>
122          </property>
123         </widget>
124        </item>
125        <item>
126         <widget class="QLineEdit" name="leCmdOptions"/>
127        </item>
128       </layout>
129      </item>
130      <item>
131       <widget class="QGroupBox" name="groupBox_2">
132        <property name="title">
133         <string>X-Server command line options</string>
134        </property>
135        <layout class="QGridLayout" name="gridLayout">
136         <item row="0" column="0">
137          <widget class="QLabel" name="label_3">
138           <property name="text">
139            <string>window mode:</string>
140           </property>
141          </widget>
142         </item>
143         <item row="0" column="1">
144          <widget class="QLineEdit" name="leWinMod"/>
145         </item>
146         <item row="1" column="0">
147          <widget class="QLabel" name="label_4">
148           <property name="text">
149            <string>fullscreen mode:</string>
150           </property>
151          </widget>
152         </item>
153         <item row="1" column="1">
154          <widget class="QLineEdit" name="leFSMod"/>
155         </item>
156         <item row="2" column="0">
157          <widget class="QLabel" name="label_5">
158           <property name="text">
159            <string>single application:</string>
160           </property>
161          </widget>
162         </item>
163         <item row="2" column="1">
164          <widget class="QLineEdit" name="leSingApp"/>
165         </item>
166         <item row="3" column="0">
167          <widget class="QLabel" name="label_6">
168            <property name="text">
169              <string>whole display:</string>
170            </property>
171          </widget>
172        </item>
173        <item row="3" column="1">
174          <widget class="QLineEdit" name="leWholeDisplay"/>
175        </item>
176        </layout>
177       </widget>
178      </item>
179     </layout>
180    </widget>
181   </item>
182  </layout>
183 </widget>
184 <resources/>
185 <connections>
186  <connection>
187   <sender>rbOther</sender>
188   <signal>toggled(bool)</signal>
189   <receiver>groupBox</receiver>
190   <slot>setEnabled(bool)</slot>
191   <hints>
192    <hint type="sourcelabel">
193     <x>142</x>
194     <y>198</y>
195    </hint>
196    <hint type="destinationlabel">
197     <x>196</x>
198     <y>373</y>
199    </hint>
200   </hints>
201  </connection>
202  <connection>
203   <sender>cbOnstart</sender>
204   <signal>toggled(bool)</signal>
205   <receiver>label_2</receiver>
206   <slot>setVisible(bool)</slot>
207   <hints>
208    <hint type="sourcelabel">
209     <x>83</x>
210     <y>300</y>
211    </hint>
212    <hint type="destinationlabel">
213     <x>88</x>
214     <y>332</y>
215    </hint>
216   </hints>
217  </connection>
218  <connection>
219   <sender>cbOnstart</sender>
220   <signal>toggled(bool)</signal>
221   <receiver>leCmdOptions</receiver>
222   <slot>setVisible(bool)</slot>
223   <hints>
224    <hint type="sourcelabel">
225     <x>152</x>
226     <y>300</y>
227    </hint>
228    <hint type="destinationlabel">
229     <x>406</x>
230     <y>332</y>
231    </hint>
232   </hints>
233  </connection>
234  <connection>
235   <sender>cbOnstart</sender>
236   <signal>toggled(bool)</signal>
237   <receiver>groupBox_2</receiver>
238   <slot>setHidden(bool)</slot>
239   <hints>
240    <hint type="sourcelabel">
241     <x>73</x>
242     <y>300</y>
243    </hint>
244    <hint type="destinationlabel">
245     <x>53</x>
246     <y>474</y>
247    </hint>
248   </hints>
249  </connection>
250  <connection>
251   <sender>pbExec</sender>
252   <signal>clicked()</signal>
253   <receiver>XSettingsWidgetUI</receiver>
254   <slot>slotSetExecutable()</slot>
255   <hints>
256    <hint type="sourcelabel">
257     <x>561</x>
258     <y>269</y>
259    </hint>
260    <hint type="destinationlabel">
261     <x>498</x>
262     <y>333</y>
263    </hint>
264   </hints>
265  </connection>
266  <connection>
267   <sender>rbXming</sender>
268   <signal>toggled(bool)</signal>
269   <receiver>cbNoPrimary</receiver>
270   <slot>setEnabled(bool)</slot>
271   <hints>
272    <hint type="sourcelabel">
273     <x>68</x>
274     <y>132</y>
275    </hint>
276    <hint type="destinationlabel">
277     <x>129</x>
278     <y>162</y>
279    </hint>
280   </hints>
281  </connection>
282 </connections>
283 <slots>
284  <slot>slotSetExecutable()</slot>
285 </slots>
286</ui>
287