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="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>Tags to scan:</string> <string>Tags to scan:</string>
</property> </property>
</widget> </widget>
<widget class="QCheckBox" name="tagTrackBox"> </item>
<property name="geometry"> <item>
<rect> <layout class="QHBoxLayout" name="horizontalLayout_2">
<x>10</x> <property name="spacing">
<y>20</y> <number>0</number>
<width>51</width>
<height>21</height>
</rect>
</property> </property>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>15</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="tagTrackBox">
<property name="text"> <property name="text">
<string>Track</string> <string>Track</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="tagArtistBox"> <widget class="QCheckBox" name="tagArtistBox">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Artist</string> <string>Artist</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="tagAlbumBox"> <widget class="QCheckBox" name="tagAlbumBox">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Album</string> <string>Album</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="tagTitleBox"> <widget class="QCheckBox" name="tagTitleBox">
<property name="geometry">
<rect>
<x>170</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Title</string> <string>Title</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="tagGenreBox"> <widget class="QCheckBox" name="tagGenreBox">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Genre</string> <string>Genre</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QCheckBox" name="tagYearBox"> <widget class="QCheckBox" name="tagYearBox">
<property name="geometry">
<rect>
<x>280</x>
<y>20</y>
<width>51</width>
<height>21</height>
</rect>
</property>
<property name="text"> <property name="text">
<string>Year</string> <string>Year</string>
</property> </property>
</widget> </widget>
</item>
</layout>
</item>
</layout>
</widget> </widget>
</item> </item>
<item> <item>