|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ClickToFlash</class> |
|
4 <widget class="QWidget" name="ClickToFlash"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>200</width> |
|
10 <height>200</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QGridLayout" name="gridLayout"> |
|
14 <item row="0" column="1"> |
|
15 <spacer name="verticalSpacer_2"> |
|
16 <property name="orientation"> |
|
17 <enum>Qt::Vertical</enum> |
|
18 </property> |
|
19 <property name="sizeHint" stdset="0"> |
|
20 <size> |
|
21 <width>20</width> |
|
22 <height>20</height> |
|
23 </size> |
|
24 </property> |
|
25 </spacer> |
|
26 </item> |
|
27 <item row="1" column="0"> |
|
28 <spacer name="horizontalSpacer"> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 <property name="sizeHint" stdset="0"> |
|
33 <size> |
|
34 <width>20</width> |
|
35 <height>20</height> |
|
36 </size> |
|
37 </property> |
|
38 </spacer> |
|
39 </item> |
|
40 <item row="1" column="1"> |
|
41 <widget class="QToolButton" name="loadFlashButton"> |
|
42 <property name="toolTip"> |
|
43 <string>Press to activate the content; context menu for more options</string> |
|
44 </property> |
|
45 <property name="iconSize"> |
|
46 <size> |
|
47 <width>128</width> |
|
48 <height>128</height> |
|
49 </size> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="2"> |
|
54 <spacer name="horizontalSpacer_2"> |
|
55 <property name="orientation"> |
|
56 <enum>Qt::Horizontal</enum> |
|
57 </property> |
|
58 <property name="sizeHint" stdset="0"> |
|
59 <size> |
|
60 <width>20</width> |
|
61 <height>20</height> |
|
62 </size> |
|
63 </property> |
|
64 </spacer> |
|
65 </item> |
|
66 <item row="2" column="1"> |
|
67 <spacer name="verticalSpacer"> |
|
68 <property name="orientation"> |
|
69 <enum>Qt::Vertical</enum> |
|
70 </property> |
|
71 <property name="sizeHint" stdset="0"> |
|
72 <size> |
|
73 <width>20</width> |
|
74 <height>20</height> |
|
75 </size> |
|
76 </property> |
|
77 </spacer> |
|
78 </item> |
|
79 </layout> |
|
80 </widget> |
|
81 <resources/> |
|
82 <connections/> |
|
83 </ui> |