You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

557 lines
19 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dxmb</class>
<widget class="QMainWindow" name="dxmb">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>598</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>DXM Bragi</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="accessibleName">
<string>Datenverwaltung</string>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="data_tab">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="accessibleName">
<string/>
</property>
<attribute name="title">
<string>Songbook</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="hor_layout_data_tab">
<item>
<layout class="QVBoxLayout" name="vert_layout_source_tree">
<item>
<layout class="QHBoxLayout" name="hor_layout_path_sourcce">
<item>
<widget class="QLineEdit" name="lineEdit_source">
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_source">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="treeView_source"/>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="vert_layout_btn_range">
<item>
<widget class="QPushButton" name="btn_seperator_upper">
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="vert_layout_btn_target">
<item>
<widget class="QPushButton" name="btn_copyToTarget">
<property name="text">
<string>Copy &gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_copyAllToTarget">
<property name="text">
<string>Copy All &gt;&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_moveToTarget">
<property name="text">
<string>Move &gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_moveAllToTarget">
<property name="text">
<string>Move All &gt;&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_deleteTargetItem">
<property name="text">
<string>Delete &gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_analyseTarget">
<property name="text">
<string>Analyse &gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_makeDirTarget">
<property name="text">
<string>New Dir &gt;</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QPushButton" name="btn_seperator_lower">
<property name="text">
<string/>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="vert_layout_btn_source">
<item>
<widget class="QPushButton" name="btn_copyToSource">
<property name="text">
<string>&lt; Copy</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_copyAllToSource">
<property name="text">
<string>&lt;&lt; Copy All</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_moveToSource">
<property name="text">
<string>&lt; Move</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_moveAllToSource">
<property name="text">
<string>&lt;&lt; Move All</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_deleteSourceItem">
<property name="text">
<string>&lt; Delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_analyseSource">
<property name="text">
<string>&lt; Analyse</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_makeDirSource">
<property name="text">
<string>&lt; New Dir</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="vert_layout_target_tree">
<item>
<layout class="QHBoxLayout" name="hor_layout_path_target">
<item>
<widget class="QLineEdit" name="lineEdit_target">
<property name="enabled">
<bool>true</bool>
</property>
<property name="echoMode">
<enum>QLineEdit::Normal</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton_target">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="treeView_target"/>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="ml_tab">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string/>
</property>
<property name="whatsThis">
<string/>
</property>
<property name="accessibleName">
<string/>
</property>
<property name="accessibleDescription">
<string/>
</property>
<attribute name="title">
<string>Learn Taste</string>
</attribute>
</widget>
<widget class="QWidget" name="loader_tab">
<attribute name="title">
<string>Search Songs</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="HL_Header">
<item>
<layout class="QHBoxLayout" name="HL_InsertLink">
<item>
<widget class="QLineEdit" name="lineEdit_url">
<property name="text">
<string/>
</property>
<property name="placeholderText">
<string>Insert new video or playlist link </string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_insertUrl">
<property name="text">
<string>Insert Link</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="insert_url_msg">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string/>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QScrollArea" name="scrollA">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAWContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>754</width>
<height>298</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>10</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>10</height>
</size>
</property>
<layout class="QGridLayout" name="url_scroller_grid" columnstretch="0" columnminimumwidth="0">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="horizontalSpacing">
<number>1</number>
</property>
</layout>
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupB_loaderDetails">
<property name="title">
<string>Configuration</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="HL_TargetPath">
<item>
<widget class="QLabel" name="label_targetPath">
<property name="text">
<string>Target Path:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_targetPath"/>
</item>
<item>
<widget class="QToolButton" name="toolBtn_targetPath">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="HL_Profile">
<item>
<widget class="QToolButton" name="toolBtn_addProfile">
<property name="text">
<string>+</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolBtn_removeProfile">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>-</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_profile">
<property name="enabled">
<bool>true</bool>
</property>
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string/>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
<property name="minimumContentsLength">
<number>0</number>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_autoPredictTaste">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Auto predict taste for profile</string>
</property>
<property name="tristate">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="radioBtn_video">
<property name="text">
<string>Video</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="checkBox_bestQual">
<property name="text">
<string>Prefer best quality</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radioBtn_audioOnly">
<property name="text">
<string>Audio Only</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox_autoDownload">
<property name="text">
<string>Auto-Download on Insert</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QRadioButton" name="radioBtn_bothFiles">
<property name="text">
<string>Both (2 Files)</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>