-
Notifications
You must be signed in to change notification settings - Fork 0
/
viewfinalproducts.ui
41 lines (41 loc) · 935 Bytes
/
viewfinalproducts.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>viewFinalProducts</class>
<widget class="QDialog" name="viewFinalProducts">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1506</width>
<height>1004</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::ClickFocus</enum>
</property>
<property name="windowTitle">
<string>Final Products</string>
</property>
<property name="accessibleName">
<string>Final Products</string>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>1411</width>
<height>921</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>