-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreviewwindow.ui
executable file
·60 lines (60 loc) · 1.55 KB
/
previewwindow.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
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PreviewWindow</class>
<widget class="QMainWindow" name="PreviewWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>280</width>
<height>216</height>
</rect>
</property>
<property name="windowTitle">
<string>Santa Ship Photo</string>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QGraphicsView" name="graphicsView">
<property name="lineWidth">
<number>0</number>
</property>
<property name="backgroundBrush">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</property>
<property name="cacheMode">
<set>QGraphicsView::CacheBackground</set>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
<slots>
<slot>OnDir()</slot>
<slot>OnBigger()</slot>
<slot>OnSmaller()</slot>
<slot>OnMenu(QAction*)</slot>
<slot>OnAddPrinter()</slot>
<slot>OnLayout()</slot>
</slots>
</ui>