namecreater/NameCreater/NameCreater.ui
shouchih_chen 陳守志 24639c50b0 web assemble testing
2023-03-31 14:40:23 +08:00

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 &quot;華康圓體 Std W8&quot;;</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>