Python/pyqt5/CODE/Pyqt5/test_pyqt5_0712_ui.ui

127 lines
3.1 KiB
Plaintext
Raw Normal View History

2024-04-19 19:54:41 +08:00
<?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>1100</width>
<height>864</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QPushButton" name="open_file_bt">
<property name="minimumSize">
<size>
<width>91</width>
<height>51</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>131</width>
<height>81</height>
</size>
</property>
<property name="text">
<string>選擇圖片</string>
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2" colspan="3">
<widget class="QLabel" name="view_1">
<property name="minimumSize">
<size>
<width>641</width>
<height>491</height>
</size>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>736</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<widget class="QSlider" name="horizontalSlider">
<property name="minimumSize">
<size>
<width>301</width>
<height>22</height>
</size>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QTextEdit" name="horizontalSlider_text">
<property name="minimumSize">
<size>
<width>156</width>
<height>71</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>156</width>
<height>71</height>
</size>
</property>
<property name="font">
<font>
<family>Agency FB</family>
<pointsize>24</pointsize>
</font>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
</widget>
</item>
<item row="2" column="3">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>405</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>