96 lines
2.8 KiB
Plaintext
96 lines
2.8 KiB
Plaintext
|
<ui version="4.0" >
|
||
|
<class>BearerExMainWindow</class>
|
||
|
<widget class="QMainWindow" name="BearerExMainWindow" >
|
||
|
<property name="geometry" >
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>360</width>
|
||
|
<height>640</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle" >
|
||
|
<string>Bearer Example</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget" >
|
||
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
||
|
<item>
|
||
|
<widget class="QTabWidget" name="mainTabWidget" >
|
||
|
<widget class="QWidget" name="tab" >
|
||
|
<attribute name="title" >
|
||
|
<string>Main</string>
|
||
|
</attribute>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_2" >
|
||
|
<item>
|
||
|
<widget class="QLabel" name="label" >
|
||
|
<property name="text" >
|
||
|
<string>Network Configurations</string>
|
||
|
</property>
|
||
|
<property name="alignment" >
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="listWidget" />
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout" >
|
||
|
<item row="0" column="0" >
|
||
|
<widget class="QPushButton" name="updateConfigurationsButton" >
|
||
|
<property name="text" >
|
||
|
<string>Update Configs</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1" >
|
||
|
<widget class="QPushButton" name="updateListButton" >
|
||
|
<property name="text" >
|
||
|
<string>Update List</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0" >
|
||
|
<widget class="QPushButton" name="createSessionButton" >
|
||
|
<property name="text" >
|
||
|
<string>Create Session</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1" >
|
||
|
<widget class="QPushButton" name="showDetailsButton" >
|
||
|
<property name="text" >
|
||
|
<string>Show Details</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="tab_2" >
|
||
|
<attribute name="title" >
|
||
|
<string>Events</string>
|
||
|
</attribute>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout_3" >
|
||
|
<item>
|
||
|
<widget class="QListWidget" name="eventListWidget" />
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="clearEventListButton" >
|
||
|
<property name="text" >
|
||
|
<string>Clear</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|