|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0" stdsetdef="1"> |
|
3 <author></author> |
|
4 <comment></comment> |
|
5 <exportmacro></exportmacro> |
|
6 <class>LicenseDialog</class> |
|
7 <widget class="QDialog" name="LicenseDialog"> |
|
8 <property name="geometry"> |
|
9 <rect> |
|
10 <x>0</x> |
|
11 <y>0</y> |
|
12 <width>582</width> |
|
13 <height>531</height> |
|
14 </rect> |
|
15 </property> |
|
16 <property name="sizePolicy"> |
|
17 <sizepolicy> |
|
18 <hsizetype>5</hsizetype> |
|
19 <vsizetype>5</vsizetype> |
|
20 <horstretch>0</horstretch> |
|
21 <verstretch>0</verstretch> |
|
22 </sizepolicy> |
|
23 </property> |
|
24 <property name="windowTitle"> |
|
25 <string>License Agreement</string> |
|
26 </property> |
|
27 <property name="sizeGripEnabled"> |
|
28 <bool>true</bool> |
|
29 </property> |
|
30 <layout class="QVBoxLayout"> |
|
31 <property name="margin"> |
|
32 <number>11</number> |
|
33 </property> |
|
34 <property name="spacing"> |
|
35 <number>6</number> |
|
36 </property> |
|
37 <item> |
|
38 <widget class="Q3TextView" name="licenseText"> |
|
39 <property name="text"> |
|
40 <string>License text goes here</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <layout class="QHBoxLayout"> |
|
46 <property name="margin"> |
|
47 <number>0</number> |
|
48 </property> |
|
49 <property name="spacing"> |
|
50 <number>6</number> |
|
51 </property> |
|
52 <item> |
|
53 <spacer name="Horizontal Spacing2"> |
|
54 <property name="sizeHint"> |
|
55 <size> |
|
56 <width>20</width> |
|
57 <height>20</height> |
|
58 </size> |
|
59 </property> |
|
60 <property name="sizeType"> |
|
61 <enum>QSizePolicy::Expanding</enum> |
|
62 </property> |
|
63 <property name="orientation"> |
|
64 <enum>Qt::Horizontal</enum> |
|
65 </property> |
|
66 </spacer> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QPushButton" name="buttonReject"> |
|
70 <property name="text"> |
|
71 <string>Reject</string> |
|
72 </property> |
|
73 <property name="shortcut"> |
|
74 <number>0</number> |
|
75 </property> |
|
76 <property name="autoDefault"> |
|
77 <bool>true</bool> |
|
78 </property> |
|
79 <property name="default"> |
|
80 <bool>true</bool> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <widget class="QPushButton" name="buttonAccept"> |
|
86 <property name="text"> |
|
87 <string>Accept</string> |
|
88 </property> |
|
89 <property name="shortcut"> |
|
90 <number>0</number> |
|
91 </property> |
|
92 <property name="autoDefault"> |
|
93 <bool>true</bool> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </item> |
|
99 </layout> |
|
100 </widget> |
|
101 <layoutdefault spacing="6" margin="11"/> |
|
102 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
103 <connections> |
|
104 <connection> |
|
105 <sender>buttonReject</sender> |
|
106 <signal>pressed()</signal> |
|
107 <receiver>LicenseDialog</receiver> |
|
108 <slot>reject()</slot> |
|
109 </connection> |
|
110 <connection> |
|
111 <sender>buttonAccept</sender> |
|
112 <signal>clicked()</signal> |
|
113 <receiver>LicenseDialog</receiver> |
|
114 <slot>reject()</slot> |
|
115 </connection> |
|
116 <connection> |
|
117 <sender>buttonAccept</sender> |
|
118 <signal>pressed()</signal> |
|
119 <receiver>LicenseDialog</receiver> |
|
120 <slot>accept()</slot> |
|
121 </connection> |
|
122 </connections> |
|
123 </ui> |