Thu, 03 Apr 2014 23:05:31 +0200
Merge with default branch.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ClickToFlash</class> <widget class="QWidget" name="ClickToFlash"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>200</width> <height>200</height> </rect> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="1"> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="1"> <widget class="QToolButton" name="loadFlashButton"> <property name="toolTip"> <string>Press to activate the content; context menu for more options</string> </property> <property name="iconSize"> <size> <width>128</width> <height>128</height> </size> </property> </widget> </item> <item row="1" column="2"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>