Commit 181c620e1c712e44adca237c6743ff03d0e83a81

Authored by 김태훈
1 parent d5405832f9
Exists in fhd

사용하지 않는 파일 제거

Showing 1 changed file with 0 additions and 146 deletions   Show diff stats
app/gui/oven_control/popupwindow.ui
... ... @@ -1,146 +0,0 @@
1   -<?xml version="1.0" encoding="UTF-8"?>
2   -<ui version="4.0">
3   - <class>popupWindow</class>
4   - <widget class="QMainWindow" name="popupWindow">
5   - <property name="geometry">
6   - <rect>
7   - <x>0</x>
8   - <y>0</y>
9   - <width>900</width>
10   - <height>1600</height>
11   - </rect>
12   - </property>
13   - <property name="windowTitle">
14   - <string>MainWindow</string>
15   - </property>
16   - <property name="styleSheet">
17   - <string notr="true">#centralwidget {background:transparent;}</string>
18   - </property>
19   - <widget class="QWidget" name="centralwidget">
20   - <widget class="QLabel" name="label_2">
21   - <property name="geometry">
22   - <rect>
23   - <x>0</x>
24   - <y>500</y>
25   - <width>900</width>
26   - <height>400</height>
27   - </rect>
28   - </property>
29   - <property name="styleSheet">
30   - <string notr="true">border-color: rgb(255,255,255);
31   -border-width: 2px;
32   -border-style: solid;</string>
33   - </property>
34   - <property name="text">
35   - <string/>
36   - </property>
37   - <property name="pixmap">
38   - <pixmap resource="resources.qrc">:/images/background/popup/503.png</pixmap>
39   - </property>
40   - </widget>
41   - <widget class="QLabel" name="label">
42   - <property name="geometry">
43   - <rect>
44   - <x>90</x>
45   - <y>510</y>
46   - <width>761</width>
47   - <height>51</height>
48   - </rect>
49   - </property>
50   - <property name="font">
51   - <font>
52   - <pointsize>16</pointsize>
53   - <weight>75</weight>
54   - <bold>true</bold>
55   - </font>
56   - </property>
57   - <property name="styleSheet">
58   - <string notr="true">color: rgb(255, 255, 255);</string>
59   - </property>
60   - <property name="text">
61   - <string>경 고</string>
62   - </property>
63   - <property name="alignment">
64   - <set>Qt::AlignCenter</set>
65   - </property>
66   - </widget>
67   - <widget class="QLabel" name="ctrlWarnDescription">
68   - <property name="geometry">
69   - <rect>
70   - <x>50</x>
71   - <y>580</y>
72   - <width>801</width>
73   - <height>201</height>
74   - </rect>
75   - </property>
76   - <property name="font">
77   - <font>
78   - <pointsize>12</pointsize>
79   - <weight>75</weight>
80   - <bold>true</bold>
81   - </font>
82   - </property>
83   - <property name="styleSheet">
84   - <string notr="true">color: rgb(255, 255, 255);</string>
85   - </property>
86   - <property name="text">
87   - <string>TextLabel</string>
88   - </property>
89   - <property name="alignment">
90   - <set>Qt::AlignCenter</set>
91   - </property>
92   - </widget>
93   - <widget class="QPushButton" name="ctrlOkBtn">
94   - <property name="geometry">
95   - <rect>
96   - <x>366</x>
97   - <y>800</y>
98   - <width>152</width>
99   - <height>70</height>
100   - </rect>
101   - </property>
102   - <property name="sizePolicy">
103   - <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
104   - <horstretch>0</horstretch>
105   - <verstretch>0</verstretch>
106   - </sizepolicy>
107   - </property>
108   - <property name="font">
109   - <font>
110   - <pointsize>10</pointsize>
111   - <weight>75</weight>
112   - <bold>true</bold>
113   - </font>
114   - </property>
115   - <property name="styleSheet">
116   - <string notr="true">QPushButton {border-image: url(:/images/button/152.png);}
117   -QPushButton::pressed {border-image: url(:/images/button/152_ov.png);}
118   -QPushButton { text-align:center;}</string>
119   - </property>
120   - <property name="text">
121   - <string>확 인</string>
122   - </property>
123   - </widget>
124   - <widget class="QLabel" name="label_3">
125   - <property name="geometry">
126   - <rect>
127   - <x>340</x>
128   - <y>510</y>
129   - <width>61</width>
130   - <height>51</height>
131   - </rect>
132   - </property>
133   - <property name="text">
134   - <string/>
135   - </property>
136   - <property name="pixmap">
137   - <pixmap resource="resources.qrc">:/images/symbol/warning.png</pixmap>
138   - </property>
139   - </widget>
140   - </widget>
141   - </widget>
142   - <resources>
143   - <include location="resources.qrc"/>
144   - </resources>
145   - <connections/>
146   -</ui>