315 lines
7.6 KiB
XML
315 lines
7.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>NeedleBarSetWidget</class>
|
|
<widget class="QWidget" name="NeedleBarSetWidget">
|
|
<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>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(154, 154, 154);</string>
|
|
</property>
|
|
<widget class="QFrame" name="framePageBtn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>910</x>
|
|
<y>560</y>
|
|
<width>101</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgba(255, 255, 255, 0);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="MyButton" name="buttonOk">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>0</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: rgba(255, 255, 255, 0);
|
|
color: rgb(255, 255, 255);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="MyButton" name="buttonTypeLogo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>40</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="labelMainTitle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</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>NeedleBar Set</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frameEmb">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>90</y>
|
|
<width>221</width>
|
|
<height>441</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="labelEmbNeedleNum">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>13</x>
|
|
<y>10</y>
|
|
<width>81</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string extracomment="个数设置">NumSet:</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonEmbNeedleNum">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>10</y>
|
|
<width>91</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<property name="focusPolicy">
|
|
<enum>Qt::NoFocus</enum>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">QPushButton
|
|
{
|
|
background-color:rgba(240, 240, 240);color: rgb(80, 80, 80);border:0px;border-radius:5px;
|
|
}
|
|
QPushButton:pressed
|
|
{
|
|
background-color: rgba(199, 226, 255);
|
|
}</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>1</string>
|
|
</property>
|
|
</widget>
|
|
</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="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frameColor">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>90</y>
|
|
<width>711</width>
|
|
<height>441</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelSubTitle">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</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>NeedleBar Set</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frameRightUp">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>20</y>
|
|
<width>591</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="buttonEmbSet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>340</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="buttonSequinSet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</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="buttonBeadSet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</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="buttonTowelSet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>420</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>
|
|
<zorder>frameBack</zorder>
|
|
<zorder>framePageBtn</zorder>
|
|
<zorder>buttonTypeLogo</zorder>
|
|
<zorder>labelMainTitle</zorder>
|
|
<zorder>frameEmb</zorder>
|
|
<zorder>frameColor</zorder>
|
|
<zorder>labelSubTitle</zorder>
|
|
<zorder>frameRightUp</zorder>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>MyButton</class>
|
|
<extends>QPushButton</extends>
|
|
<header location="global">sharedviews/mybutton.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|