dgme qt: Fixed visual glitch in preference panel under Linux.

This commit is contained in:
Virgil Dupras 2010-04-08 07:06:32 -07:00
parent a16af4560b
commit f8764ab85e
1 changed files with 80 additions and 91 deletions

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>350</width> <width>449</width>
<height>322</height> <height>361</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -193,97 +193,86 @@
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
<widget class="QLabel" name="label_6"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="geometry"> <property name="spacing">
<rect> <number>0</number>
<x>0</x>
<y>0</y>
<width>91</width>
<height>17</height>
</rect>
</property> </property>
<property name="text"> <property name="margin">
<string>Tags to scan:</string> <number>0</number>
</property> </property>
</widget> <item>
<widget class="QCheckBox" name="tagTrackBox"> <widget class="QLabel" name="label_6">
<property name="geometry"> <property name="text">
<rect> <string>Tags to scan:</string>
<x>10</x> </property>
<y>20</y> </widget>
<width>51</width> </item>
<height>21</height> <item>
</rect> <layout class="QHBoxLayout" name="horizontalLayout_2">
</property> <property name="spacing">
<property name="text"> <number>0</number>
<string>Track</string> </property>
</property> <item>
</widget> <spacer name="horizontalSpacer">
<widget class="QCheckBox" name="tagArtistBox"> <property name="orientation">
<property name="geometry"> <enum>Qt::Horizontal</enum>
<rect> </property>
<x>60</x> <property name="sizeType">
<y>20</y> <enum>QSizePolicy::Fixed</enum>
<width>51</width> </property>
<height>21</height> <property name="sizeHint" stdset="0">
</rect> <size>
</property> <width>15</width>
<property name="text"> <height>20</height>
<string>Artist</string> </size>
</property> </property>
</widget> </spacer>
<widget class="QCheckBox" name="tagAlbumBox"> </item>
<property name="geometry"> <item>
<rect> <widget class="QCheckBox" name="tagTrackBox">
<x>110</x> <property name="text">
<y>20</y> <string>Track</string>
<width>61</width> </property>
<height>21</height> </widget>
</rect> </item>
</property> <item>
<property name="text"> <widget class="QCheckBox" name="tagArtistBox">
<string>Album</string> <property name="text">
</property> <string>Artist</string>
</widget> </property>
<widget class="QCheckBox" name="tagTitleBox"> </widget>
<property name="geometry"> </item>
<rect> <item>
<x>170</x> <widget class="QCheckBox" name="tagAlbumBox">
<y>20</y> <property name="text">
<width>51</width> <string>Album</string>
<height>21</height> </property>
</rect> </widget>
</property> </item>
<property name="text"> <item>
<string>Title</string> <widget class="QCheckBox" name="tagTitleBox">
</property> <property name="text">
</widget> <string>Title</string>
<widget class="QCheckBox" name="tagGenreBox"> </property>
<property name="geometry"> </widget>
<rect> </item>
<x>220</x> <item>
<y>20</y> <widget class="QCheckBox" name="tagGenreBox">
<width>61</width> <property name="text">
<height>21</height> <string>Genre</string>
</rect> </property>
</property> </widget>
<property name="text"> </item>
<string>Genre</string> <item>
</property> <widget class="QCheckBox" name="tagYearBox">
</widget> <property name="text">
<widget class="QCheckBox" name="tagYearBox"> <string>Year</string>
<property name="geometry"> </property>
<rect> </widget>
<x>280</x> </item>
<y>20</y> </layout>
<width>51</width> </item>
<height>21</height> </layout>
</rect>
</property>
<property name="text">
<string>Year</string>
</property>
</widget>
</widget> </widget>
</item> </item>
<item> <item>