152 lines
4.0 KiB
Plaintext
152 lines
4.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>SessionTab</class>
|
||
|
<widget class="QWidget" name="SessionTab">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>423</width>
|
||
|
<height>214</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<property name="fieldGrowthPolicy">
|
||
|
<enum>QFormLayout::ExpandingFieldsGrow</enum>
|
||
|
</property>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QLabel" name="snapLabel">
|
||
|
<property name="text">
|
||
|
<string>SNAP</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QLineEdit" name="snapLineEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="iapLabel">
|
||
|
<property name="text">
|
||
|
<string>IAP</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QLineEdit" name="iapLineEdit">
|
||
|
<property name="enabled">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="bearerLabel">
|
||
|
<property name="text">
|
||
|
<string>Bearer</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QLineEdit" name="bearerLineEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="sentRecDataLabel">
|
||
|
<property name="text">
|
||
|
<string>Sent/Rec.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QLineEdit" name="sentRecDataLineEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="stateLabel">
|
||
|
<property name="text">
|
||
|
<string>State</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<widget class="QLineEdit" name="stateLineEdit">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QPushButton" name="openSessionButton">
|
||
|
<property name="text">
|
||
|
<string>Open Session</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QPushButton" name="closeSessionButton">
|
||
|
<property name="text">
|
||
|
<string>Close Session</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QPushButton" name="stopConnectionButton">
|
||
|
<property name="text">
|
||
|
<string>Stop Conn.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QPushButton" name="sendRequestButton">
|
||
|
<property name="text">
|
||
|
<string>Send Test Req.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QPushButton" name="createQHttpButton">
|
||
|
<property name="text">
|
||
|
<string>Create QHttp</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QPushButton" name="deleteSessionButton">
|
||
|
<property name="text">
|
||
|
<string>Delete Session</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QPushButton" name="alrButton">
|
||
|
<property name="text">
|
||
|
<string>Enable ALR</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|