Python/pyqt5/CODE/testui_0826/test_0826_ui_01.ui
2024-04-19 19:24:34 +08:00

230 lines
5.6 KiB
XML

<?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>934</width>
<height>746</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>9</x>
<y>79</y>
<width>901</width>
<height>631</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>895</width>
<height>308</height>
</rect>
</property>
<widget class="QLabel" name="view1">
<property name="geometry">
<rect>
<x>220</x>
<y>0</y>
<width>511</width>
<height>301</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QScrollArea" name="scrollArea_2">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>895</width>
<height>307</height>
</rect>
</property>
<widget class="QLabel" name="view2">
<property name="geometry">
<rect>
<x>220</x>
<y>0</y>
<width>511</width>
<height>301</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QPushButton" name="cambt">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>cam</string>
</property>
<property name="icon">
<iconset>
<normaloff>icon/play-button.png</normaloff>icon/play-button.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="binarybt">
<property name="geometry">
<rect>
<x>150</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>binary</string>
</property>
<property name="icon">
<iconset>
<normaloff>icon/controls.png</normaloff>icon/controls.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="filpbt">
<property name="geometry">
<rect>
<x>240</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>翻轉</string>
</property>
<property name="icon">
<iconset>
<normaloff>icon/incoming.png</normaloff>icon/incoming.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="stopbt">
<property name="geometry">
<rect>
<x>330</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>stop</string>
</property>
<property name="icon">
<iconset>
<normaloff>icon/hold.png</normaloff>icon/hold.png</iconset>
</property>
</widget>
<widget class="QPushButton" name="closebt">
<property name="geometry">
<rect>
<x>420</x>
<y>20</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>close</string>
</property>
<property name="icon">
<iconset>
<normaloff>icon/exit.png</normaloff>icon/exit.png</iconset>
</property>
</widget>
<widget class="QLabel" name="time">
<property name="geometry">
<rect>
<x>590</x>
<y>30</y>
<width>331</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>554</x>
<y>30</y>
<width>31</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset>
<normaloff>icon/clock.png</normaloff>icon/clock.png</iconset>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>