2021-12-26 10:28:43 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-12-26 05:36:29 -08:00
|
|
|
<ui version="4.0">
|
|
|
|
<class>libraryWidget</class>
|
|
|
|
<widget class="QWidget" name="libraryWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2021-12-26 10:28:43 -08:00
|
|
|
<width>526</width>
|
|
|
|
<height>419</height>
|
2021-12-26 05:36:29 -08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2021-12-26 10:28:43 -08:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QPushButton" name="book1Btn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="book3Btn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 3</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="book2Btn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QPushButton" name="book4Btn">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 4</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="book1Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 1</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="book2Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 2</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QLabel" name="book3Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 3</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLabel" name="book4Label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Book 4</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2021-12-26 05:36:29 -08:00
|
|
|
</widget>
|
2021-12-26 10:28:43 -08:00
|
|
|
<resources/>
|
2021-12-26 05:36:29 -08:00
|
|
|
<connections/>
|
|
|
|
</ui>
|