300 lines
7.0 KiB
Plaintext
300 lines
7.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>SheetWidget</class>
|
||
|
<widget class="QWidget" name="SheetWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>1024</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="QFrame" name="frameSheet">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>120</y>
|
||
|
<width>1001</width>
|
||
|
<height>421</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QFrame" name="frameBack">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>1024</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(176, 176, 176);</string>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="labelPageNum">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>560</y>
|
||
|
<width>181</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
||
|
color: rgb(255, 255, 255);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>PageNums: 0/0</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QFrame" name="framePageBtn">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>610</x>
|
||
|
<y>550</y>
|
||
|
<width>401</width>
|
||
|
<height>41</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true"/>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
<widget class="MyButton" name="buttonPgUp">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>10</y>
|
||
|
<width>64</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="MyButton" name="buttonPgDn">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>190</x>
|
||
|
<y>10</y>
|
||
|
<width>64</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="MyButton" name="buttonOk">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>260</x>
|
||
|
<y>10</y>
|
||
|
<width>64</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="MyButton" name="buttonCancel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>330</x>
|
||
|
<y>10</y>
|
||
|
<width>64</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="labelXY">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>30</x>
|
||
|
<y>90</y>
|
||
|
<width>54</width>
|
||
|
<height>12</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>X</string>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignCenter</set>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QFrame" name="frameRightUp">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>810</x>
|
||
|
<y>10</y>
|
||
|
<width>201</width>
|
||
|
<height>51</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true"/>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::StyledPanel</enum>
|
||
|
</property>
|
||
|
<property name="frameShadow">
|
||
|
<enum>QFrame::Raised</enum>
|
||
|
</property>
|
||
|
<widget class="MyButton" name="buttonSwitchXY">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="MyButton" name="buttonParaRestore">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>110</x>
|
||
|
<y>10</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="MyButton" name="buttonTypeLogo">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>10</y>
|
||
|
<width>60</width>
|
||
|
<height>60</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="focusPolicy">
|
||
|
<enum>Qt::NoFocus</enum>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true"/>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="labelSubTitle">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>40</y>
|
||
|
<width>181</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
||
|
color: rgb(255, 255, 255);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Sub title < Title</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="labelMainTitle">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>100</x>
|
||
|
<y>10</y>
|
||
|
<width>181</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
||
|
color: rgb(255, 255, 255);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Sub title</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<zorder>frameBack</zorder>
|
||
|
<zorder>frameSheet</zorder>
|
||
|
<zorder>labelPageNum</zorder>
|
||
|
<zorder>framePageBtn</zorder>
|
||
|
<zorder>labelXY</zorder>
|
||
|
<zorder>frameRightUp</zorder>
|
||
|
<zorder>buttonTypeLogo</zorder>
|
||
|
<zorder>labelSubTitle</zorder>
|
||
|
<zorder>labelMainTitle</zorder>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>MyButton</class>
|
||
|
<extends>QPushButton</extends>
|
||
|
<header location="global">sharedviews/mybutton.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|