You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
2.4 KiB
98 lines
2.4 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>2048</width>
|
|
<height>1536</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>大屏分屏控制器</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QWidget" name="widget" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>401</width>
|
|
<height>1481</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="main_layout"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QWidget" name="horizontalWidget_2" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>0</y>
|
|
<width>1781</width>
|
|
<height>1491</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"/>
|
|
</widget>
|
|
<widget class="QGroupBox" name="widget_container">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>0</y>
|
|
<width>1631</width>
|
|
<height>1481</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 75 12pt "微软雅黑";</string>
|
|
</property>
|
|
<property name="title">
|
|
<string>拼接模式控制</string>
|
|
</property>
|
|
<widget class="QPushButton" name="btn_send_layout">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>340</x>
|
|
<y>1360</y>
|
|
<width>201</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>发送当前拼接方案</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="gridLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>30</y>
|
|
<width>1631</width>
|
|
<height>1291</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout_screens"/>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>2048</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|
|
|