Rev 750 | Details | Compare with Previous | 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> |
||
801 | - | 9 | <width>765</width> |
750 | KeyOz | 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"> |
||
801 | - | 38 | <string>Verbinden</string> |
750 | KeyOz | 39 | </property> |
40 | <property name="icon"> |
||
801 | - | 41 | <iconset resource="../../QMK-Scope/QMK-Scope.qrc"> |
750 | KeyOz | 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> |
||
801 | - | 51 | <property name="toolButtonStyle"> |
52 | <enum>Qt::ToolButtonTextBesideIcon</enum> |
||
53 | </property> |
||
750 | KeyOz | 54 | </widget> |
55 | </item> |
||
56 | <item row="0" column="1"> |
||
57 | <widget class="QLabel" name="label"> |
||
58 | <property name="text"> |
||
59 | <string>Server:</string> |
||
60 | </property> |
||
61 | </widget> |
||
62 | </item> |
||
63 | <item row="0" column="2"> |
||
64 | <widget class="QComboBox" name="cb_Server"> |
||
65 | <property name="minimumSize"> |
||
66 | <size> |
||
67 | <width>120</width> |
||
68 | <height>0</height> |
||
69 | </size> |
||
70 | </property> |
||
71 | <property name="editable"> |
||
72 | <bool>true</bool> |
||
73 | </property> |
||
74 | <item> |
||
75 | <property name="text"> |
||
76 | <string>127.0.0.1:64400</string> |
||
77 | </property> |
||
78 | </item> |
||
79 | </widget> |
||
80 | </item> |
||
81 | <item row="0" column="3"> |
||
82 | <widget class="QLabel" name="label_4"> |
||
83 | <property name="text"> |
||
801 | - | 84 | <string>Password:</string> |
750 | KeyOz | 85 | </property> |
86 | </widget> |
||
87 | </item> |
||
88 | <item row="0" column="4"> |
||
89 | <widget class="QLineEdit" name="le_Password"> |
||
90 | <property name="sizePolicy"> |
||
91 | <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
||
92 | <horstretch>0</horstretch> |
||
93 | <verstretch>0</verstretch> |
||
94 | </sizepolicy> |
||
95 | </property> |
||
96 | <property name="minimumSize"> |
||
97 | <size> |
||
98 | <width>120</width> |
||
99 | <height>0</height> |
||
100 | </size> |
||
101 | </property> |
||
102 | <property name="text"> |
||
103 | <string/> |
||
104 | </property> |
||
105 | <property name="echoMode"> |
||
106 | <enum>QLineEdit::Password</enum> |
||
107 | </property> |
||
108 | </widget> |
||
109 | </item> |
||
110 | <item row="0" column="5"> |
||
111 | <widget class="QWidget" name="wg_Select" native="true"> |
||
112 | <layout class="QGridLayout" name="gridLayout"> |
||
113 | <item row="0" column="0"> |
||
114 | <widget class="Line" name="line"> |
||
115 | <property name="orientation"> |
||
116 | <enum>Qt::Vertical</enum> |
||
117 | </property> |
||
118 | </widget> |
||
119 | </item> |
||
120 | <item row="0" column="1"> |
||
121 | <widget class="QRadioButton" name="rb_FC"> |
||
122 | <property name="text"> |
||
123 | <string>FC</string> |
||
124 | </property> |
||
125 | </widget> |
||
126 | </item> |
||
127 | <item row="0" column="2"> |
||
128 | <widget class="QRadioButton" name="rb_NC"> |
||
129 | <property name="text"> |
||
130 | <string>NC</string> |
||
131 | </property> |
||
132 | </widget> |
||
133 | </item> |
||
134 | <item row="0" column="3"> |
||
135 | <widget class="QRadioButton" name="rb_MK3MAG"> |
||
136 | <property name="text"> |
||
137 | <string>MK3MAG</string> |
||
138 | </property> |
||
139 | </widget> |
||
140 | </item> |
||
141 | </layout> |
||
142 | </widget> |
||
143 | </item> |
||
144 | <item row="0" column="6"> |
||
145 | <widget class="QWidget" name="wg_Interval" native="true"> |
||
146 | <layout class="QGridLayout" name="gridLayout_2"> |
||
147 | <item row="0" column="0"> |
||
148 | <widget class="Line" name="line_2"> |
||
149 | <property name="orientation"> |
||
150 | <enum>Qt::Vertical</enum> |
||
151 | </property> |
||
152 | </widget> |
||
153 | </item> |
||
154 | <item row="0" column="1"> |
||
155 | <widget class="QLabel" name="label_3"> |
||
156 | <property name="text"> |
||
157 | <string>Intervall:</string> |
||
158 | </property> |
||
159 | </widget> |
||
160 | </item> |
||
161 | <item row="0" column="2"> |
||
162 | <widget class="QSpinBox" name="sb_Intervall"> |
||
163 | <property name="minimumSize"> |
||
164 | <size> |
||
165 | <width>80</width> |
||
166 | <height>0</height> |
||
167 | </size> |
||
168 | </property> |
||
169 | <property name="suffix"> |
||
170 | <string> ms</string> |
||
171 | </property> |
||
172 | <property name="maximum"> |
||
173 | <number>5000</number> |
||
174 | </property> |
||
175 | <property name="singleStep"> |
||
176 | <number>50</number> |
||
177 | </property> |
||
178 | <property name="value"> |
||
179 | <number>500</number> |
||
180 | </property> |
||
181 | </widget> |
||
182 | </item> |
||
183 | </layout> |
||
184 | </widget> |
||
185 | </item> |
||
186 | <item row="0" column="7"> |
||
187 | <spacer name="horizontalSpacer_2"> |
||
188 | <property name="orientation"> |
||
189 | <enum>Qt::Horizontal</enum> |
||
190 | </property> |
||
191 | <property name="sizeHint" stdset="0"> |
||
192 | <size> |
||
193 | <width>35</width> |
||
194 | <height>20</height> |
||
195 | </size> |
||
196 | </property> |
||
197 | </spacer> |
||
198 | </item> |
||
199 | </layout> |
||
200 | </widget> |
||
201 | </item> |
||
202 | </layout> |
||
203 | </widget> |
||
204 | <resources> |
||
801 | - | 205 | <include location="../../QMK-Scope/QMK-Scope.qrc"/> |
750 | KeyOz | 206 | </resources> |
207 | <connections/> |
||
208 | </ui> |