Subversion Repositories Projects

Rev

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

Rev Author Line No. Line
750 KeyOz 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>wgt_Connection_ui</class>
4
 <widget class="QWidget" name="wgt_Connection_ui">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>693</width>
10
    <height>39</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_4">
17
   <property name="margin">
18
    <number>0</number>
19
   </property>
20
   <item row="0" column="0">
21
    <widget class="QFrame" name="frame">
22
     <property name="frameShape">
23
      <enum>QFrame::StyledPanel</enum>
24
     </property>
25
     <property name="frameShadow">
26
      <enum>QFrame::Raised</enum>
27
     </property>
28
     <layout class="QGridLayout" name="gridLayout_3">
29
      <property name="topMargin">
30
       <number>0</number>
31
      </property>
32
      <property name="bottomMargin">
33
       <number>0</number>
34
      </property>
35
      <item row="0" column="0">
36
       <widget class="QToolButton" name="btn_Connect">
37
        <property name="text">
38
         <string>...</string>
39
        </property>
40
        <property name="icon">
41
         <iconset resource="../../QMK-Maps/QMK-Maps.qrc">
42
          <normaloff>:/Actions/Global/Images/Actions/Connection-NO.png</normaloff>
43
          <normalon>:/Actions/Global/Images/Actions/Connection-OK.png</normalon>:/Actions/Global/Images/Actions/Connection-NO.png</iconset>
44
        </property>
45
        <property name="checkable">
46
         <bool>true</bool>
47
        </property>
48
        <property name="checked">
49
         <bool>false</bool>
50
        </property>
51
       </widget>
52
      </item>
53
      <item row="0" column="1">
54
       <widget class="QLabel" name="label">
55
        <property name="text">
56
         <string>Server:</string>
57
        </property>
58
       </widget>
59
      </item>
60
      <item row="0" column="2">
61
       <widget class="QComboBox" name="cb_Server">
62
        <property name="minimumSize">
63
         <size>
64
          <width>120</width>
65
          <height>0</height>
66
         </size>
67
        </property>
68
        <property name="editable">
69
         <bool>true</bool>
70
        </property>
71
        <item>
72
         <property name="text">
73
          <string>127.0.0.1:64400</string>
74
         </property>
75
        </item>
76
       </widget>
77
      </item>
78
      <item row="0" column="3">
79
       <widget class="QLabel" name="label_4">
80
        <property name="text">
81
         <string>PW:</string>
82
        </property>
83
       </widget>
84
      </item>
85
      <item row="0" column="4">
86
       <widget class="QLineEdit" name="le_Password">
87
        <property name="sizePolicy">
88
         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
89
          <horstretch>0</horstretch>
90
          <verstretch>0</verstretch>
91
         </sizepolicy>
92
        </property>
93
        <property name="minimumSize">
94
         <size>
95
          <width>120</width>
96
          <height>0</height>
97
         </size>
98
        </property>
99
        <property name="text">
100
         <string/>
101
        </property>
102
        <property name="echoMode">
103
         <enum>QLineEdit::Password</enum>
104
        </property>
105
       </widget>
106
      </item>
107
      <item row="0" column="5">
108
       <widget class="QWidget" name="wg_Select" native="true">
109
        <layout class="QGridLayout" name="gridLayout">
110
         <item row="0" column="0">
111
          <widget class="Line" name="line">
112
           <property name="orientation">
113
            <enum>Qt::Vertical</enum>
114
           </property>
115
          </widget>
116
         </item>
117
         <item row="0" column="1">
118
          <widget class="QRadioButton" name="rb_FC">
119
           <property name="text">
120
            <string>FC</string>
121
           </property>
122
          </widget>
123
         </item>
124
         <item row="0" column="2">
125
          <widget class="QRadioButton" name="rb_NC">
126
           <property name="text">
127
            <string>NC</string>
128
           </property>
129
          </widget>
130
         </item>
131
         <item row="0" column="3">
132
          <widget class="QRadioButton" name="rb_MK3MAG">
133
           <property name="text">
134
            <string>MK3MAG</string>
135
           </property>
136
          </widget>
137
         </item>
138
        </layout>
139
       </widget>
140
      </item>
141
      <item row="0" column="6">
142
       <widget class="QWidget" name="wg_Interval" native="true">
143
        <layout class="QGridLayout" name="gridLayout_2">
144
         <item row="0" column="0">
145
          <widget class="Line" name="line_2">
146
           <property name="orientation">
147
            <enum>Qt::Vertical</enum>
148
           </property>
149
          </widget>
150
         </item>
151
         <item row="0" column="1">
152
          <widget class="QLabel" name="label_3">
153
           <property name="text">
154
            <string>Intervall:</string>
155
           </property>
156
          </widget>
157
         </item>
158
         <item row="0" column="2">
159
          <widget class="QSpinBox" name="sb_Intervall">
160
           <property name="minimumSize">
161
            <size>
162
             <width>80</width>
163
             <height>0</height>
164
            </size>
165
           </property>
166
           <property name="suffix">
167
            <string> ms</string>
168
           </property>
169
           <property name="maximum">
170
            <number>5000</number>
171
           </property>
172
           <property name="singleStep">
173
            <number>50</number>
174
           </property>
175
           <property name="value">
176
            <number>500</number>
177
           </property>
178
          </widget>
179
         </item>
180
        </layout>
181
       </widget>
182
      </item>
183
      <item row="0" column="7">
184
       <spacer name="horizontalSpacer_2">
185
        <property name="orientation">
186
         <enum>Qt::Horizontal</enum>
187
        </property>
188
        <property name="sizeHint" stdset="0">
189
         <size>
190
          <width>35</width>
191
          <height>20</height>
192
         </size>
193
        </property>
194
       </spacer>
195
      </item>
196
     </layout>
197
    </widget>
198
   </item>
199
  </layout>
200
 </widget>
201
 <resources>
202
  <include location="../../QMK-Maps/QMK-Maps.qrc"/>
203
 </resources>
204
 <connections/>
205
</ui>