PyQT_learning/TechWithTim/QtDesigner_intro/image_button/test.ui

78 lines
1.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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="photo">
<property name="geometry">
<rect>
<x>10</x>
<y>7</y>
<width>771</width>
<height>461</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>cat-image.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="cat">
<property name="geometry">
<rect>
<x>70</x>
<y>490</y>
<width>231</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Cat</string>
</property>
</widget>
<widget class="QPushButton" name="dog">
<property name="geometry">
<rect>
<x>500</x>
<y>490</y>
<width>231</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Dog</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>23</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>