Page 697 - 3-3
P. 697
3. UI/UX 소스 코드
가 초기화면.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainForm</class>
<widget class="QDialog" name="MainForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>460</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>800</width>
<height>460</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16000</width>
<height>16000</height>
</size>
</property>
<property name="font">
<font>
<family> 휴먼엑스포</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="windowTitle">
<string>MainForm</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(152, 210, 90);</string>
</property>
<widget class="QLabel" name="mainlabel">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>611</width>
- 697 -