diff options
Diffstat (limited to 'src/plugins/Ui/qsui/forms')
| -rw-r--r-- | src/plugins/Ui/qsui/forms/aboutqsuidialog.ui | 104 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/hotkeyeditor.ui | 68 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/mainwindow.ui | 323 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/popupsettings.ui | 251 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/qsuisettings.ui | 1038 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/shortcutdialog.ui | 132 | ||||
| -rw-r--r-- | src/plugins/Ui/qsui/forms/toolbareditor.ui | 228 |
7 files changed, 2144 insertions, 0 deletions
diff --git a/src/plugins/Ui/qsui/forms/aboutqsuidialog.ui b/src/plugins/Ui/qsui/forms/aboutqsuidialog.ui new file mode 100644 index 000000000..3e53e1f95 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/aboutqsuidialog.ui @@ -0,0 +1,104 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>AboutQSUIDialog</class> + <widget class="QDialog" name="AboutQSUIDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>454</width> + <height>494</height> + </rect> + </property> + <property name="windowTitle"> + <string>About QSUI</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"> + <widget class="Logo" name="widget" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>93</horstretch> + <verstretch>93</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>250</width> + <height>300</height> + </size> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QTextEdit" name="aboutTextEdit"> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>Logo</class> + <extends>QWidget</extends> + <header>logo.h</header> + <container>1</container> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>AboutQSUIDialog</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>AboutQSUIDialog</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/plugins/Ui/qsui/forms/hotkeyeditor.ui b/src/plugins/Ui/qsui/forms/hotkeyeditor.ui new file mode 100644 index 000000000..f2d49bd0c --- /dev/null +++ b/src/plugins/Ui/qsui/forms/hotkeyeditor.ui @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>HotkeyEditor</class> + <widget class="QWidget" name="HotkeyEditor"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>406</width> + <height>365</height> + </rect> + </property> + <property name="windowTitle"> + <string notr="true">Shortcuts</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="1"> + <spacer name="horizontalSpacer_7"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>262</width> + <height>20</height> + </size> + </property> + </spacer> + </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="2"> + <widget class="QPushButton" name="resetShortcutsButton"> + <property name="text"> + <string>Reset</string> + </property> + </widget> + </item> + <item row="0" column="0" colspan="3"> + <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> + </layout> + </widget> + <resources/> + <connections/> +</ui> diff --git a/src/plugins/Ui/qsui/forms/mainwindow.ui b/src/plugins/Ui/qsui/forms/mainwindow.ui new file mode 100644 index 000000000..5a9eb2797 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/mainwindow.ui @@ -0,0 +1,323 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>614</width> + <height>474</height> + </rect> + </property> + <property name="windowTitle"> + <string>Qmmp</string> + </property> + <property name="dockOptions"> + <set>QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::VerticalTabs</set> + </property> + <widget class="QWidget" name="centralwidget"> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> + <number>2</number> + </property> + <property name="margin"> + <number>0</number> + </property> + <item> + <widget class="QSUiTabWidget" name="tabWidget"> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="currentIndex"> + <number>-1</number> + </property> + <property name="documentMode"> + <bool>false</bool> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <widget class="QMenuBar" name="menuBar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>614</width> + <height>25</height> + </rect> + </property> + <widget class="QMenu" name="menuFile"> + <property name="title"> + <string>&File</string> + </property> + </widget> + <widget class="QMenu" name="menuTools"> + <property name="title"> + <string>&Tools</string> + </property> + <addaction name="separator"/> + <addaction name="actionVisualization"/> + <addaction name="separator"/> + </widget> + <widget class="QMenu" name="menuHelp"> + <property name="title"> + <string>&Help</string> + </property> + </widget> + <widget class="QMenu" name="menuEdit"> + <property name="title"> + <string>&Edit</string> + </property> + </widget> + <widget class="QMenu" name="menuPlayback"> + <property name="title"> + <string>&Playback</string> + </property> + </widget> + <widget class="QMenu" name="menuView"> + <property name="title"> + <string>&View</string> + </property> + </widget> + <addaction name="menuFile"/> + <addaction name="menuEdit"/> + <addaction name="menuView"/> + <addaction name="menuPlayback"/> + <addaction name="menuTools"/> + <addaction name="menuHelp"/> + </widget> + <widget class="QToolBar" name="buttonsToolBar"> + <property name="windowTitle"> + <string>Playback</string> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QToolBar" name="progressToolBar"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="windowTitle"> + <string>Progress</string> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + </widget> + <widget class="QDockWidget" name="analyzerDockWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>79</width> + <height>50</height> + </size> + </property> + <property name="windowTitle"> + <string>Spectrum Analyzer</string> + </property> + <attribute name="dockWidgetArea"> + <number>8</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents"/> + </widget> + <widget class="QDockWidget" name="fileSystemDockWidget"> + <property name="minimumSize"> + <size> + <width>130</width> + <height>41</height> + </size> + </property> + <property name="windowTitle"> + <string>Files</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_2"/> + </widget> + <widget class="QDockWidget" name="coverDockWidget"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="windowTitle"> + <string>Cover</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_3"/> + </widget> + <widget class="QDockWidget" name="playlistsDockWidget"> + <property name="windowTitle"> + <string>Playlists</string> + </property> + <attribute name="dockWidgetArea"> + <number>1</number> + </attribute> + <widget class="QWidget" name="dockWidgetContents_4"/> + </widget> + <action name="actionPrevious"> + <property name="icon"> + <iconset> + <normalon>:/images/previous.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Previous</string> + </property> + </action> + <action name="actionPlay"> + <property name="icon"> + <iconset> + <normalon>:/images/play.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Play</string> + </property> + </action> + <action name="actionPause"> + <property name="icon"> + <iconset> + <normalon>:/images/pause.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Pause</string> + </property> + </action> + <action name="actionNext"> + <property name="icon"> + <iconset> + <normalon>:/images/next.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Next</string> + </property> + </action> + <action name="actionStop"> + <property name="icon"> + <iconset> + <normalon>:/images/stop.png</normalon> + </iconset> + </property> + <property name="text"> + <string>Stop</string> + </property> + </action> + <action name="actionAddFile"> + <property name="text"> + <string>&Add File</string> + </property> + </action> + <action name="actionClearPlayList"> + <property name="text"> + <string>&Remove All</string> + </property> + </action> + <action name="actionNewPlayList"> + <property name="text"> + <string>New Playlist</string> + </property> + </action> + <action name="actionClosePlayList"> + <property name="text"> + <string>Remove Playlist</string> + </property> + </action> + <action name="actionAddDirectory"> + <property name="text"> + <string>&Add Directory</string> + </property> + </action> + <action name="actionExit"> + <property name="text"> + <string>&Exit</string> + </property> + </action> + <action name="actionAbout"> + <property name="text"> + <string>About</string> + </property> + </action> + <action name="actionAboutQt"> + <property name="text"> + <string>About Qt</string> + </property> + </action> + <action name="actionSelectAll"> + <property name="text"> + <string>&Select All</string> + </property> + </action> + <action name="actionRemoveSelected"> + <property name="text"> + <string>&Remove Selected</string> + </property> + </action> + <action name="actionRemoveUnselected"> + <property name="text"> + <string>&Remove Unselected</string> + </property> + </action> + <action name="actionVisualization"> + <property name="text"> + <string>Visualization</string> + </property> + </action> + <action name="actionSettings"> + <property name="text"> + <string>Settings</string> + </property> + </action> + <action name="actionRenamePlayList"> + <property name="text"> + <string>Rename Playlist</string> + </property> + </action> + </widget> + <customwidgets> + <customwidget> + <class>QSUiTabWidget</class> + <extends>QTabWidget</extends> + <header>qsuitabwidget.h</header> + <container>1</container> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> diff --git a/src/plugins/Ui/qsui/forms/popupsettings.ui b/src/plugins/Ui/qsui/forms/popupsettings.ui new file mode 100644 index 000000000..c59db2b72 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/popupsettings.ui @@ -0,0 +1,251 @@ +<?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/plugins/Ui/qsui/forms/qsuisettings.ui b/src/plugins/Ui/qsui/forms/qsuisettings.ui new file mode 100644 index 000000000..26b2790eb --- /dev/null +++ b/src/plugins/Ui/qsui/forms/qsuisettings.ui @@ -0,0 +1,1038 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>QSUISettings</class> + <widget class="QWidget" name="QSUISettings"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>463</width> + <height>483</height> + </rect> + </property> + <property name="windowTitle"> + <string notr="true">Form</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QTabWidget" name="tabWidget"> + <property name="currentIndex"> + <number>0</number> + </property> + <widget class="QWidget" name="tab"> + <attribute name="title"> + <string>View</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_5"> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Main Window</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0"> + <widget class="QCheckBox" name="hideOnCloseCheckBox"> + <property name="text"> + <string>Hide on close</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QCheckBox" name="hiddenCheckBox"> + <property name="text"> + <string>Start hidden</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_13"> + <property name="text"> + <string>Window title format:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="windowTitleLineEdit"/> + </item> + <item> + <widget class="QToolButton" name="windowTitleButton"> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Song Display</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QCheckBox" name="protocolCheckBox"> + <property name="text"> + <string>Show protocol</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="anchorCheckBox"> + <property name="text"> + <string>Show anchor</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="popupCheckBox"> + <property name="text"> + <string>Show popup information</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <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> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_6"> + <property name="title"> + <string>Single Column Mode</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="numbersCheckBox"> + <property name="text"> + <string>Show song numbers</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="lengthsCheckBox"> + <property name="text"> + <string>Show song lengths</string> + </property> + </widget> + </item> + <item> + <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>40</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_5"> + <attribute name="title"> + <string>Colors</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_7"> + <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Analyzer Colors</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Analyzer #1:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="ColorWidget" name="aColor1"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="0" column="3"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Peaks:</string> + </property> + </widget> + </item> + <item row="0" column="4"> + <widget class="ColorWidget" name="peaksColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Analyzer #2:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="ColorWidget" name="aColor2"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="1" column="3"> + <widget class="QLabel" name="label_5"> + <property name="text"> + <string>Background:</string> + </property> + </widget> + </item> + <item row="1" column="4"> + <widget class="ColorWidget" name="bgColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Analyzer #3:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="ColorWidget" name="aColor3"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="2" column="3" colspan="2"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Preferred</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="5" rowspan="3"> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>10</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="2" rowspan="3"> + <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> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Playlist Colors</string> + </property> + <layout class="QVBoxLayout" name="_2"> + <item> + <widget class="QCheckBox" name="plSystemColorsCheckBox"> + <property name="text"> + <string>Use system colors</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QWidget" name="widget_2" native="true"> + <property name="enabled"> + <bool>false</bool> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <property name="margin"> + <number>0</number> + </property> + <item row="0" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Background #1:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="ColorWidget" name="plBg1Color"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="0" column="3"> + <widget class="QLabel" name="label_10"> + <property name="text"> + <string>Normal text:</string> + </property> + </widget> + </item> + <item row="0" column="4"> + <widget class="ColorWidget" name="plTextNormalColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Background #2:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="ColorWidget" name="plBg2Color"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="1" column="3"> + <widget class="QLabel" name="label_11"> + <property name="text"> + <string>Current text:</string> + </property> + </widget> + </item> + <item row="1" column="4"> + <widget class="ColorWidget" name="plTextCurrentColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Highlighted background:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="ColorWidget" name="plHlColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + </widget> + </item> + <item row="2" column="3"> + <widget class="QLabel" name="label_12"> + <property name="text"> + <string>Hightlighted text:</string> + </property> + </widget> + </item> + <item row="2" column="4"> + <widget class="ColorWidget" name="plTextHlCurrentColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_14"> + <property name="text"> + <string>Group background:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="ColorWidget" name="plGrBgColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="3" column="3"> + <widget class="QLabel" name="label_15"> + <property name="text"> + <string>Group text:</string> + </property> + </widget> + </item> + <item row="3" column="4"> + <widget class="ColorWidget" name="plGrTextColor"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Box</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + <item row="0" column="5" rowspan="4"> + <spacer name="horizontalSpacer_6"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>66</width> + <height>68</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="2" rowspan="4"> + <spacer name="horizontalSpacer_5"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>43</height> + </size> + </property> + </spacer> + </item> + </layout> + </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>129</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_3"> + <attribute name="title"> + <string>Fonts</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_6"> + <item> + <widget class="QCheckBox" name="systemFontsCheckBox"> + <property name="text"> + <string>Use system fonts</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <widget class="QWidget" name="widget" native="true"> + <property name="enabled"> + <bool>false</bool> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="1" column="1"> + <widget class="QLabel" name="columnFontLabel"> + <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="plFontButton"> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + <item row="0" 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="text"> + <string>Playlist:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QToolButton" name="columnFontButton"> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_17"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Tab names:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="QLabel" name="tabsFontLabel"> + <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="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="2" column="2"> + <widget class="QToolButton" name="tabsFontButton"> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="3"> + <layout class="QHBoxLayout" name="horizontalLayout_4"> + <item> + <spacer name="horizontalSpacer_7"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>108</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="resetFontsButton"> + <property name="text"> + <string>Reset fonts</string> + </property> + </widget> + </item> + </layout> + </item> + <item row="1" 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>Column headers:</string> + </property> + <property name="alignment"> + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer_3"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>308</width> + <height>382</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + <widget class="QWidget" name="tab_2"> + <attribute name="title"> + <string>Miscellaneous</string> + </attribute> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QGroupBox" name="groupBox_5"> + <property name="title"> + <string>Tabs</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="tabsClosableCheckBox"> + <property name="text"> + <string>Show close buttons</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="showTabListMenuCheckBox"> + <property name="text"> + <string>Show tab list menu</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="showNewPLCheckBox"> + <property name="text"> + <string>Show 'New Playlist' button</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>267</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </widget> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>ColorWidget</class> + <extends>QFrame</extends> + <header>colorwidget.h</header> + <container>1</container> + </customwidget> + </customwidgets> + <resources/> + <connections> + <connection> + <sender>numbersCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>alignCheckBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>154</x> + <y>220</y> + </hint> + <hint type="destinationlabel"> + <x>184</x> + <y>276</y> + </hint> + </hints> + </connection> + <connection> + <sender>popupCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>popupTemplateButton</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>152</x> + <y>332</y> + </hint> + <hint type="destinationlabel"> + <x>144</x> + <y>368</y> + </hint> + </hints> + </connection> + <connection> + <sender>systemFontsCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>widget</receiver> + <slot>setDisabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>88</x> + <y>49</y> + </hint> + <hint type="destinationlabel"> + <x>101</x> + <y>77</y> + </hint> + </hints> + </connection> + <connection> + <sender>plSystemColorsCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>widget_2</receiver> + <slot>setDisabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>107</x> + <y>196</y> + </hint> + <hint type="destinationlabel"> + <x>189</x> + <y>237</y> + </hint> + </hints> + </connection> + </connections> +</ui> diff --git a/src/plugins/Ui/qsui/forms/shortcutdialog.ui b/src/plugins/Ui/qsui/forms/shortcutdialog.ui new file mode 100644 index 000000000..77ffded82 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/shortcutdialog.ui @@ -0,0 +1,132 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ShortcutDialog</class> + <widget class="QDialog" name="ShortcutDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>310</width> + <height>99</height> + </rect> + </property> + <property name="windowTitle"> + <string>Change Shortcut</string> + </property> + <layout class="QGridLayout" name="gridLayout_67"> + <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="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="readOnly"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QPushButton" name="clearButton"> + <property name="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="contextMenuPolicy"> + <enum>Qt::NoContextMenu</enum> + </property> + <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="focusPolicy"> + <enum>Qt::NoFocus</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>ShortcutDialog</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>ShortcutDialog</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> diff --git a/src/plugins/Ui/qsui/forms/toolbareditor.ui b/src/plugins/Ui/qsui/forms/toolbareditor.ui new file mode 100644 index 000000000..b13af57d7 --- /dev/null +++ b/src/plugins/Ui/qsui/forms/toolbareditor.ui @@ -0,0 +1,228 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ToolBarEditor</class> + <widget class="QDialog" name="ToolBarEditor"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>524</width> + <height>419</height> + </rect> + </property> + <property name="windowTitle"> + <string>ToolBar Editor</string> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <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" rowspan="3"> + <widget class="QListWidget" name="actionsListWidget"> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="showDropIndicator" stdset="0"> + <bool>false</bool> + </property> + <property name="dragEnabled"> + <bool>true</bool> + </property> + <property name="dragDropMode"> + <enum>QAbstractItemView::DragDrop</enum> + </property> + <property name="defaultDropAction"> + <enum>Qt::MoveAction</enum> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <property name="movement"> + <enum>QListView::Free</enum> + </property> + </widget> + </item> + <item row="0" column="1"> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>137</height> + </size> + </property> + </spacer> + </item> + <item row="0" column="2" rowspan="3"> + <widget class="QListWidget" name="activeActionsListWidget"> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragEnabled"> + <bool>true</bool> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="dragDropMode"> + <enum>QAbstractItemView::DragDrop</enum> + </property> + <property name="defaultDropAction"> + <enum>Qt::MoveAction</enum> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <property name="movement"> + <enum>QListView::Free</enum> + </property> + </widget> + </item> + <item row="1" column="1"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" colspan="2"> + <widget class="QToolButton" name="upToolButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string notr="true">...</string> + </property> + <property name="autoRaise"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QToolButton" name="removeToolButton"> + <property name="text"> + <string notr="true">...</string> + </property> + <property name="autoRaise"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QToolButton" name="addToolButton"> + <property name="text"> + <string notr="true">...</string> + </property> + <property name="autoRaise"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" column="0" colspan="2"> + <widget class="QToolButton" name="downToolButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string notr="true">...</string> + </property> + <property name="autoRaise"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> + <item row="2" column="1"> + <spacer name="verticalSpacer_2"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>137</height> + </size> + </property> + </spacer> + </item> + <item row="3" column="0" colspan="3"> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QPushButton" name="resetPushButton"> + <property name="text"> + <string>Reset</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <resources/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>ToolBarEditor</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>ToolBarEditor</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> |
