diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 16:35:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-03-09 16:35:15 +0000 |
| commit | d1a426d6658c7e674afb68da5a3c644b6b67bcc1 (patch) | |
| tree | 4ea3e477f055e5b84540620f4a45008545da9e76 /src/qmmpui/forms/prefassociations.ui | |
| parent | 358003e84b713bf7c99d57f13e0eda0a02c97678 (diff) | |
| download | qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.tar.gz qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.tar.bz2 qmmp-d1a426d6658c7e674afb68da5a3c644b6b67bcc1.zip | |
enabled 'file types' page, removed unused code
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4140 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/forms/prefassociations.ui')
| -rw-r--r-- | src/qmmpui/forms/prefassociations.ui | 77 |
1 files changed, 0 insertions, 77 deletions
diff --git a/src/qmmpui/forms/prefassociations.ui b/src/qmmpui/forms/prefassociations.ui deleted file mode 100644 index 2960b6bda..000000000 --- a/src/qmmpui/forms/prefassociations.ui +++ /dev/null @@ -1,77 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>PrefAssociations</class> - <widget class="QWidget" name="PrefAssociations"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>547</width> - <height>348</height> - </rect> - </property> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="3"> - <widget class="QLabel" name="textLabel"> - <property name="text"> - <string>Media files handled by Qmmp:</string> - </property> - <property name="alignment"> - <set>Qt::AlignVCenter</set> - </property> - <property name="wordWrap"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0" colspan="3"> - <widget class="QListWidget" name="listWidget"> - <property name="editTriggers"> - <set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set> - </property> - <property name="selectionMode"> - <enum>QAbstractItemView::MultiSelection</enum> - </property> - <property name="viewMode"> - <enum>QListView::ListMode</enum> - </property> - <property name="uniformItemSizes"> - <bool>true</bool> - </property> - <property name="sortingEnabled"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QPushButton" name="selectAll"> - <property name="text"> - <string>Select All</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QPushButton" name="selectNone"> - <property name="text"> - <string>Select None</string> - </property> - </widget> - </item> - <item row="2" column="2"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>364</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <resources/> - <connections/> -</ui> |
