diff options
Diffstat (limited to 'src/ui/forms')
| -rw-r--r-- | src/ui/forms/aboutdialog.ui | 162 | ||||
| -rw-r--r-- | src/ui/forms/addurldialog.ui | 99 | ||||
| -rw-r--r-- | src/ui/forms/configdialog.ui | 1576 | ||||
| -rw-r--r-- | src/ui/forms/jumptotrackdialog.ui | 152 | ||||
| -rw-r--r-- | src/ui/forms/playlistbrowser.ui | 126 | ||||
| -rw-r--r-- | src/ui/forms/popupsettings.ui | 251 | ||||
| -rw-r--r-- | src/ui/forms/preseteditor.ui | 120 | ||||
| -rw-r--r-- | src/ui/forms/shortcutdialog.ui | 120 |
8 files changed, 0 insertions, 2606 deletions
diff --git a/src/ui/forms/aboutdialog.ui b/src/ui/forms/aboutdialog.ui deleted file mode 100644 index f9ea40fca..000000000 --- a/src/ui/forms/aboutdialog.ui +++ /dev/null @@ -1,162 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>AboutDialog</class> - <widget class="QDialog" name="AboutDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>523</width> - <height>511</height> - </rect> - </property> - <property name="windowTitle"> - <string>About Qmmp</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="margin"> - <number>9</number> - </property> - <item row="0" column="0"> - <widget class="QLabel" name="pixmapLabel"> - <property name="text"> - <string/> - </property> - <property name="pixmap"> - <pixmap resource="../images/images.qrc">:/logo-qmmp.png</pixmap> - </property> - <property name="alignment"> - <set>Qt::AlignCenter</set> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="aboutTab"> - <attribute name="title"> - <string>About</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QTextEdit" name="aboutTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="authorsTab"> - <attribute name="title"> - <string>Authors</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QTextEdit" name="authorsTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab"> - <attribute name="title"> - <string>Translators</string> - </attribute> - <layout class="QVBoxLayout"> - <item> - <widget class="QTextEdit" name="translatorsTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="thanksToTab"> - <attribute name="title"> - <string>Thanks To</string> - </attribute> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QTextEdit" name="thanksToTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="licenseTab"> - <attribute name="title"> - <string>License Agreement</string> - </attribute> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QTextEdit" name="licenseTextEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - <property name="overwriteMode"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - <item row="2" column="0"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources> - <include location="../images/images.qrc"/> - </resources> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>AboutDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel"> - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>AboutDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/addurldialog.ui b/src/ui/forms/addurldialog.ui deleted file mode 100644 index 64ac928fc..000000000 --- a/src/ui/forms/addurldialog.ui +++ /dev/null @@ -1,99 +0,0 @@ -<ui version="4.0" > - <class>AddUrlDialog</class> - <widget class="QDialog" name="AddUrlDialog" > - <property name="geometry" > - <rect> - <x>0</x> - <y>0</y> - <width>394</width> - <height>77</height> - </rect> - </property> - <property name="windowTitle" > - <string>Enter URL to add</string> - </property> - <layout class="QGridLayout" > - <property name="leftMargin" > - <number>5</number> - </property> - <property name="topMargin" > - <number>5</number> - </property> - <property name="rightMargin" > - <number>5</number> - </property> - <property name="bottomMargin" > - <number>5</number> - </property> - <item row="0" column="0" colspan="3" > - <widget class="QComboBox" name="urlComboBox" > - <property name="editable" > - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0" > - <spacer> - <property name="orientation" > - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" > - <size> - <width>181</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="1" > - <widget class="QPushButton" name="addButton" > - <property name="text" > - <string>&Add</string> - </property> - </widget> - </item> - <item row="1" column="2" > - <widget class="QPushButton" name="cancelButton" > - <property name="text" > - <string>&Cancel</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>addButton</sender> - <signal>clicked()</signal> - <receiver>AddUrlDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel" > - <x>248</x> - <y>51</y> - </hint> - <hint type="destinationlabel" > - <x>184</x> - <y>72</y> - </hint> - </hints> - </connection> - <connection> - <sender>cancelButton</sender> - <signal>clicked()</signal> - <receiver>AddUrlDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel" > - <x>343</x> - <y>62</y> - </hint> - <hint type="destinationlabel" > - <x>392</x> - <y>60</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/configdialog.ui b/src/ui/forms/configdialog.ui deleted file mode 100644 index d6a6f7a47..000000000 --- a/src/ui/forms/configdialog.ui +++ /dev/null @@ -1,1576 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>ConfigDialog</class> - <widget class="QDialog" name="ConfigDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>659</width> - <height>466</height> - </rect> - </property> - <property name="windowTitle"> - <string>Qmmp Settings</string> - </property> - <layout class="QVBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="topMargin"> - <number>9</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout"> - <property name="spacing"> - <number>0</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <widget class="QListWidget" name="contentsWidget"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>170</width> - <height>0</height> - </size> - </property> - <property name="maximumSize"> - <size> - <width>180</width> - <height>16777215</height> - </size> - </property> - <property name="iconSize"> - <size> - <width>38</width> - <height>38</height> - </size> - </property> - <property name="movement"> - <enum>QListView::Static</enum> - </property> - <property name="flow"> - <enum>QListView::TopToBottom</enum> - </property> - <property name="isWrapping" stdset="0"> - <bool>false</bool> - </property> - <property name="resizeMode"> - <enum>QListView::Adjust</enum> - </property> - <property name="spacing"> - <number>2</number> - </property> - <property name="viewMode"> - <enum>QListView::ListMode</enum> - </property> - <property name="uniformItemSizes"> - <bool>false</bool> - </property> - <property name="batchSize"> - <number>100</number> - </property> - <property name="wordWrap"> - <bool>false</bool> - </property> - <property name="currentRow"> - <number>0</number> - </property> - <item> - <property name="text"> - <string>Appearance</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/interface.png</normaloff>:/interface.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Playlist</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/playlist.png</normaloff>:/playlist.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Plugins</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/plugins.png</normaloff>:/plugins.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Advanced</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/advanced.png</normaloff>:/advanced.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Connectivity</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/network.png</normaloff>:/network.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Audio</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/replaygain.png</normaloff>:/replaygain.png</iconset> - </property> - </item> - <item> - <property name="text"> - <string>Shortcuts</string> - </property> - <property name="icon"> - <iconset resource="../images/images.qrc"> - <normaloff>:/shortcuts.png</normaloff>:/shortcuts.png</iconset> - </property> - </item> - </widget> - </item> - <item> - <widget class="QStackedWidget" name="stackedWidget"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="frameShadow"> - <enum>QFrame::Raised</enum> - </property> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="widget1"> - <layout class="QVBoxLayout" name="verticalLayout_4"> - <item> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="tab_4"> - <attribute name="title"> - <string>Skins</string> - </attribute> - <layout class="QGridLayout" name="gridLayout"> - <item row="0" column="0" colspan="4"> - <widget class="QListWidget" name="listWidget"> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="movement"> - <enum>QListView::Static</enum> - </property> - <property name="flow"> - <enum>QListView::TopToBottom</enum> - </property> - <property name="viewMode"> - <enum>QListView::ListMode</enum> - </property> - <property name="modelColumn"> - <number>0</number> - </property> - </widget> - </item> - <item row="1" column="0" colspan="2"> - <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="2"> - <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> - <item row="1" column="3"> - <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> - </widget> - <widget class="QWidget" name="tab_5"> - <attribute name="title"> - <string>Miscellaneous</string> - </attribute> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <widget class="QGroupBox" name="groupBox"> - <property name="title"> - <string>View</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QCheckBox" name="hideOnCloseCheckBox"> - <property name="text"> - <string>Hide on close</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="hiddenCheckBox"> - <property name="text"> - <string>Start hidden</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="skinCursorsCheckBox"> - <property name="text"> - <string>Use skin cursors</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="plGroupBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="title"> - <string>Fonts</string> - </property> - <layout class="QGridLayout" name="gridLayout_2"> - <item row="0" column="0"> - <widget class="QLabel" name="label"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>80</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string>Player:</string> - </property> - <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLabel" name="mainFontLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <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="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="maximumSize"> - <size> - <width>80</width> - <height>16777215</height> - </size> - </property> - <property name="text"> - <string>Playlist:</string> - </property> - <property name="alignment"> - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLabel" name="plFontLabel"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <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="1" column="2"> - <widget class="QToolButton" name="plFontButton"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="3"> - <widget class="QCheckBox" name="useBitmapCheckBox"> - <property name="text"> - <string>Use bitmap font if available</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_7"> - <property name="title"> - <string>Transparency</string> - </property> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Main window</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QSlider" name="mwTransparencySlider"> - <property name="maximum"> - <number>90</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="0" column="2"> - <widget class="QLabel" name="mwTransparencyLabel"> - <property name="minimumSize"> - <size> - <width>25</width> - <height>0</height> - </size> - </property> - <property name="text"> - <string>0</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_9"> - <property name="text"> - <string>Equalizer</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QSlider" name="eqTransparencySlider"> - <property name="maximum"> - <number>90</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QLabel" name="eqTransparencyLabel"> - <property name="text"> - <string>0</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_10"> - <property name="text"> - <string>Playlist</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QSlider" name="plTransparencySlider"> - <property name="maximum"> - <number>90</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="2" column="2"> - <widget class="QLabel" name="plTransparencyLabel"> - <property name="text"> - <string>0</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_4"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="page"> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QGroupBox" name="groupBox_3"> - <property name="title"> - <string>Metadata</string> - </property> - <layout class="QGridLayout"> - <property name="margin"> - <number>9</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <item row="0" column="0"> - <widget class="QCheckBox" name="metadataCheckBox"> - <property name="text"> - <string>Load metadata from files</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>Song Display</string> - </property> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Title format:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QLineEdit" name="formatLineEdit"/> - </item> - <item row="0" column="2"> - <widget class="QToolButton" name="titleButton"> - <property name="text"> - <string>...</string> - </property> - </widget> - </item> - <item row="1" column="0" colspan="2"> - <widget class="QCheckBox" name="underscoresCheckBox"> - <property name="text"> - <string>Convert underscores to blanks</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="per20CheckBox"> - <property name="text"> - <string>Convert %20 to blanks</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QCheckBox" name="protocolCheckBox"> - <property name="text"> - <string>Show protocol</string> - </property> - </widget> - </item> - <item row="4" column="0" colspan="2"> - <widget class="QCheckBox" name="numbersCheckBox"> - <property name="text"> - <string>Show song numbers</string> - </property> - </widget> - </item> - <item row="6" column="0" colspan="2"> - <widget class="QCheckBox" name="playlistsCheckBox"> - <property name="text"> - <string>Show playlists</string> - </property> - </widget> - </item> - <item row="8" column="0" colspan="3"> - <layout class="QHBoxLayout" name="horizontalLayout_3"> - <item> - <widget class="QCheckBox" name="popupCheckBox"> - <property name="text"> - <string>Show popup information</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="popupTemplateButton"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Edit template</string> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_2"> - <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="7" column="0" colspan="2"> - <widget class="QCheckBox" name="anchorCheckBox"> - <property name="text"> - <string>Show anchor</string> - </property> - </widget> - </item> - <item row="5" column="0" colspan="3"> - <widget class="QCheckBox" name="alignCheckBox"> - <property name="enabled"> - <bool>false</bool> - </property> - <property name="text"> - <string>Align song numbers</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>54</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <widget class="QWidget" name="widget"> - <layout class="QGridLayout"> - <property name="leftMargin"> - <number>9</number> - </property> - <property name="topMargin"> - <number>5</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </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> - </widget> - </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> - </widget> - </item> - <item row="1" column="2"> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>101</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="0" column="0" colspan="3"> - <widget class="QTreeWidget" name="treeWidget"> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - <property name="animated"> - <bool>true</bool> - </property> - <property name="allColumnsShowFocus"> - <bool>false</bool> - </property> - <property name="columnCount"> - <number>2</number> - </property> - <column> - <property name="text"> - <string>Description</string> - </property> - </column> - <column> - <property name="text"> - <string>Filename</string> - </property> - </column> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="page_2"> - <layout class="QGridLayout" name="gridLayout_5"> - <item row="0" column="0" colspan="2"> - <widget class="QGroupBox" name="groupBox_4"> - <property name="title"> - <string>File Dialog</string> - </property> - <layout class="QHBoxLayout"> - <item> - <widget class="QComboBox" name="fileDialogComboBox"/> - </item> - <item> - <widget class="QPushButton" name="fdInformationButton"> - <property name="text"> - <string>Information</string> - </property> - </widget> - </item> - <item> - <spacer> - <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> - </widget> - </item> - <item row="1" column="0" colspan="2"> - <widget class="QGroupBox" name="groupBox_9"> - <property name="title"> - <string>Cover Image Retrieve</string> - </property> - <layout class="QGridLayout" name="gridLayout_6"> - <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="useCoverFilesCheckBox"> - <property name="text"> - <string>Use separate image files</string> - </property> - <property name="checked"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_11"> - <property name="text"> - <string>Include files:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="coverIncludeLineEdit"/> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_12"> - <property name="text"> - <string>Exclude files:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="coverExcludeLineEdit"/> - </item> - <item row="3" column="0" colspan="2"> - <layout class="QHBoxLayout" name="horizontalLayout_4"> - <item> - <widget class="QLabel" name="label_13"> - <property name="text"> - <string>Recursive search depth:</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="coverDepthSpinBox"> - <property name="maximum"> - <number>6</number> - </property> - </widget> - </item> - <item> - <spacer name="horizontalSpacer_3"> - <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> - </layout> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <spacer name="verticalSpacer_3"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="2"> - <widget class="QGroupBox" name="groupBox_6"> - <property name="title"> - <string>Playback</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout_8"> - <item> - <widget class="QCheckBox" name="continuePlaybackCheckBox"> - <property name="text"> - <string>Continue playback on startup</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - </layout> - </widget> - <widget class="QWidget" name="network"> - <layout class="QVBoxLayout"> - <property name="leftMargin"> - <number>9</number> - </property> - <property name="topMargin"> - <number>5</number> - </property> - <property name="rightMargin"> - <number>0</number> - </property> - <property name="bottomMargin"> - <number>0</number> - </property> - <item> - <widget class="QGroupBox" name="groupBox_5"> - <property name="title"> - <string>Proxy</string> - </property> - <property name="flat"> - <bool>false</bool> - </property> - <property name="checkable"> - <bool>false</bool> - </property> - <layout class="QGridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="enableProxyCheckBox"> - <property name="text"> - <string>Enable proxy usage</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Proxy host name:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QLineEdit" name="hostLineEdit"/> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_6"> - <property name="text"> - <string>Proxy port:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="portLineEdit"/> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QCheckBox" name="authProxyCheckBox"> - <property name="text"> - <string>Use authentication with proxy</string> - </property> - </widget> - </item> - <item row="4" column="0"> - <widget class="QLabel" name="label_7"> - <property name="text"> - <string>Proxy user name:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="4" column="1"> - <widget class="QLineEdit" name="proxyUserLineEdit"/> - </item> - <item row="5" column="0"> - <widget class="QLabel" name="label_8"> - <property name="text"> - <string>Proxy password:</string> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item row="5" column="1"> - <widget class="QLineEdit" name="proxyPasswLineEdit"> - <property name="echoMode"> - <enum>QLineEdit::Password</enum> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>40</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <widget class="QWidget" name="audio"> - <layout class="QVBoxLayout" name="verticalLayout_7"> - <item> - <widget class="QGroupBox" name="groupBox_10"> - <property name="title"> - <string>Replay Gain</string> - </property> - <layout class="QGridLayout" name="gridLayout_7"> - <item row="1" column="0"> - <widget class="QLabel" name="label_14"> - <property name="text"> - <string>Replay Gain mode:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QComboBox" name="replayGainModeComboBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_15"> - <property name="text"> - <string>Preamp:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="QDoubleSpinBox" name="preampDoubleSpinBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum"> - <double>-15.000000000000000</double> - </property> - <property name="maximum"> - <double>15.000000000000000</double> - </property> - <property name="singleStep"> - <double>0.010000000000000</double> - </property> - </widget> - </item> - <item row="2" column="2"> - <widget class="QLabel" name="label_17"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>dB</string> - </property> - </widget> - </item> - <item row="3" column="0"> - <widget class="QLabel" name="label_16"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Default gain:</string> - </property> - </widget> - </item> - <item row="3" column="1"> - <widget class="QDoubleSpinBox" name="defaultGainDoubleSpinBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimum"> - <double>-15.000000000000000</double> - </property> - <property name="maximum"> - <double>15.000000000000000</double> - </property> - <property name="singleStep"> - <double>0.010000000000000</double> - </property> - </widget> - </item> - <item row="3" column="2"> - <widget class="QLabel" name="label_18"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>dB</string> - </property> - </widget> - </item> - <item row="1" column="2"> - <spacer name="horizontalSpacer_4"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="4" column="0" colspan="3"> - <widget class="QCheckBox" name="clippingCheckBox"> - <property name="text"> - <string>Use peak info to prevent clipping</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <widget class="QGroupBox" name="groupBox_11"> - <property name="title"> - <string>Audio</string> - </property> - <layout class="QGridLayout" name="gridLayout_8"> - <item row="0" column="0"> - <widget class="QLabel" name="label_19"> - <property name="text"> - <string>Output:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QComboBox" name="outputComboBox"/> - </item> - <item row="0" column="2"> - <widget class="QPushButton" name="outputPreferencesButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Preferences</string> - </property> - </widget> - </item> - <item row="0" column="3"> - <widget class="QPushButton" name="outputInformationButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Information</string> - </property> - </widget> - </item> - <item row="0" column="4"> - <spacer name="horizontalSpacer_5"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::Expanding</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_20"> - <property name="text"> - <string>Buffer size:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QSpinBox" name="bufferSizeSpinBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="suffix"> - <string>ms</string> - </property> - <property name="minimum"> - <number>500</number> - </property> - <property name="maximum"> - <number>6000</number> - </property> - <property name="singleStep"> - <number>50</number> - </property> - </widget> - </item> - <item row="1" column="2" colspan="3"> - <spacer name="horizontalSpacer_6"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>266</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="0" colspan="3"> - <widget class="QCheckBox" name="softVolumeCheckBox"> - <property name="text"> - <string>Use software volume control</string> - </property> - </widget> - </item> - <item row="3" column="0" colspan="2"> - <widget class="QCheckBox" name="use16BitCheckBox"> - <property name="text"> - <string>16-bit output</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item> - <spacer name="verticalSpacer_2"> - <property name="orientation"> - <enum>Qt::Vertical</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>20</width> - <height>132</height> - </size> - </property> - </spacer> - </item> - </layout> - </widget> - <widget class="QWidget" name="shortcuts"> - <layout class="QGridLayout" name="gridLayout_9"> - <item row="0" column="0" colspan="2"> - <widget class="QTreeWidget" name="shortcutTreeWidget"> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="animated"> - <bool>true</bool> - </property> - <column> - <property name="text"> - <string>Action</string> - </property> - </column> - <column> - <property name="text"> - <string>Shortcut</string> - </property> - </column> - </widget> - </item> - <item row="1" column="0"> - <widget class="QPushButton" name="changeShortcutButton"> - <property name="text"> - <string>Change shortcut...</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <spacer name="horizontalSpacer_7"> - <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> - </widget> - </widget> - </item> - </layout> - </item> - <item> - <widget class="Line" name="line"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>341</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources> - <include location="../images/images.qrc"/> - </resources> - <connections> - <connection> - <sender>enableProxyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>hostLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>286</x> - <y>39</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>39</y> - </hint> - </hints> - </connection> - <connection> - <sender>enableProxyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>portLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>286</x> - <y>39</y> - </hint> - <hint type="destinationlabel"> - <x>272</x> - <y>39</y> - </hint> - </hints> - </connection> - <connection> - <sender>authProxyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>proxyUserLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>272</x> - <y>38</y> - </hint> - <hint type="destinationlabel"> - <x>272</x> - <y>38</y> - </hint> - </hints> - </connection> - <connection> - <sender>authProxyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>proxyPasswLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>272</x> - <y>38</y> - </hint> - <hint type="destinationlabel"> - <x>272</x> - <y>37</y> - </hint> - </hints> - </connection> - <connection> - <sender>popupCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>popupTemplateButton</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>362</x> - <y>310</y> - </hint> - <hint type="destinationlabel"> - <x>455</x> - <y>315</y> - </hint> - </hints> - </connection> - <connection> - <sender>mwTransparencySlider</sender> - <signal>valueChanged(int)</signal> - <receiver>mwTransparencyLabel</receiver> - <slot>setNum(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>252</x> - <y>90</y> - </hint> - <hint type="destinationlabel"> - <x>283</x> - <y>90</y> - </hint> - </hints> - </connection> - <connection> - <sender>eqTransparencySlider</sender> - <signal>valueChanged(int)</signal> - <receiver>eqTransparencyLabel</receiver> - <slot>setNum(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>252</x> - <y>84</y> - </hint> - <hint type="destinationlabel"> - <x>274</x> - <y>84</y> - </hint> - </hints> - </connection> - <connection> - <sender>plTransparencySlider</sender> - <signal>valueChanged(int)</signal> - <receiver>plTransparencyLabel</receiver> - <slot>setNum(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>252</x> - <y>78</y> - </hint> - <hint type="destinationlabel"> - <x>274</x> - <y>78</y> - </hint> - </hints> - </connection> - <connection> - <sender>useCoverFilesCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>coverIncludeLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>286</x> - <y>39</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>39</y> - </hint> - </hints> - </connection> - <connection> - <sender>useCoverFilesCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>coverExcludeLineEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>286</x> - <y>39</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>39</y> - </hint> - </hints> - </connection> - <connection> - <sender>useCoverFilesCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>coverDepthSpinBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>286</x> - <y>39</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>39</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>ConfigDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>651</x> - <y>458</y> - </hint> - <hint type="destinationlabel"> - <x>225</x> - <y>421</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>ConfigDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>651</x> - <y>458</y> - </hint> - <hint type="destinationlabel"> - <x>141</x> - <y>414</y> - </hint> - </hints> - </connection> - <connection> - <sender>numbersCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>alignCheckBox</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>278</x> - <y>208</y> - </hint> - <hint type="destinationlabel"> - <x>271</x> - <y>236</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/jumptotrackdialog.ui b/src/ui/forms/jumptotrackdialog.ui deleted file mode 100644 index 7f94a2845..000000000 --- a/src/ui/forms/jumptotrackdialog.ui +++ /dev/null @@ -1,152 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>JumpToTrackDialog</class> - <widget class="QDialog" name="JumpToTrackDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>487</width> - <height>315</height> - </rect> - </property> - <property name="windowTitle"> - <string>Jump To Track</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item> - <layout class="QHBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>0</number> - </property> - <item> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Filter</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="filterLineEdit"/> - </item> - </layout> - </item> - <item> - <widget class="QListView" name="songsListView"> - <property name="editTriggers"> - <set>QAbstractItemView::NoEditTriggers</set> - </property> - <property name="alternatingRowColors"> - <bool>true</bool> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - </widget> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QPushButton" name="queuePushButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Queue</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="refreshPushButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Refresh</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="jumpToPushButton"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="text"> - <string>Jump To</string> - </property> - </widget> - </item> - <item> - <spacer> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeType"> - <enum>QSizePolicy::MinimumExpanding</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>40</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>JumpToTrackDialog</receiver> - <slot>hide()</slot> - <hints> - <hint type="sourcelabel"> - <x>457</x> - <y>294</y> - </hint> - <hint type="destinationlabel"> - <x>481</x> - <y>279</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/playlistbrowser.ui b/src/ui/forms/playlistbrowser.ui deleted file mode 100644 index 0f9280905..000000000 --- a/src/ui/forms/playlistbrowser.ui +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>PlayListBrowser</class> - <widget class="QDialog" name="PlayListBrowser"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>402</width> - <height>298</height> - </rect> - </property> - <property name="windowTitle"> - <string>Playlist Browser</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="topMargin"> - <number>9</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <item row="0" column="0" colspan="5"> - <widget class="QListWidget" name="listWidget"> - <property name="selectionMode"> - <enum>QAbstractItemView::ExtendedSelection</enum> - </property> - <property name="selectionBehavior"> - <enum>QAbstractItemView::SelectRows</enum> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QPushButton" name="newButton"> - <property name="text"> - <string>New</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="deleteButton"> - <property name="text"> - <string>Delete</string> - </property> - </widget> - </item> - <item row="1" column="4"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QToolButton" name="downButton"> - <property name="text"> - <string>...</string> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="1" column="3"> - <widget class="QToolButton" name="upButton"> - <property name="text"> - <string>...</string> - </property> - <property name="toolButtonStyle"> - <enum>Qt::ToolButtonIconOnly</enum> - </property> - <property name="autoRaise"> - <bool>true</bool> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>PlayListBrowser</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>248</x> - <y>254</y> - </hint> - <hint type="destinationlabel"> - <x>157</x> - <y>274</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PlayListBrowser</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>316</x> - <y>260</y> - </hint> - <hint type="destinationlabel"> - <x>286</x> - <y>274</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/popupsettings.ui b/src/ui/forms/popupsettings.ui deleted file mode 100644 index c59db2b72..000000000 --- a/src/ui/forms/popupsettings.ui +++ /dev/null @@ -1,251 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>PopupSettings</class> - <widget class="QDialog" name="PopupSettings"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>277</width> - <height>335</height> - </rect> - </property> - <property name="windowTitle"> - <string>Popup Information Settings</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item row="0" column="0" colspan="5"> - <widget class="QGroupBox" name="groupBox_3"> - <property name="title"> - <string>Template</string> - </property> - <layout class="QGridLayout" name="gridLayout_4"> - <item row="0" column="0" colspan="3"> - <widget class="QPlainTextEdit" name="textEdit"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> - </item> - <item row="1" column="0"> - <spacer name="horizontalSpacer_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>138</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="1" column="1"> - <widget class="QPushButton" name="resetButton"> - <property name="text"> - <string>Reset</string> - </property> - </widget> - </item> - <item row="1" column="2"> - <widget class="QPushButton" name="insertButton"> - <property name="text"> - <string>Insert</string> - </property> - </widget> - </item> - </layout> - </widget> - </item> - <item row="1" column="0" colspan="5"> - <widget class="QCheckBox" name="coverCheckBox"> - <property name="text"> - <string>Show cover</string> - </property> - </widget> - </item> - <item row="2" column="4"> - <widget class="QLabel" name="coverSizeLabel"> - <property name="text"> - <string notr="true">0</string> - </property> - </widget> - </item> - <item row="2" column="0" colspan="3"> - <widget class="QLabel" name="label_5"> - <property name="text"> - <string>Cover size:</string> - </property> - </widget> - </item> - <item row="2" column="3"> - <widget class="QSlider" name="coverSizeSlider"> - <property name="minimum"> - <number>32</number> - </property> - <property name="maximum"> - <number>128</number> - </property> - <property name="singleStep"> - <number>1</number> - </property> - <property name="pageStep"> - <number>16</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="3" column="0" colspan="3"> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Transparency:</string> - </property> - </widget> - </item> - <item row="3" column="3"> - <widget class="QSlider" name="transparencySlider"> - <property name="maximum"> - <number>90</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item row="3" column="4"> - <widget class="QLabel" name="trasparencyLabel"> - <property name="minimumSize"> - <size> - <width>18</width> - <height>0</height> - </size> - </property> - <property name="text"> - <string notr="true">0</string> - </property> - </widget> - </item> - <item row="5" column="0" colspan="3"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Delay:</string> - </property> - </widget> - </item> - <item row="5" column="3"> - <widget class="QSpinBox" name="delaySpinBox"> - <property name="minimum"> - <number>20</number> - </property> - <property name="maximum"> - <number>7000</number> - </property> - <property name="singleStep"> - <number>500</number> - </property> - </widget> - </item> - <item row="6" column="0" colspan="5"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - <item row="5" column="4"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>ms</string> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>PopupSettings</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>281</x> - <y>286</y> - </hint> - <hint type="destinationlabel"> - <x>62</x> - <y>299</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>PopupSettings</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>281</x> - <y>286</y> - </hint> - <hint type="destinationlabel"> - <x>95</x> - <y>299</y> - </hint> - </hints> - </connection> - <connection> - <sender>transparencySlider</sender> - <signal>valueChanged(int)</signal> - <receiver>trasparencyLabel</receiver> - <slot>setNum(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>258</x> - <y>251</y> - </hint> - <hint type="destinationlabel"> - <x>282</x> - <y>251</y> - </hint> - </hints> - </connection> - <connection> - <sender>coverSizeSlider</sender> - <signal>valueChanged(int)</signal> - <receiver>coverSizeLabel</receiver> - <slot>setNum(int)</slot> - <hints> - <hint type="sourcelabel"> - <x>258</x> - <y>223</y> - </hint> - <hint type="destinationlabel"> - <x>282</x> - <y>223</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/preseteditor.ui b/src/ui/forms/preseteditor.ui deleted file mode 100644 index 224a41ed3..000000000 --- a/src/ui/forms/preseteditor.ui +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>PresetEditor</class> - <widget class="QDialog" name="PresetEditor"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>330</width> - <height>275</height> - </rect> - </property> - <property name="windowTitle"> - <string>Preset Editor</string> - </property> - <property name="modal"> - <bool>false</bool> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item row="0" column="0" colspan="3"> - <widget class="QTabWidget" name="tabWidget"> - <property name="currentIndex"> - <number>0</number> - </property> - <widget class="QWidget" name="tab"> - <attribute name="title"> - <string>Preset</string> - </attribute> - <layout class="QVBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>9</number> - </property> - <item> - <widget class="QListWidget" name="presetListWidget"/> - </item> - </layout> - </widget> - <widget class="QWidget" name="tab_2"> - <attribute name="title"> - <string>Auto-preset</string> - </attribute> - <layout class="QVBoxLayout"> - <property name="spacing"> - <number>6</number> - </property> - <property name="margin"> - <number>9</number> - </property> - <item> - <widget class="QListWidget" name="autoPresetListWidget"> - <property name="editTriggers"> - <set>QAbstractItemView::NoEditTriggers</set> - </property> - </widget> - </item> - </layout> - </widget> - </widget> - </item> - <item row="1" column="0" colspan="3"> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QPushButton" name="loadButton"> - <property name="text"> - <string>Load</string> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="deleteButton"> - <property name="text"> - <string>Delete</string> - </property> - </widget> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Close</set> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - <layoutdefault spacing="6" margin="11"/> - <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>clicked(QAbstractButton*)</signal> - <receiver>PresetEditor</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>269</x> - <y>235</y> - </hint> - <hint type="destinationlabel"> - <x>298</x> - <y>192</y> - </hint> - </hints> - </connection> - </connections> -</ui> diff --git a/src/ui/forms/shortcutdialog.ui b/src/ui/forms/shortcutdialog.ui deleted file mode 100644 index db1cf466e..000000000 --- a/src/ui/forms/shortcutdialog.ui +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>ShortcutDialog</class> - <widget class="QDialog" name="HotkeyDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>310</width> - <height>89</height> - </rect> - </property> - <property name="windowTitle"> - <string>Change Shortcut</string> - </property> - <layout class="QGridLayout" name="gridLayout"> - <property name="leftMargin"> - <number>6</number> - </property> - <property name="rightMargin"> - <number>6</number> - </property> - <property name="bottomMargin"> - <number>6</number> - </property> - <item row="0" column="0" colspan="3"> - <widget class="QLabel" name="label"> - <property name="text"> - <string>Press the key combination you want to assign</string> - </property> - </widget> - </item> - <item row="1" column="0" colspan="3"> - <widget class="QLineEdit" name="keyLineEdit"> - <property name="readOnly"> - <bool>true</bool> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QPushButton" name="clearButton"> - <property name="text"> - <string>Clear</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <spacer name="horizontalSpacer"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="sizeHint" stdset="0"> - <size> - <width>106</width> - <height>20</height> - </size> - </property> - </spacer> - </item> - <item row="2" column="2"> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>HotkeyDialog</receiver> - <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>212</x> - <y>70</y> - </hint> - <hint type="destinationlabel"> - <x>192</x> - <y>269</y> - </hint> - </hints> - </connection> - <connection> - <sender>buttonBox</sender> - <signal>rejected()</signal> - <receiver>HotkeyDialog</receiver> - <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>212</x> - <y>70</y> - </hint> - <hint type="destinationlabel"> - <x>246</x> - <y>214</y> - </hint> - </hints> - </connection> - <connection> - <sender>clearButton</sender> - <signal>clicked()</signal> - <receiver>keyLineEdit</receiver> - <slot>clear()</slot> - <hints> - <hint type="sourcelabel"> - <x>195</x> - <y>22</y> - </hint> - <hint type="destinationlabel"> - <x>113</x> - <y>25</y> - </hint> - </hints> - </connection> - </connections> -</ui> |
