-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct_window.ui
56 lines (56 loc) · 1.21 KB
/
product_window.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>product_window</class>
<widget class="QDialog" name="product_window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">#product_window {
background-image: url(:/images/products-window.png);
}</string>
</property>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>90</x>
<y>50</y>
<width>91</width>
<height>20</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">font-family: 'Fjalla One', sans-serif;
font-size: 16px;
color: #4C6FBF;
font-weight: bold;
text-decoration: none;
font-style: normal;
</string>
</property>
<property name="text">
<string>Products</string>
</property>
</widget>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>120</y>
<width>256</width>
<height>192</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>