Subversion Repositories Projects

Rev

Rev 674 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 674 Rev 750
Line 4... Line 4...
4
 <widget class="QMainWindow" name="dlg_Main_UI">
4
 <widget class="QMainWindow" name="dlg_Main_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>726</width>
9
    <width>719</width>
10
    <height>343</height>
10
    <height>314</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>QMK-Scope</string>
14
   <string>QMK-Scope</string>
15
  </property>
15
  </property>
Line 23... Line 23...
23
     <number>4</number>
23
     <number>4</number>
24
    </property>
24
    </property>
25
    <property name="spacing">
25
    <property name="spacing">
26
     <number>2</number>
26
     <number>2</number>
27
    </property>
27
    </property>
28
    <item row="0" column="0">
-
 
29
     <widget class="QFrame" name="frame">
-
 
30
      <property name="frameShape">
-
 
31
       <enum>QFrame::StyledPanel</enum>
-
 
32
      </property>
-
 
33
      <property name="frameShadow">
-
 
34
       <enum>QFrame::Raised</enum>
-
 
35
      </property>
-
 
36
      <layout class="QHBoxLayout" name="horizontalLayout">
-
 
37
       <property name="spacing">
-
 
38
        <number>4</number>
-
 
39
       </property>
-
 
40
       <property name="margin">
-
 
41
        <number>4</number>
-
 
42
       </property>
-
 
43
       <item>
-
 
44
        <widget class="QLabel" name="label">
-
 
45
         <property name="text">
-
 
46
          <string>Server:</string>
-
 
47
         </property>
-
 
48
        </widget>
-
 
49
       </item>
-
 
50
       <item>
-
 
51
        <widget class="QComboBox" name="cb_Server">
-
 
52
         <property name="minimumSize">
-
 
53
          <size>
-
 
54
           <width>120</width>
-
 
55
           <height>0</height>
-
 
56
          </size>
-
 
57
         </property>
-
 
58
         <property name="editable">
-
 
59
          <bool>true</bool>
-
 
60
         </property>
-
 
61
        </widget>
-
 
62
       </item>
-
 
63
       <item>
-
 
64
        <widget class="QLabel" name="label_5">
-
 
65
         <property name="text">
-
 
66
          <string>PW:</string>
-
 
67
         </property>
-
 
68
        </widget>
-
 
69
       </item>
-
 
70
       <item>
-
 
71
        <widget class="QLineEdit" name="le_Password">
-
 
72
         <property name="sizePolicy">
-
 
73
          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
-
 
74
           <horstretch>0</horstretch>
-
 
75
           <verstretch>0</verstretch>
-
 
76
          </sizepolicy>
-
 
77
         </property>
-
 
78
         <property name="minimumSize">
-
 
79
          <size>
-
 
80
           <width>120</width>
-
 
81
           <height>0</height>
-
 
82
          </size>
-
 
83
         </property>
-
 
84
         <property name="text">
-
 
85
          <string/>
-
 
86
         </property>
-
 
87
         <property name="echoMode">
-
 
88
          <enum>QLineEdit::Password</enum>
-
 
89
         </property>
-
 
90
        </widget>
-
 
91
       </item>
-
 
92
       <item>
-
 
93
        <widget class="Line" name="line">
-
 
94
         <property name="orientation">
-
 
95
          <enum>Qt::Vertical</enum>
-
 
96
         </property>
-
 
97
        </widget>
-
 
98
       </item>
-
 
99
       <item>
-
 
100
        <widget class="QRadioButton" name="rb_FC">
-
 
101
         <property name="text">
-
 
102
          <string>FC</string>
-
 
103
         </property>
-
 
104
        </widget>
-
 
105
       </item>
-
 
106
       <item>
-
 
107
        <widget class="QRadioButton" name="rb_NC">
-
 
108
         <property name="text">
-
 
109
          <string>NC</string>
-
 
110
         </property>
-
 
111
        </widget>
-
 
112
       </item>
-
 
113
       <item>
-
 
114
        <widget class="QRadioButton" name="rb_MK3MAG">
-
 
115
         <property name="text">
-
 
116
          <string>MK3MAG</string>
-
 
117
         </property>
-
 
118
        </widget>
-
 
119
       </item>
-
 
120
       <item>
-
 
121
        <widget class="Line" name="line_2">
-
 
122
         <property name="orientation">
-
 
123
          <enum>Qt::Vertical</enum>
-
 
124
         </property>
-
 
125
        </widget>
-
 
126
       </item>
-
 
127
       <item>
-
 
128
        <widget class="QLabel" name="label_3">
-
 
129
         <property name="text">
-
 
130
          <string>Intervall:</string>
-
 
131
         </property>
-
 
132
        </widget>
-
 
133
       </item>
-
 
134
       <item>
-
 
135
        <widget class="QSpinBox" name="sb_Intervall">
-
 
136
         <property name="minimumSize">
-
 
137
          <size>
-
 
138
           <width>80</width>
-
 
139
           <height>0</height>
-
 
140
          </size>
-
 
141
         </property>
-
 
142
         <property name="suffix">
-
 
143
          <string> ms</string>
-
 
144
         </property>
-
 
145
         <property name="maximum">
-
 
146
          <number>5000</number>
-
 
147
         </property>
-
 
148
         <property name="singleStep">
-
 
149
          <number>50</number>
-
 
150
         </property>
-
 
151
         <property name="value">
-
 
152
          <number>500</number>
-
 
153
         </property>
-
 
154
        </widget>
-
 
155
       </item>
-
 
156
       <item>
-
 
157
        <spacer name="horizontalSpacer_2">
-
 
158
         <property name="orientation">
-
 
159
          <enum>Qt::Horizontal</enum>
-
 
160
         </property>
-
 
161
         <property name="sizeHint" stdset="0">
-
 
162
          <size>
-
 
163
           <width>35</width>
-
 
164
           <height>20</height>
-
 
165
          </size>
-
 
166
         </property>
-
 
167
        </spacer>
-
 
168
       </item>
-
 
169
      </layout>
-
 
170
     </widget>
-
 
171
    </item>
-
 
172
    <item row="1" column="0">
28
    <item row="1" column="0">
173
     <widget class="QStackedWidget" name="wg_Pages">
29
     <widget class="QStackedWidget" name="wg_Pages">
174
      <property name="currentIndex">
30
      <property name="currentIndex">
175
       <number>0</number>
31
       <number>0</number>
176
      </property>
32
      </property>
Line 315... Line 171...
315
        </item>
171
        </item>
316
       </layout>
172
       </layout>
317
      </widget>
173
      </widget>
318
     </widget>
174
     </widget>
319
    </item>
175
    </item>
-
 
176
    <item row="0" column="0">
-
 
177
     <widget class="wgt_Connection" name="wg_Connection" native="true"/>
-
 
178
    </item>
320
   </layout>
179
   </layout>
321
  </widget>
180
  </widget>
322
  <widget class="QMenuBar" name="menuBar">
181
  <widget class="QMenuBar" name="menuBar">
323
   <property name="geometry">
182
   <property name="geometry">
324
    <rect>
183
    <rect>
325
     <x>0</x>
184
     <x>0</x>
326
     <y>0</y>
185
     <y>0</y>
327
     <width>726</width>
186
     <width>719</width>
328
     <height>21</height>
187
     <height>21</height>
329
    </rect>
188
    </rect>
330
   </property>
189
   </property>
331
   <widget class="QMenu" name="menu_Program">
190
   <widget class="QMenu" name="menu_Program">
332
    <property name="title">
191
    <property name="title">
Line 350... Line 209...
350
   <addaction name="menu_Program"/>
209
   <addaction name="menu_Program"/>
351
   <addaction name="menu_Preferences"/>
210
   <addaction name="menu_Preferences"/>
352
   <addaction name="menu_Help"/>
211
   <addaction name="menu_Help"/>
353
  </widget>
212
  </widget>
354
  <widget class="QToolBar" name="ToolBar">
213
  <widget class="QToolBar" name="ToolBar">
-
 
214
   <property name="minimumSize">
-
 
215
    <size>
-
 
216
     <width>80</width>
-
 
217
     <height>0</height>
-
 
218
    </size>
-
 
219
   </property>
355
   <property name="windowTitle">
220
   <property name="windowTitle">
356
    <string>toolBar</string>
221
    <string>toolBar</string>
357
   </property>
222
   </property>
358
   <property name="movable">
223
   <property name="movable">
359
    <bool>false</bool>
224
    <bool>false</bool>
Line 464... Line 329...
464
  <customwidget>
329
  <customwidget>
465
   <class>QwtPlot</class>
330
   <class>QwtPlot</class>
466
   <extends>QFrame</extends>
331
   <extends>QFrame</extends>
467
   <header>qwt_plot.h</header>
332
   <header>qwt_plot.h</header>
468
  </customwidget>
333
  </customwidget>
-
 
334
  <customwidget>
-
 
335
   <class>wgt_Connection</class>
-
 
336
   <extends>QWidget</extends>
-
 
337
   <header>wgt_Connection.h</header>
-
 
338
   <container>1</container>
-
 
339
  </customwidget>
469
 </customwidgets>
340
 </customwidgets>
470
 <resources>
341
 <resources>
471
  <include location="../QMK-Scope.qrc"/>
342
  <include location="../QMK-Scope.qrc"/>
472
 </resources>
343
 </resources>
473
 <connections>
344
 <connections>