xref: /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/gprs/gprs.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Gprs</class>
4 <widget class="QWidget" name="Gprs">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>883</width>
10    <height>501</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Gprs</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <layout class="QGridLayout" name="gridLayout">
19     <item row="0" column="0">
20      <widget class="QGroupBox" name="groupBox">
21       <property name="sizePolicy">
22        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
23         <horstretch>0</horstretch>
24         <verstretch>0</verstretch>
25        </sizepolicy>
26       </property>
27       <property name="minimumSize">
28        <size>
29         <width>0</width>
30         <height>80</height>
31        </size>
32       </property>
33       <property name="title">
34        <string>com set</string>
35       </property>
36       <layout class="QHBoxLayout" name="horizontalLayout">
37        <item>
38         <layout class="QGridLayout" name="gridLayout_3">
39          <item row="0" column="0">
40           <widget class="QLabel" name="label_4">
41            <property name="text">
42             <string>com:</string>
43            </property>
44           </widget>
45          </item>
46          <item row="0" column="1">
47           <widget class="QComboBox" name="cb_com">
48            <property name="currentIndex">
49             <number>0</number>
50            </property>
51            <item>
52             <property name="text">
53              <string>ttymxc2</string>
54             </property>
55            </item>
56           </widget>
57          </item>
58          <item row="0" column="2">
59           <widget class="QLabel" name="label_5">
60            <property name="text">
61             <string>bound:</string>
62            </property>
63           </widget>
64          </item>
65          <item row="0" column="3">
66           <widget class="QComboBox" name="cb_bound">
67            <item>
68             <property name="text">
69              <string>115200</string>
70             </property>
71            </item>
72            <item>
73             <property name="text">
74              <string>9600</string>
75             </property>
76            </item>
77            <item>
78             <property name="text">
79              <string>4800</string>
80             </property>
81            </item>
82           </widget>
83          </item>
84          <item row="0" column="4">
85           <widget class="QLabel" name="label_6">
86            <property name="text">
87             <string>databits:</string>
88            </property>
89           </widget>
90          </item>
91          <item row="0" column="5">
92           <widget class="QComboBox" name="cb_data">
93            <property name="currentIndex">
94             <number>3</number>
95            </property>
96            <item>
97             <property name="text">
98              <string>5</string>
99             </property>
100            </item>
101            <item>
102             <property name="text">
103              <string>6</string>
104             </property>
105            </item>
106            <item>
107             <property name="text">
108              <string>7</string>
109             </property>
110            </item>
111            <item>
112             <property name="text">
113              <string>8</string>
114             </property>
115            </item>
116           </widget>
117          </item>
118          <item row="1" column="0">
119           <widget class="QLabel" name="label_7">
120            <property name="text">
121             <string>stopbits:</string>
122            </property>
123           </widget>
124          </item>
125          <item row="1" column="1">
126           <widget class="QComboBox" name="cb_stop">
127            <item>
128             <property name="text">
129              <string>1</string>
130             </property>
131            </item>
132            <item>
133             <property name="text">
134              <string>1.5</string>
135             </property>
136            </item>
137            <item>
138             <property name="text">
139              <string>2</string>
140             </property>
141            </item>
142           </widget>
143          </item>
144          <item row="1" column="2">
145           <widget class="QLabel" name="label_8">
146            <property name="text">
147             <string>parity:</string>
148            </property>
149           </widget>
150          </item>
151          <item row="1" column="3">
152           <widget class="QComboBox" name="cb_partity">
153            <item>
154             <property name="text">
155              <string>N</string>
156             </property>
157            </item>
158            <item>
159             <property name="text">
160              <string>O</string>
161             </property>
162            </item>
163            <item>
164             <property name="text">
165              <string>E</string>
166             </property>
167            </item>
168           </widget>
169          </item>
170          <item row="1" column="4" colspan="2">
171           <widget class="QPushButton" name="pbt_set">
172            <property name="text">
173             <string>set</string>
174            </property>
175           </widget>
176          </item>
177         </layout>
178        </item>
179       </layout>
180      </widget>
181     </item>
182     <item row="1" column="0">
183      <widget class="QGroupBox" name="groupBox_2">
184       <property name="sizePolicy">
185        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
186         <horstretch>0</horstretch>
187         <verstretch>0</verstretch>
188        </sizepolicy>
189       </property>
190       <property name="title">
191        <string>gprs set</string>
192       </property>
193       <layout class="QVBoxLayout" name="verticalLayout_2">
194        <item>
195         <layout class="QGridLayout" name="gridLayout_2">
196          <item row="1" column="2">
197           <widget class="QPushButton" name="pbt_send">
198            <property name="text">
199             <string>msg-s</string>
200            </property>
201           </widget>
202          </item>
203          <item row="2" column="2">
204           <widget class="QPushButton" name="pbt_gprs">
205            <property name="text">
206             <string>gprs</string>
207            </property>
208           </widget>
209          </item>
210          <item row="3" column="0">
211           <widget class="QLabel" name="label_3">
212            <property name="text">
213             <string>information:</string>
214            </property>
215           </widget>
216          </item>
217          <item row="3" column="2">
218           <widget class="QPushButton" name="ping">
219            <property name="text">
220             <string>ping</string>
221            </property>
222           </widget>
223          </item>
224          <item row="0" column="1">
225           <widget class="QLineEdit" name="Edit_phone">
226            <property name="text">
227             <string/>
228            </property>
229           </widget>
230          </item>
231          <item row="0" column="0">
232           <widget class="QLabel" name="label">
233            <property name="text">
234             <string>phone:</string>
235            </property>
236           </widget>
237          </item>
238          <item row="1" column="0">
239           <widget class="QLabel" name="label_9">
240            <property name="text">
241             <string>Message:</string>
242            </property>
243           </widget>
244          </item>
245          <item row="0" column="2">
246           <widget class="QPushButton" name="pbt_call">
247            <property name="text">
248             <string>call</string>
249            </property>
250           </widget>
251          </item>
252          <item row="2" column="1">
253           <widget class="QLineEdit" name="hostname">
254            <property name="text">
255             <string>www.forlinx.com</string>
256            </property>
257           </widget>
258          </item>
259          <item row="2" column="0">
260           <widget class="QLabel" name="label_2">
261            <property name="text">
262             <string>hostname:</string>
263            </property>
264           </widget>
265          </item>
266          <item row="1" column="1">
267           <widget class="QLineEdit" name="Line_msg">
268            <property name="text">
269             <string>message text</string>
270            </property>
271           </widget>
272          </item>
273          <item row="3" column="1">
274           <widget class="QTextEdit" name="Edit_info"/>
275          </item>
276         </layout>
277        </item>
278       </layout>
279      </widget>
280     </item>
281    </layout>
282   </item>
283  </layout>
284 </widget>
285 <layoutdefault spacing="6" margin="11"/>
286 <resources/>
287 <connections/>
288</ui>
289