150 lines
3.7 KiB
XML
150 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>NameCreaterClass</class>
|
|
<widget class="QMainWindow" name="NameCreaterClass">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>532</width>
|
|
<height>458</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font/>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>NameCreater</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(0, 0, 0);</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget">
|
|
<property name="styleSheet">
|
|
<string notr="true">QWidget#centralWidget{
|
|
background-color: rgb(0, 0, 0);
|
|
}</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>470</x>
|
|
<y>40</y>
|
|
<width>441</width>
|
|
<height>261</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">font: 26pt "華康圓體 Std W8";</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap>:/NameCreater/resource/background.jpg</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="openfile_btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>100</y>
|
|
<width>181</width>
|
|
<height>161</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="tital_label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>20</y>
|
|
<width>261</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Yu Gothic UI</family>
|
|
<pointsize>20</pointsize>
|
|
<weight>50</weight>
|
|
<italic>false</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 255);
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>五入組拆成單入產生器</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="version_label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>60</y>
|
|
<width>261</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Yu Gothic UI</family>
|
|
<pointsize>10</pointsize>
|
|
<weight>50</weight>
|
|
<italic>false</italic>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 255);
|
|
</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>五入組拆成單入產生器</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>532</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<action name="actionOpen_File">
|
|
<property name="text">
|
|
<string>Open File</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="NameCreater.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|