阅览界面

master
p54670231 4 years ago
parent c87d974297
commit 6c65c43942

@ -0,0 +1,232 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Book</class>
<widget class="QWidget" name="Book">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>720</height>
</rect>
</property>
<property name="font">
<font>
<family>楷体</family>
</font>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="book_to_home">
<property name="geometry">
<rect>
<x>20</x>
<y>9</y>
<width>71</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/image/房子.png</normaloff>:/image/房子.png</iconset>
</property>
<property name="iconSize">
<size>
<width>73</width>
<height>73</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>110</x>
<y>130</y>
<width>531</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>请选择你想要了解的宠物:</string>
</property>
<property name="textFormat">
<enum>Qt::PlainText</enum>
</property>
</widget>
<widget class="QPushButton" name="cat">
<property name="geometry">
<rect>
<x>160</x>
<y>240</y>
<width>270</width>
<height>270</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/image/资料阅览-1-猫猫.png</normaloff>:/image/资料阅览-1-猫猫.png</iconset>
</property>
<property name="iconSize">
<size>
<width>270</width>
<height>270</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_cat">
<property name="geometry">
<rect>
<x>190</x>
<y>530</y>
<width>211</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="on_label_cat">
<property name="geometry">
<rect>
<x>270</x>
<y>550</y>
<width>71</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>25</pointsize>
</font>
</property>
<property name="text">
<string>猫</string>
</property>
</widget>
<widget class="QPushButton" name="dog">
<property name="geometry">
<rect>
<x>460</x>
<y>240</y>
<width>270</width>
<height>270</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/image/资料阅览-1-狗勾.png</normaloff>:/image/资料阅览-1-狗勾.png</iconset>
</property>
<property name="iconSize">
<size>
<width>270</width>
<height>270</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_dog">
<property name="geometry">
<rect>
<x>500</x>
<y>530</y>
<width>211</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="on_label_dog">
<property name="geometry">
<rect>
<x>590</x>
<y>550</y>
<width>91</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>25</pointsize>
</font>
</property>
<property name="text">
<string>狗</string>
</property>
</widget>
<widget class="QPushButton" name="rabbit">
<property name="geometry">
<rect>
<x>760</x>
<y>240</y>
<width>270</width>
<height>270</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="resource.qrc">
<normaloff>:/image/资料阅览-1-兔兔.png</normaloff>:/image/资料阅览-1-兔兔.png</iconset>
</property>
<property name="iconSize">
<size>
<width>270</width>
<height>270</height>
</size>
</property>
</widget>
<widget class="QLabel" name="label_rabbit">
<property name="geometry">
<rect>
<x>800</x>
<y>530</y>
<width>211</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="on_label_rabbit">
<property name="geometry">
<rect>
<x>890</x>
<y>550</y>
<width>101</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>25</pointsize>
</font>
</property>
<property name="text">
<string>兔</string>
</property>
</widget>
</widget>
<resources>
<include location="resource.qrc"/>
</resources>
<connections/>
</ui>
Loading…
Cancel
Save