aboutsummaryrefslogtreecommitdiff
path: root/src/ui/forms/configdialog.ui
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-11 17:30:09 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-12-11 17:30:09 +0000
commit4602c4fda29f1455ed6693b6af421ec7c7f68eb8 (patch)
tree18fb91e995311c2b38a1c304e13af30cf4103ecb /src/ui/forms/configdialog.ui
parentf599c04cb6e5b6394c44aa9e6f0b9b04a3f4afdb (diff)
downloadqmmp-4602c4fda29f1455ed6693b6af421ec7c7f68eb8.tar.gz
qmmp-4602c4fda29f1455ed6693b6af421ec7c7f68eb8.tar.bz2
qmmp-4602c4fda29f1455ed6693b6af421ec7c7f68eb8.zip
skin installation dialog
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@675 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/forms/configdialog.ui')
-rw-r--r--src/ui/forms/configdialog.ui104
1 files changed, 68 insertions, 36 deletions
diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui
index fd5e3f32b..15d1a5d7b 100644
--- a/src/ui/forms/configdialog.ui
+++ b/src/ui/forms/configdialog.ui
@@ -6,7 +6,7 @@
<x>0</x>
<y>0</y>
<width>601</width>
- <height>409</height>
+ <height>426</height>
</rect>
</property>
<property name="windowTitle" >
@@ -160,14 +160,8 @@
<property name="title" >
<string>Skins</string>
</property>
- <layout class="QVBoxLayout" >
- <property name="spacing" >
- <number>6</number>
- </property>
- <property name="margin" >
- <number>9</number>
- </property>
- <item>
+ <layout class="QGridLayout" name="gridLayout" >
+ <item row="0" column="0" colspan="2" >
<widget class="QListWidget" name="listWidget" >
<property name="alternatingRowColors" >
<bool>true</bool>
@@ -186,21 +180,47 @@
</property>
</widget>
</item>
+ <item row="1" column="0" >
+ <widget class="QPushButton" name="skinInstallButton" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Add...</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="skinReloadButton" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text" >
+ <string>Refresh</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="plGroupBox" >
+ <property name="sizePolicy" >
+ <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="title" >
<string>Fonts</string>
</property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>9</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
+ <layout class="QGridLayout" name="gridLayout_2" >
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="maximumSize" >
@@ -217,6 +237,26 @@
</property>
</widget>
</item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="mainFontLabel" >
+ <property name="frameShape" >
+ <enum>QFrame::StyledPanel</enum>
+ </property>
+ <property name="frameShadow" >
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="text" >
+ <string>???</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QToolButton" name="mainFontButton" >
+ <property name="text" >
+ <string>...</string>
+ </property>
+ </widget>
+ </item>
<item row="1" column="0" >
<widget class="QLabel" name="label_2" >
<property name="maximumSize" >
@@ -253,26 +293,6 @@
</property>
</widget>
</item>
- <item row="0" column="1" >
- <widget class="QLabel" name="mainFontLabel" >
- <property name="frameShape" >
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="frameShadow" >
- <enum>QFrame::Sunken</enum>
- </property>
- <property name="text" >
- <string>???</string>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QToolButton" name="mainFontButton" >
- <property name="text" >
- <string>...</string>
- </property>
- </widget>
- </item>
</layout>
</widget>
</item>
@@ -395,6 +415,12 @@
</property>
<item row="1" column="0" >
<widget class="QPushButton" name="preferencesButton" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text" >
<string>Preferences</string>
</property>
@@ -402,6 +428,12 @@
</item>
<item row="1" column="1" >
<widget class="QPushButton" name="informationButton" >
+ <property name="minimumSize" >
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="text" >
<string>Information</string>
</property>