Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 KeyOz 1
<ui version="4.0" >
2
 <class>dlg_LCD_UI</class>
3
 <widget class="QDialog" name="dlg_LCD_UI" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
8
    <width>250</width>
9
    <height>205</height>
10
   </rect>
11
  </property>
12
  <property name="windowTitle" >
13
   <string>LCD-Display</string>
14
  </property>
15
  <layout class="QGridLayout" name="gridLayout" >
16
   <item row="0" column="0" >
17
    <layout class="QGridLayout" name="gridLayout_41" >
18
     <item row="0" column="0" colspan="3" >
19
      <widget class="QLineEdit" name="le_LCD0" >
20
       <property name="sizePolicy" >
21
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
22
         <horstretch>0</horstretch>
23
         <verstretch>0</verstretch>
24
        </sizepolicy>
25
       </property>
26
       <property name="minimumSize" >
27
        <size>
28
         <width>240</width>
29
         <height>0</height>
30
        </size>
31
       </property>
32
       <property name="font" >
33
        <font>
34
         <family>Courier 10 Pitch</family>
35
         <pointsize>12</pointsize>
36
         <weight>75</weight>
37
         <bold>true</bold>
38
        </font>
39
       </property>
40
       <property name="text" >
41
        <string/>
42
       </property>
43
       <property name="maxLength" >
44
        <number>22</number>
45
       </property>
46
       <property name="alignment" >
47
        <set>Qt::AlignCenter</set>
48
       </property>
49
       <property name="readOnly" >
50
        <bool>true</bool>
51
       </property>
52
      </widget>
53
     </item>
54
     <item row="1" column="0" colspan="3" >
55
      <widget class="QLineEdit" name="le_LCD1" >
56
       <property name="minimumSize" >
57
        <size>
58
         <width>240</width>
59
         <height>0</height>
60
        </size>
61
       </property>
62
       <property name="font" >
63
        <font>
64
         <family>Courier 10 Pitch</family>
65
         <pointsize>12</pointsize>
66
         <weight>75</weight>
67
         <bold>true</bold>
68
        </font>
69
       </property>
70
       <property name="text" >
71
        <string/>
72
       </property>
73
       <property name="maxLength" >
74
        <number>22</number>
75
       </property>
76
       <property name="alignment" >
77
        <set>Qt::AlignCenter</set>
78
       </property>
79
       <property name="readOnly" >
80
        <bool>false</bool>
81
       </property>
82
      </widget>
83
     </item>
84
     <item row="2" column="0" colspan="3" >
85
      <widget class="QLineEdit" name="le_LCD2" >
86
       <property name="minimumSize" >
87
        <size>
88
         <width>240</width>
89
         <height>0</height>
90
        </size>
91
       </property>
92
       <property name="font" >
93
        <font>
94
         <family>Courier 10 Pitch</family>
95
         <pointsize>12</pointsize>
96
         <weight>75</weight>
97
         <bold>true</bold>
98
        </font>
99
       </property>
100
       <property name="text" >
101
        <string/>
102
       </property>
103
       <property name="maxLength" >
104
        <number>22</number>
105
       </property>
106
       <property name="alignment" >
107
        <set>Qt::AlignCenter</set>
108
       </property>
109
       <property name="readOnly" >
110
        <bool>false</bool>
111
       </property>
112
      </widget>
113
     </item>
114
     <item row="3" column="0" colspan="3" >
115
      <widget class="QLineEdit" name="le_LCD3" >
116
       <property name="minimumSize" >
117
        <size>
118
         <width>240</width>
119
         <height>0</height>
120
        </size>
121
       </property>
122
       <property name="font" >
123
        <font>
124
         <family>Courier 10 Pitch</family>
125
         <pointsize>12</pointsize>
126
         <weight>75</weight>
127
         <bold>true</bold>
128
        </font>
129
       </property>
130
       <property name="text" >
131
        <string/>
132
       </property>
133
       <property name="maxLength" >
134
        <number>22</number>
135
       </property>
136
       <property name="alignment" >
137
        <set>Qt::AlignCenter</set>
138
       </property>
139
       <property name="readOnly" >
140
        <bool>true</bool>
141
       </property>
142
      </widget>
143
     </item>
144
     <item row="4" column="0" >
145
      <widget class="QCheckBox" name="cb_LCD" >
146
       <property name="text" >
147
        <string>Auto-Refresh </string>
148
       </property>
149
       <property name="checked" >
150
        <bool>true</bool>
151
       </property>
152
      </widget>
153
     </item>
154
     <item row="4" column="1" >
155
      <widget class="QPushButton" name="pb_LCDdown" >
156
       <property name="text" >
157
        <string/>
158
       </property>
159
       <property name="icon" >
160
        <iconset resource="../MKTool.qrc" >
161
         <normaloff>:/Arrows/Images/Arrows/Left-1.png</normaloff>:/Arrows/Images/Arrows/Left-1.png</iconset>
162
       </property>
163
      </widget>
164
     </item>
165
     <item row="4" column="2" >
166
      <widget class="QPushButton" name="pb_LCDup" >
167
       <property name="text" >
168
        <string/>
169
       </property>
170
       <property name="icon" >
171
        <iconset resource="../MKTool.qrc" >
172
         <normaloff>:/Arrows/Images/Arrows/Right-1.png</normaloff>:/Arrows/Images/Arrows/Right-1.png</iconset>
173
       </property>
174
      </widget>
175
     </item>
176
    </layout>
177
   </item>
178
   <item row="1" column="0" >
179
    <widget class="QPushButton" name="pushButton" >
180
     <property name="text" >
181
      <string>Schließen</string>
182
     </property>
183
    </widget>
184
   </item>
185
  </layout>
186
 </widget>
187
 <resources>
188
  <include location="../MKTool.qrc" />
189
 </resources>
190
 <connections>
191
  <connection>
192
   <sender>pushButton</sender>
193
   <signal>clicked()</signal>
194
   <receiver>dlg_LCD_UI</receiver>
195
   <slot>close()</slot>
196
   <hints>
197
    <hint type="sourcelabel" >
198
     <x>124</x>
199
     <y>187</y>
200
    </hint>
201
    <hint type="destinationlabel" >
202
     <x>124</x>
203
     <y>102</y>
204
    </hint>
205
   </hints>
206
  </connection>
207
 </connections>
208
</ui>