Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
674 KeyOz 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>dlg_Preferences_UI</class>
4
 <widget class="QDialog" name="dlg_Preferences_UI">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>251</width>
10
    <height>160</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Server-Einstellungen</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_2">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string/>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout">
23
      <item row="0" column="0">
24
       <widget class="QCheckBox" name="checkBox">
25
        <property name="enabled">
26
         <bool>false</bool>
27
        </property>
28
        <property name="text">
29
         <string>TCP</string>
30
        </property>
31
        <property name="checked">
32
         <bool>true</bool>
33
        </property>
34
       </widget>
35
      </item>
36
      <item row="0" column="1">
37
       <widget class="QLabel" name="label">
38
        <property name="text">
39
         <string>Port:</string>
40
        </property>
41
       </widget>
42
      </item>
43
      <item row="0" column="2">
44
       <widget class="QLineEdit" name="le_TCP_Port"/>
45
      </item>
46
      <item row="1" column="0">
47
       <widget class="QCheckBox" name="checkBox_2">
48
        <property name="enabled">
49
         <bool>false</bool>
50
        </property>
51
        <property name="text">
52
         <string>UDP</string>
53
        </property>
54
       </widget>
55
      </item>
56
      <item row="1" column="1">
57
       <widget class="QLabel" name="label_2">
58
        <property name="enabled">
59
         <bool>false</bool>
60
        </property>
61
        <property name="text">
62
         <string>Port:</string>
63
        </property>
64
       </widget>
65
      </item>
66
      <item row="1" column="2">
67
       <widget class="QLineEdit" name="le_UDP_Port">
68
        <property name="enabled">
69
         <bool>false</bool>
70
        </property>
71
       </widget>
72
      </item>
73
      <item row="2" column="0" colspan="3">
74
       <widget class="Line" name="line">
75
        <property name="orientation">
76
         <enum>Qt::Horizontal</enum>
77
        </property>
78
       </widget>
79
      </item>
80
      <item row="3" column="0">
81
       <widget class="QLabel" name="label_3">
82
        <property name="text">
83
         <string>Password:</string>
84
        </property>
85
       </widget>
86
      </item>
87
      <item row="3" column="2">
88
       <widget class="QLineEdit" name="le_Password">
89
        <property name="text">
90
         <string>qwertz</string>
91
        </property>
92
        <property name="echoMode">
93
         <enum>QLineEdit::Password</enum>
94
        </property>
95
       </widget>
96
      </item>
97
     </layout>
98
    </widget>
99
   </item>
100
   <item row="1" column="0">
101
    <widget class="QDialogButtonBox" name="buttonBox">
102
     <property name="orientation">
103
      <enum>Qt::Horizontal</enum>
104
     </property>
105
     <property name="standardButtons">
106
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
107
     </property>
108
    </widget>
109
   </item>
110
  </layout>
111
 </widget>
112
 <resources/>
113
 <connections>
114
  <connection>
115
   <sender>buttonBox</sender>
116
   <signal>accepted()</signal>
117
   <receiver>dlg_Preferences_UI</receiver>
118
   <slot>accept()</slot>
119
   <hints>
120
    <hint type="sourcelabel">
121
     <x>248</x>
122
     <y>254</y>
123
    </hint>
124
    <hint type="destinationlabel">
125
     <x>157</x>
126
     <y>274</y>
127
    </hint>
128
   </hints>
129
  </connection>
130
  <connection>
131
   <sender>buttonBox</sender>
132
   <signal>rejected()</signal>
133
   <receiver>dlg_Preferences_UI</receiver>
134
   <slot>reject()</slot>
135
   <hints>
136
    <hint type="sourcelabel">
137
     <x>316</x>
138
     <y>260</y>
139
    </hint>
140
    <hint type="destinationlabel">
141
     <x>286</x>
142
     <y>274</y>
143
    </hint>
144
   </hints>
145
  </connection>
146
 </connections>
147
</ui>