Subversion Repositories Projects

Rev

Rev 674 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 750
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
 <class>dlg_Preferences_UI</class>
3
 <class>dlg_Preferences_UI</class>
4
 <widget class="QDialog" name="dlg_Preferences_UI">
4
 <widget class="QDialog" name="dlg_Preferences_UI">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>251</width>
9
    <width>400</width>
10
    <height>160</height>
10
    <height>192</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
-
 
13
  <property name="minimumSize">
-
 
14
   <size>
-
 
15
    <width>400</width>
-
 
16
    <height>0</height>
-
 
17
   </size>
-
 
18
  </property>
13
  <property name="windowTitle">
19
  <property name="windowTitle">
14
   <string>Server-Einstellungen</string>
20
   <string>Server-Einstellungen</string>
15
  </property>
21
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
22
  <layout class="QGridLayout" name="gridLayout_3">
17
   <item row="0" column="0">
23
   <item row="0" column="0" colspan="2">
-
 
24
    <layout class="QHBoxLayout" name="horizontalLayout">
-
 
25
     <item>
18
    <widget class="QGroupBox" name="groupBox">
26
      <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
27
       <property name="title">
20
      <string/>
28
        <string>Communicator</string>
21
     </property>
29
       </property>
22
     <layout class="QGridLayout" name="gridLayout">
30
       <layout class="QGridLayout" name="gridLayout">
23
      <item row="0" column="0">
31
        <item row="0" column="0">
24
       <widget class="QCheckBox" name="checkBox">
32
         <widget class="QCheckBox" name="checkBox">
25
        <property name="enabled">
33
          <property name="enabled">
26
         <bool>false</bool>
34
           <bool>false</bool>
27
        </property>
35
          </property>
28
        <property name="text">
36
          <property name="text">
29
         <string>TCP</string>
37
           <string>TCP</string>
30
        </property>
38
          </property>
31
        <property name="checked">
39
          <property name="checked">
32
         <bool>true</bool>
40
           <bool>true</bool>
33
        </property>
41
          </property>
34
       </widget>
42
         </widget>
35
      </item>
43
        </item>
36
      <item row="0" column="1">
44
        <item row="0" column="1">
37
       <widget class="QLabel" name="label">
45
         <widget class="QLabel" name="label">
38
        <property name="text">
46
          <property name="text">
39
         <string>Port:</string>
47
           <string>Port:</string>
40
        </property>
48
          </property>
41
       </widget>
49
         </widget>
42
      </item>
50
        </item>
43
      <item row="0" column="2">
51
        <item row="0" column="2">
44
       <widget class="QLineEdit" name="le_TCP_Port"/>
52
         <widget class="QLineEdit" name="le_TCP_Port"/>
45
      </item>
53
        </item>
46
      <item row="1" column="0">
54
        <item row="1" column="0">
47
       <widget class="QCheckBox" name="checkBox_2">
55
         <widget class="QCheckBox" name="checkBox_2">
48
        <property name="enabled">
56
          <property name="enabled">
49
         <bool>false</bool>
57
           <bool>false</bool>
50
        </property>
58
          </property>
51
        <property name="text">
59
          <property name="text">
52
         <string>UDP</string>
60
           <string>UDP</string>
53
        </property>
61
          </property>
54
       </widget>
62
         </widget>
55
      </item>
63
        </item>
56
      <item row="1" column="1">
64
        <item row="1" column="1">
57
       <widget class="QLabel" name="label_2">
65
         <widget class="QLabel" name="label_2">
58
        <property name="enabled">
66
          <property name="enabled">
59
         <bool>false</bool>
67
           <bool>false</bool>
60
        </property>
68
          </property>
61
        <property name="text">
69
          <property name="text">
62
         <string>Port:</string>
70
           <string>Port:</string>
63
        </property>
71
          </property>
64
       </widget>
72
         </widget>
65
      </item>
73
        </item>
66
      <item row="1" column="2">
74
        <item row="1" column="2">
67
       <widget class="QLineEdit" name="le_UDP_Port">
75
         <widget class="QLineEdit" name="le_UDP_Port">
68
        <property name="enabled">
76
          <property name="enabled">
69
         <bool>false</bool>
77
           <bool>false</bool>
70
        </property>
78
          </property>
71
       </widget>
79
         </widget>
72
      </item>
80
        </item>
73
      <item row="2" column="0" colspan="3">
81
        <item row="2" column="0" colspan="3">
74
       <widget class="Line" name="line">
82
         <widget class="Line" name="line">
75
        <property name="orientation">
83
          <property name="orientation">
76
         <enum>Qt::Horizontal</enum>
84
           <enum>Qt::Horizontal</enum>
77
        </property>
85
          </property>
78
       </widget>
86
         </widget>
79
      </item>
87
        </item>
80
      <item row="3" column="0">
88
        <item row="3" column="0">
81
       <widget class="QLabel" name="label_3">
89
         <widget class="QLabel" name="label_3">
82
        <property name="text">
90
          <property name="text">
83
         <string>Password:</string>
91
           <string>Password:</string>
84
        </property>
92
          </property>
85
       </widget>
93
         </widget>
86
      </item>
94
        </item>
87
      <item row="3" column="2">
95
        <item row="3" column="2">
88
       <widget class="QLineEdit" name="le_Password">
96
         <widget class="QLineEdit" name="le_Password">
89
        <property name="text">
97
          <property name="text">
90
         <string>qwertz</string>
98
           <string>qwertz</string>
91
        </property>
99
          </property>
92
        <property name="echoMode">
100
          <property name="echoMode">
93
         <enum>QLineEdit::Password</enum>
101
           <enum>QLineEdit::Password</enum>
94
        </property>
102
          </property>
95
       </widget>
103
         </widget>
96
      </item>
104
        </item>
-
 
105
        <item row="4" column="2">
-
 
106
         <spacer name="verticalSpacer">
-
 
107
          <property name="orientation">
-
 
108
           <enum>Qt::Vertical</enum>
-
 
109
          </property>
-
 
110
          <property name="sizeHint" stdset="0">
-
 
111
           <size>
-
 
112
            <width>20</width>
-
 
113
            <height>40</height>
-
 
114
           </size>
-
 
115
          </property>
-
 
116
         </spacer>
-
 
117
        </item>
-
 
118
       </layout>
-
 
119
      </widget>
-
 
120
     </item>
-
 
121
     <item>
-
 
122
      <widget class="QGroupBox" name="groupBox_2">
-
 
123
       <property name="title">
-
 
124
        <string>Live-Daten senden</string>
-
 
125
       </property>
-
 
126
       <layout class="QGridLayout" name="gridLayout_2">
-
 
127
        <item row="0" column="0">
-
 
128
         <widget class="QLabel" name="label_4">
-
 
129
          <property name="text">
-
 
130
           <string>Server:</string>
-
 
131
          </property>
-
 
132
         </widget>
-
 
133
        </item>
-
 
134
        <item row="0" column="1">
-
 
135
         <widget class="QLineEdit" name="le_LiveServer">
-
 
136
          <property name="text">
-
 
137
           <string>127.0.0.1</string>
-
 
138
          </property>
-
 
139
         </widget>
-
 
140
        </item>
-
 
141
        <item row="2" column="0">
-
 
142
         <widget class="QLabel" name="label_5">
-
 
143
          <property name="text">
-
 
144
           <string>Login:</string>
-
 
145
          </property>
-
 
146
         </widget>
-
 
147
        </item>
-
 
148
        <item row="2" column="1">
-
 
149
         <widget class="QLineEdit" name="le_LiveUser">
-
 
150
          <property name="text">
-
 
151
           <string>KeyOz</string>
-
 
152
          </property>
-
 
153
         </widget>
-
 
154
        </item>
-
 
155
        <item row="3" column="0">
-
 
156
         <widget class="QLabel" name="label_6">
-
 
157
          <property name="text">
-
 
158
           <string>Password:</string>
-
 
159
          </property>
-
 
160
         </widget>
-
 
161
        </item>
-
 
162
        <item row="3" column="1">
-
 
163
         <widget class="QLineEdit" name="le_LivePassword">
-
 
164
          <property name="text">
-
 
165
           <string>qwertz</string>
-
 
166
          </property>
-
 
167
          <property name="echoMode">
-
 
168
           <enum>QLineEdit::Password</enum>
-
 
169
          </property>
-
 
170
         </widget>
-
 
171
        </item>
-
 
172
        <item row="1" column="0">
-
 
173
         <widget class="QLabel" name="label_7">
-
 
174
          <property name="text">
-
 
175
           <string>Port:</string>
-
 
176
          </property>
-
 
177
         </widget>
-
 
178
        </item>
-
 
179
        <item row="1" column="1">
-
 
180
         <widget class="QLineEdit" name="le_LivePort">
-
 
181
          <property name="text">
-
 
182
           <string>64410</string>
-
 
183
          </property>
-
 
184
         </widget>
-
 
185
        </item>
97
     </layout>
186
       </layout>
98
    </widget>
187
      </widget>
99
   </item>
188
     </item>
-
 
189
    </layout>
-
 
190
   </item>
100
   <item row="1" column="0">
191
   <item row="1" column="0">
-
 
192
    <spacer name="horizontalSpacer">
-
 
193
     <property name="orientation">
-
 
194
      <enum>Qt::Horizontal</enum>
-
 
195
     </property>
-
 
196
     <property name="sizeHint" stdset="0">
-
 
197
      <size>
-
 
198
       <width>40</width>
-
 
199
       <height>20</height>
-
 
200
      </size>
-
 
201
     </property>
-
 
202
    </spacer>
-
 
203
   </item>
-
 
204
   <item row="1" column="1">
101
    <widget class="QDialogButtonBox" name="buttonBox">
205
    <widget class="QDialogButtonBox" name="buttonBox">
102
     <property name="orientation">
206
     <property name="orientation">
103
      <enum>Qt::Horizontal</enum>
207
      <enum>Qt::Horizontal</enum>
104
     </property>
208
     </property>
105
     <property name="standardButtons">
209
     <property name="standardButtons">
106
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
210
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
107
     </property>
211
     </property>
108
    </widget>
212
    </widget>
109
   </item>
213
   </item>
110
  </layout>
214
  </layout>
111
 </widget>
215
 </widget>
-
 
216
 <tabstops>
-
 
217
  <tabstop>checkBox</tabstop>
-
 
218
  <tabstop>le_TCP_Port</tabstop>
-
 
219
  <tabstop>le_Password</tabstop>
-
 
220
  <tabstop>le_LiveServer</tabstop>
-
 
221
  <tabstop>le_LiveUser</tabstop>
-
 
222
  <tabstop>le_LivePassword</tabstop>
-
 
223
  <tabstop>buttonBox</tabstop>
-
 
224
  <tabstop>checkBox_2</tabstop>
-
 
225
  <tabstop>le_UDP_Port</tabstop>
-
 
226
 </tabstops>
112
 <resources/>
227
 <resources/>
113
 <connections>
228
 <connections>
114
  <connection>
229
  <connection>
115
   <sender>buttonBox</sender>
230
   <sender>buttonBox</sender>
116
   <signal>accepted()</signal>
231
   <signal>accepted()</signal>
117
   <receiver>dlg_Preferences_UI</receiver>
232
   <receiver>dlg_Preferences_UI</receiver>
118
   <slot>accept()</slot>
233
   <slot>accept()</slot>
119
   <hints>
234
   <hints>
120
    <hint type="sourcelabel">
235
    <hint type="sourcelabel">
121
     <x>248</x>
236
     <x>248</x>
122
     <y>254</y>
237
     <y>254</y>
123
    </hint>
238
    </hint>
124
    <hint type="destinationlabel">
239
    <hint type="destinationlabel">
125
     <x>157</x>
240
     <x>157</x>
126
     <y>274</y>
241
     <y>274</y>
127
    </hint>
242
    </hint>
128
   </hints>
243
   </hints>
129
  </connection>
244
  </connection>
130
  <connection>
245
  <connection>
131
   <sender>buttonBox</sender>
246
   <sender>buttonBox</sender>
132
   <signal>rejected()</signal>
247
   <signal>rejected()</signal>
133
   <receiver>dlg_Preferences_UI</receiver>
248
   <receiver>dlg_Preferences_UI</receiver>
134
   <slot>reject()</slot>
249
   <slot>reject()</slot>
135
   <hints>
250
   <hints>
136
    <hint type="sourcelabel">
251
    <hint type="sourcelabel">
137
     <x>316</x>
252
     <x>316</x>
138
     <y>260</y>
253
     <y>260</y>
139
    </hint>
254
    </hint>
140
    <hint type="destinationlabel">
255
    <hint type="destinationlabel">
141
     <x>286</x>
256
     <x>286</x>
142
     <y>274</y>
257
     <y>274</y>
143
    </hint>
258
    </hint>
144
   </hints>
259
   </hints>
145
  </connection>
260
  </connection>
146
 </connections>
261
 </connections>
147
</ui>
262
</ui>