mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
112 lines
2.8 KiB
Text
112 lines
2.8 KiB
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>bookOptionsDialog</class>
|
||
|
<widget class="QDialog" name="bookOptionsDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<property name="leftMargin">
|
||
|
<number>18</number>
|
||
|
</property>
|
||
|
<property name="topMargin">
|
||
|
<number>22</number>
|
||
|
</property>
|
||
|
<property name="rightMargin">
|
||
|
<number>18</number>
|
||
|
</property>
|
||
|
<property name="bottomMargin">
|
||
|
<number>22</number>
|
||
|
</property>
|
||
|
<item>
|
||
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QPushButton" name="infoBtn">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">padding: 10px</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>More info</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="0">
|
||
|
<widget class="QPushButton" name="pinBtn">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">padding: 10px</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Pin</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="Line" name="line">
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Plain</enum>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QPushButton" name="deleteBtn">
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<weight>75</weight>
|
||
|
<bold>true</bold>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">padding: 10px</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Delete</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="Line" name="line_2">
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Plain</enum>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>4</number>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|