kde-extraapps/kdeplasma-addons/wallpapers/qmlwallpapers/viewconfig.ui
2015-01-15 17:07:43 +00:00

116 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ViewConfig</class>
<widget class="QWidget" name="ViewConfig">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>568</width>
<height>379</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout" rowstretch="0,0,0">
<item row="0" column="0">
<widget class="QLabel" name="m_colorLabel">
<property name="text">
<string>&amp;Color:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>m_color</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="KColorButton" name="m_color">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Change wallpaper frame color</string>
</property>
<property name="whatsThis">
<string>Change the color of the frame that it may be visible when the wallpaper is centered or scaled with the same proportions.</string>
</property>
<property name="color">
<color>
<red>70</red>
<green>90</green>
<blue>130</blue>
</color>
</property>
<property name="defaultColor">
<color>
<red>70</red>
<green>90</green>
<blue>130</blue>
</color>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item row="2" column="0" colspan="2">
<widget class="QListView" name="m_view">
<property name="minimumSize">
<size>
<width>300</width>
<height>220</height>
</size>
</property>
<property name="movement">
<enum>QListView::Static</enum>
</property>
<property name="resizeMode">
<enum>QListView::Adjust</enum>
</property>
<property name="layoutMode">
<enum>QListView::Batched</enum>
</property>
<property name="spacing">
<number>2</number>
</property>
<property name="viewMode">
<enum>QListView::IconMode</enum>
</property>
<property name="uniformItemSizes">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KColorButton</class>
<extends>QPushButton</extends>
<header>kcolorbutton.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>