|
1 <ui version="4.0" > |
|
2 <class>SessionTab</class> |
|
3 <widget class="QWidget" name="SessionTab" > |
|
4 <layout class="QVBoxLayout" name="verticalLayout" > |
|
5 <item> |
|
6 <layout class="QFormLayout" name="formLayout" > |
|
7 <item row="0" column="0" > |
|
8 <widget class="QLabel" name="snapLabel" > |
|
9 <property name="text" > |
|
10 <string>SNAP</string> |
|
11 </property> |
|
12 </widget> |
|
13 </item> |
|
14 <item row="0" column="1" > |
|
15 <widget class="QLineEdit" name="snapLineEdit" > |
|
16 <property name="readOnly" > |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item row="1" column="0" > |
|
22 <widget class="QLabel" name="iapLabel" > |
|
23 <property name="text" > |
|
24 <string>IAP</string> |
|
25 </property> |
|
26 </widget> |
|
27 </item> |
|
28 <item row="1" column="1" > |
|
29 <widget class="QLineEdit" name="iapLineEdit" > |
|
30 <property name="enabled" > |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 <property name="readOnly" > |
|
34 <bool>true</bool> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 <item row="2" column="0" > |
|
39 <widget class="QLabel" name="bearerLabel" > |
|
40 <property name="text" > |
|
41 <string>Bearer</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item row="2" column="1" > |
|
46 <widget class="QLineEdit" name="bearerLineEdit" > |
|
47 <property name="readOnly" > |
|
48 <bool>true</bool> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="3" column="0" > |
|
53 <widget class="QLabel" name="sentRecDataLabel" > |
|
54 <property name="text" > |
|
55 <string>Sent/Rec.</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="3" column="1" > |
|
60 <widget class="QLineEdit" name="sentRecDataLineEdit" > |
|
61 <property name="readOnly" > |
|
62 <bool>true</bool> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 <item row="4" column="0" > |
|
67 <widget class="QLabel" name="stateLabel" > |
|
68 <property name="text" > |
|
69 <string>State</string> |
|
70 </property> |
|
71 </widget> |
|
72 </item> |
|
73 <item row="4" column="1" > |
|
74 <widget class="QLineEdit" name="stateLineEdit" > |
|
75 <property name="readOnly" > |
|
76 <bool>true</bool> |
|
77 </property> |
|
78 </widget> |
|
79 </item> |
|
80 </layout> |
|
81 </item> |
|
82 <item> |
|
83 <layout class="QGridLayout" name="gridLayout" > |
|
84 <item row="0" column="0" > |
|
85 <widget class="QPushButton" name="openSessionButton" > |
|
86 <property name="text" > |
|
87 <string>Open Session</string> |
|
88 </property> |
|
89 </widget> |
|
90 </item> |
|
91 <item row="0" column="1" > |
|
92 <widget class="QPushButton" name="closeSessionButton" > |
|
93 <property name="text" > |
|
94 <string>Close Session</string> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="1" column="0" > |
|
99 <widget class="QPushButton" name="stopConnectionButton" > |
|
100 <property name="text" > |
|
101 <string>Stop Conn.</string> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item row="2" column="0" > |
|
106 <widget class="QPushButton" name="createQHttpButton" > |
|
107 <property name="text" > |
|
108 <string>Create QHttp</string> |
|
109 </property> |
|
110 </widget> |
|
111 </item> |
|
112 <item row="2" column="1" > |
|
113 <widget class="QPushButton" name="sendRequestButton" > |
|
114 <property name="text" > |
|
115 <string>Send Test Req.</string> |
|
116 </property> |
|
117 </widget> |
|
118 </item> |
|
119 <item row="3" column="0" > |
|
120 <widget class="QPushButton" name="alrButton" > |
|
121 <property name="text" > |
|
122 <string>Enable ALR</string> |
|
123 </property> |
|
124 </widget> |
|
125 </item> |
|
126 <item row="3" column="1" > |
|
127 <widget class="QPushButton" name="deleteSessionButton" > |
|
128 <property name="text" > |
|
129 <string>Delete Session</string> |
|
130 </property> |
|
131 </widget> |
|
132 </item> |
|
133 </layout> |
|
134 </item> |
|
135 </layout> |
|
136 </widget> |
|
137 <resources/> |
|
138 <connections/> |
|
139 </ui> |