2017-11-23 19:12:48 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2017-10-17 19:58:52 +08:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
2017-11-23 19:12:48 +08:00
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
2017-10-17 19:58:52 +08:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
|
|
|
<height>480</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2017-11-23 19:12:48 +08:00
|
|
|
<property name="windowTitle">
|
2017-10-17 19:58:52 +08:00
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
2017-11-23 19:12:48 +08:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Bluetooth</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QListWidget" name="lw0">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>30</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>161</width>
|
|
|
|
<height>351</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>30</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Local:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QListWidget" name="lw1">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>270</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>221</width>
|
|
|
|
<height>341</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>270</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>60</width>
|
|
|
|
<height>16</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Remote:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QListWidget" name="lw2">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>550</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>201</width>
|
|
|
|
<height>341</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QPushButton" name="btnRefresh">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>540</x>
|
|
|
|
<y>10</y>
|
|
|
|
<width>113</width>
|
|
|
|
<height>32</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Refresh</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tab 2</string>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-10-17 19:58:52 +08:00
|
|
|
</widget>
|
2017-11-23 19:12:48 +08:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-10-17 19:58:52 +08:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|