2011-09-11 19:15:06 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ThemeManager</class>
|
|
|
|
<widget class="QWidget" name="ThemeManager">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>512</width>
|
2011-09-18 15:35:44 +02:00
|
|
|
<height>316</height>
|
2011-09-11 19:15:06 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="listWidget"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
2011-09-18 15:35:44 +02:00
|
|
|
<property name="fieldGrowthPolicy">
|
|
|
|
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
|
|
|
</property>
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="margin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Name:</b></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string><b>Author:</b></string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-09-18 15:35:44 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLabel" name="author">
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-11-27 15:43:54 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2011-09-11 19:15:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-09-18 15:35:44 +02:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
2011-09-11 19:15:06 +02:00
|
|
|
<property name="text">
|
2011-09-18 15:35:44 +02:00
|
|
|
<string><b>Description:</b></string>
|
2011-09-11 19:15:06 +02:00
|
|
|
</property>
|
2011-09-18 15:35:44 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
2011-09-11 19:15:06 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QLabel" name="descirption">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-11-27 15:43:54 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2011-09-11 19:15:06 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-09-18 15:35:44 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="name">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
2011-11-27 15:43:54 +01:00
|
|
|
<property name="textInteractionFlags">
|
|
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
|
|
|
|
</property>
|
2011-09-18 15:35:44 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="ClickableLabel" name="license">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>License</string>
|
|
|
|
</property>
|
|
|
|
<property name="html-link-look" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-09-11 19:15:06 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-09-18 15:35:44 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>ClickableLabel</class>
|
|
|
|
<extends>QLabel</extends>
|
|
|
|
<header>clickablelabel.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-09-11 19:15:06 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|