Page 727 - 3-3
P. 727
라 입실선택 시 화면.
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialo</class>
<widget class="QDialog" name="Dialo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>460</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(156, 206, 85 );</string>
</property>
<widget class="QLabel" name="Informlabel">
<property name="geometry">
<rect>
<x>40</x>
<y>20</y>
<width>520</width>
<height>40</height>
</rect>
</property>
<property name="font">
<font>
<family>Roboto</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">color:black;</string>
</property>
<property name="text">
<string> 현재 0 교시 왜 늦었나요?</string>
</property>
</widget>
<widget class="QPushButton" name="gtm_btn">
- 727 -