xref: /OK3568_Linux_fs/app/forlinx/forlinx_qt/4g/mainwindow.ui (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>628</width>
10    <height>292</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>4G</string>
15  </property>
16  <widget class="QWidget" name="centralWidget">
17   <layout class="QGridLayout" name="gridLayout">
18    <item row="0" column="0">
19     <layout class="QHBoxLayout" name="horizontalLayout_2">
20      <item>
21       <layout class="QVBoxLayout" name="verticalLayout">
22        <item>
23         <widget class="QTextEdit" name="result"/>
24        </item>
25        <item>
26         <layout class="QHBoxLayout" name="horizontalLayout">
27          <item>
28           <layout class="QHBoxLayout" name="horizontalLayout_3">
29            <item>
30             <widget class="QLabel" name="label_3">
31              <property name="text">
32               <string>IP</string>
33              </property>
34             </widget>
35            </item>
36            <item>
37             <widget class="QLineEdit" name="hostip">
38              <property name="text">
39               <string>www.forlinx.com</string>
40              </property>
41             </widget>
42            </item>
43           </layout>
44          </item>
45         </layout>
46        </item>
47       </layout>
48      </item>
49      <item>
50       <layout class="QVBoxLayout" name="verticalLayout_2">
51        <item>
52         <widget class="QPushButton" name="exitBtn">
53          <property name="minimumSize">
54           <size>
55            <width>0</width>
56            <height>50</height>
57           </size>
58          </property>
59          <property name="text">
60           <string>exit</string>
61          </property>
62         </widget>
63        </item>
64        <item>
65         <spacer name="verticalSpacer">
66          <property name="orientation">
67           <enum>Qt::Vertical</enum>
68          </property>
69          <property name="sizeHint" stdset="0">
70           <size>
71            <width>20</width>
72            <height>40</height>
73           </size>
74          </property>
75         </spacer>
76        </item>
77        <item>
78         <widget class="QComboBox" name="comboBox">
79          <property name="minimumSize">
80           <size>
81            <width>0</width>
82            <height>50</height>
83           </size>
84          </property>
85          <item>
86           <property name="text">
87            <string>RM500U</string>
88           </property>
89          </item>
90		 <item>
91           <property name="text">
92            <string>EM05</string>
93           </property>
94          </item>
95         </widget>
96        </item>
97        <item>
98         <widget class="QPushButton" name="connect">
99          <property name="sizePolicy">
100           <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
101            <horstretch>0</horstretch>
102            <verstretch>0</verstretch>
103           </sizepolicy>
104          </property>
105          <property name="minimumSize">
106           <size>
107            <width>0</width>
108            <height>50</height>
109           </size>
110          </property>
111          <property name="text">
112           <string>connect</string>
113          </property>
114         </widget>
115        </item>
116        <item>
117         <widget class="QPushButton" name="ping">
118          <property name="sizePolicy">
119           <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
120            <horstretch>0</horstretch>
121            <verstretch>0</verstretch>
122           </sizepolicy>
123          </property>
124          <property name="minimumSize">
125           <size>
126            <width>0</width>
127            <height>50</height>
128           </size>
129          </property>
130          <property name="text">
131           <string>ping</string>
132          </property>
133         </widget>
134        </item>
135       </layout>
136      </item>
137     </layout>
138    </item>
139   </layout>
140  </widget>
141  <widget class="QMenuBar" name="menuBar">
142   <property name="geometry">
143    <rect>
144     <x>0</x>
145     <y>0</y>
146     <width>628</width>
147     <height>23</height>
148    </rect>
149   </property>
150  </widget>
151  <widget class="QStatusBar" name="statusBar"/>
152 </widget>
153 <layoutdefault spacing="6" margin="11"/>
154 <resources/>
155 <connections/>
156</ui>
157