qt5base-lts/tests/manual/bearerex/bearerex.ui
Qt by Nokia 38be0d1383 Initial import from the monolithic Qt.
This is the beginning of revision history for this module. If you
want to look at revision history older than this, please refer to the
Qt Git wiki for how to use Git history grafting. At the time of
writing, this wiki is located here:

http://qt.gitorious.org/qt/pages/GitIntroductionWithQt

If you have already performed the grafting and you don't see any
history beyond this commit, try running "git log" with the "--follow"
argument.

Branched from the monolithic repo, Qt master branch, at commit
896db169ea224deb96c59ce8af800d019de63f12
2011-04-27 12:05:43 +02:00

96 lines
2.8 KiB
XML

<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>