|
1 <!DOCTYPE UI><UI version="3.0" stdsetdef="1"> |
|
2 <class>LicenseDialog</class> |
|
3 <widget class="QDialog"> |
|
4 <property name="name"> |
|
5 <cstring>LicenseDialog</cstring> |
|
6 </property> |
|
7 <property name="geometry"> |
|
8 <rect> |
|
9 <x>0</x> |
|
10 <y>0</y> |
|
11 <width>582</width> |
|
12 <height>531</height> |
|
13 </rect> |
|
14 </property> |
|
15 <property name="sizePolicy"> |
|
16 <sizepolicy> |
|
17 <hsizetype>5</hsizetype> |
|
18 <vsizetype>5</vsizetype> |
|
19 <horstretch>0</horstretch> |
|
20 <verstretch>0</verstretch> |
|
21 </sizepolicy> |
|
22 </property> |
|
23 <property name="caption"> |
|
24 <string>License Agreement</string> |
|
25 </property> |
|
26 <property name="sizeGripEnabled"> |
|
27 <bool>true</bool> |
|
28 </property> |
|
29 <vbox> |
|
30 <property name="name"> |
|
31 <cstring>unnamed</cstring> |
|
32 </property> |
|
33 <property name="margin"> |
|
34 <number>11</number> |
|
35 </property> |
|
36 <property name="spacing"> |
|
37 <number>6</number> |
|
38 </property> |
|
39 <widget class="QTextView"> |
|
40 <property name="name"> |
|
41 <cstring>licenseText</cstring> |
|
42 </property> |
|
43 <property name="text"> |
|
44 <string>License text goes here</string> |
|
45 </property> |
|
46 </widget> |
|
47 <widget class="QLayoutWidget"> |
|
48 <property name="name"> |
|
49 <cstring>Layout1</cstring> |
|
50 </property> |
|
51 <hbox> |
|
52 <property name="name"> |
|
53 <cstring>unnamed</cstring> |
|
54 </property> |
|
55 <property name="margin"> |
|
56 <number>0</number> |
|
57 </property> |
|
58 <property name="spacing"> |
|
59 <number>6</number> |
|
60 </property> |
|
61 <spacer> |
|
62 <property name="name" stdset="0"> |
|
63 <cstring>Horizontal Spacing2</cstring> |
|
64 </property> |
|
65 <property name="orientation"> |
|
66 <enum>Horizontal</enum> |
|
67 </property> |
|
68 <property name="sizeType"> |
|
69 <enum>Expanding</enum> |
|
70 </property> |
|
71 <property name="sizeHint"> |
|
72 <size> |
|
73 <width>20</width> |
|
74 <height>20</height> |
|
75 </size> |
|
76 </property> |
|
77 </spacer> |
|
78 <widget class="QPushButton"> |
|
79 <property name="name"> |
|
80 <cstring>buttonReject</cstring> |
|
81 </property> |
|
82 <property name="text"> |
|
83 <string>Reject</string> |
|
84 </property> |
|
85 <property name="accel"> |
|
86 <number>0</number> |
|
87 </property> |
|
88 <property name="autoDefault"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 <property name="default"> |
|
92 <bool>true</bool> |
|
93 </property> |
|
94 </widget> |
|
95 <widget class="QPushButton"> |
|
96 <property name="name"> |
|
97 <cstring>buttonAccept</cstring> |
|
98 </property> |
|
99 <property name="text"> |
|
100 <string>Accept</string> |
|
101 </property> |
|
102 <property name="accel"> |
|
103 <number>0</number> |
|
104 </property> |
|
105 <property name="autoDefault"> |
|
106 <bool>true</bool> |
|
107 </property> |
|
108 </widget> |
|
109 </hbox> |
|
110 </widget> |
|
111 </vbox> |
|
112 </widget> |
|
113 <connections> |
|
114 <connection> |
|
115 <sender>buttonReject</sender> |
|
116 <signal>pressed()</signal> |
|
117 <receiver>LicenseDialog</receiver> |
|
118 <slot>reject()</slot> |
|
119 </connection> |
|
120 <connection> |
|
121 <sender>buttonAccept</sender> |
|
122 <signal>clicked()</signal> |
|
123 <receiver>LicenseDialog</receiver> |
|
124 <slot>reject()</slot> |
|
125 </connection> |
|
126 <connection> |
|
127 <sender>buttonAccept</sender> |
|
128 <signal>pressed()</signal> |
|
129 <receiver>LicenseDialog</receiver> |
|
130 <slot>accept()</slot> |
|
131 </connection> |
|
132 </connections> |
|
133 <layoutdefaults spacing="6" margin="11"/> |
|
134 </UI> |