<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>ClientMainWindow</class>
|
<widget class="QMainWindow" name="ClientMainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>663</width>
|
<height>537</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>ClientMainWindow</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<layout class="QGridLayout" name="gridLayout">
|
<item row="0" column="0">
|
<widget class="QTabWidget" name="tabWidget">
|
<property name="currentIndex">
|
<number>1</number>
|
</property>
|
<widget class="QWidget" name="tab">
|
<attribute name="title">
|
<string>实时大屏</string>
|
</attribute>
|
</widget>
|
<widget class="QWidget" name="tab_2">
|
<attribute name="title">
|
<string>系统设置</string>
|
</attribute>
|
</widget>
|
</widget>
|
</item>
|
</layout>
|
</widget>
|
<widget class="QMenuBar" name="menuBar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>663</width>
|
<height>23</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QToolBar" name="mainToolBar">
|
<attribute name="toolBarArea">
|
<enum>TopToolBarArea</enum>
|
</attribute>
|
<attribute name="toolBarBreak">
|
<bool>false</bool>
|
</attribute>
|
</widget>
|
<widget class="QStatusBar" name="statusBar"/>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|