99 lines
2.5 KiB
XML
99 lines
2.5 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>977</width>
|
|
<height>716</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>150</x>
|
|
<y>470</y>
|
|
<width>181</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open File</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>977</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionOpen_File"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
</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>
|