1 | <ui version="4.0" >
|
---|
2 | <class>MainWindow</class>
|
---|
3 | <widget class="QMainWindow" name="MainWindow" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>400</width>
|
---|
9 | <height>413</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Style Sheet</string>
|
---|
14 | </property>
|
---|
15 | <widget class="QWidget" name="centralwidget" >
|
---|
16 | <layout class="QVBoxLayout" >
|
---|
17 | <property name="margin" >
|
---|
18 | <number>9</number>
|
---|
19 | </property>
|
---|
20 | <property name="spacing" >
|
---|
21 | <number>6</number>
|
---|
22 | </property>
|
---|
23 | <item>
|
---|
24 | <widget class="QFrame" name="mainFrame" >
|
---|
25 | <property name="frameShape" >
|
---|
26 | <enum>QFrame::StyledPanel</enum>
|
---|
27 | </property>
|
---|
28 | <property name="frameShadow" >
|
---|
29 | <enum>QFrame::Raised</enum>
|
---|
30 | </property>
|
---|
31 | <layout class="QGridLayout" >
|
---|
32 | <property name="margin" >
|
---|
33 | <number>9</number>
|
---|
34 | </property>
|
---|
35 | <property name="spacing" >
|
---|
36 | <number>6</number>
|
---|
37 | </property>
|
---|
38 | <item row="6" column="0" colspan="5" >
|
---|
39 | <widget class="QCheckBox" name="agreeCheckBox" >
|
---|
40 | <property name="toolTip" >
|
---|
41 | <string>Please read the LICENSE file before checking</string>
|
---|
42 | </property>
|
---|
43 | <property name="text" >
|
---|
44 | <string>I &accept the terms and &conditions</string>
|
---|
45 | </property>
|
---|
|
---|