tageditor/gui/mainwindow.ui

393 lines
11 KiB
Plaintext
Raw Permalink Normal View History

2015-04-22 19:33:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QtGui::MainWindow</class>
<widget class="QMainWindow" name="QtGui::MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1225</width>
<height>838</height>
</rect>
</property>
<property name="windowTitle">
<string>Tag editor</string>
</property>
<property name="windowIcon">
<iconset resource="../resources/icons.qrc">
<normaloff>:/tageditor/icons/hicolor/16x16/apps/tageditor.png</normaloff>:/tageditor/icons/hicolor/16x16/apps/tageditor.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
2016-03-03 22:21:15 +01:00
<layout class="QVBoxLayout" name="verticalLayout_2">
2015-04-22 19:33:53 +02:00
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
2016-03-03 22:21:15 +01:00
<widget class="TagEditorWidget" name="tagEditorWidget" native="true"/>
2015-04-22 19:33:53 +02:00
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1225</width>
2020-11-25 18:14:40 +01:00
<height>30</height>
2015-04-22 19:33:53 +02:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>Fi&amp;le</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionSave_file_information"/>
<addaction name="separator"/>
<addaction name="actionReload"/>
2015-10-14 20:15:10 +02:00
<addaction name="actionExternalPlayer"/>
2015-04-22 19:33:53 +02:00
<addaction name="actionSave"/>
2016-05-01 20:07:04 +02:00
<addaction name="actionSave_as"/>
2015-04-22 19:33:53 +02:00
<addaction name="actionDelete_all_tags"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
</widget>
<widget class="QMenu" name="menuDirectory">
<property name="title">
<string>Di&amp;rectory</string>
</property>
<addaction name="actionSelect_next_file"/>
<addaction name="actionSelect_next_file_and_save_current"/>
<addaction name="actionRename_files"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>?</string>
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuApplication">
<property name="title">
<string>A&amp;pplication</string>
</property>
2020-11-25 18:14:40 +01:00
<addaction name="actionNew_window"/>
2015-04-22 19:33:53 +02:00
<addaction name="actionSettings"/>
2016-03-03 22:21:15 +01:00
<addaction name="actionOpen_MusicBrainz_search"/>
2016-09-25 23:59:04 +02:00
<addaction name="lockLayout"/>
2015-04-22 19:33:53 +02:00
<addaction name="separator"/>
<addaction name="actionQuit"/>
<addaction name="separator"/>
</widget>
<addaction name="menuApplication"/>
<addaction name="menuFile"/>
<addaction name="menuDirectory"/>
<addaction name="menu"/>
</widget>
2016-03-03 22:21:15 +01:00
<widget class="QDockWidget" name="fileSelectionDockWidget">
<property name="floating">
<bool>false</bool>
</property>
<property name="features">
<set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
</property>
<property name="windowTitle">
<string>File sele&amp;ction</string>
2016-03-03 22:21:15 +01:00
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="fileSelectionDockWidgetContents">
2016-03-03 22:21:15 +01:00
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>
</property>
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
<item>
<widget class="PathLineEdit" name="pathLineEdit"/>
</item>
<item>
<widget class="QTreeView" name="filesTreeView">
<property name="sortingEnabled">
<bool>true</bool>
</property>
<attribute name="headerShowSortIndicator" stdset="0">
<bool>true</bool>
</attribute>
</widget>
</item>
<item>
<widget class="QCommandLinkButton" name="selectNextCommandLinkButton">
<property name="text">
<string>Select next file</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="dbQueryDockWidget">
<property name="floating">
<bool>false</bool>
</property>
<property name="windowTitle">
<string>&amp;Metadata search</string>
2016-03-03 22:21:15 +01:00
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dbQueryDockWidgetContents"/>
2016-03-03 22:21:15 +01:00
</widget>
2015-04-22 19:33:53 +02:00
<action name="actionSave">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-save">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>Save &amp;entered tags</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionDelete_all_tags">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="edit-delete">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Delete all tags</string>
</property>
2015-10-14 20:15:10 +02:00
<property name="shortcut">
<string>Ctrl+D</string>
</property>
2015-04-22 19:33:53 +02:00
</action>
<action name="actionClose">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="document-revert">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Close</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionSelect_next_file">
<property name="icon">
<iconset theme="go-next">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Select next file</string>
</property>
<property name="shortcut">
<string>F6</string>
</property>
</action>
<action name="actionRename_files">
2016-01-09 03:21:14 +01:00
<property name="icon">
2016-01-25 19:23:33 +01:00
<iconset theme="edit-rename">
<normaloff>.</normaloff>.</iconset>
2016-01-09 03:21:14 +01:00
</property>
2015-04-22 19:33:53 +02:00
<property name="text">
<string>&amp;Rename files using tags</string>
</property>
<property name="shortcut">
<string>F2</string>
</property>
</action>
<action name="actionOpen">
<property name="icon">
<iconset theme="document-open">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSave_file_information">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="edit-copy">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Save file information as HTML document</string>
</property>
2015-10-14 20:15:10 +02:00
<property name="shortcut">
<string>Ctrl+H</string>
</property>
2015-04-22 19:33:53 +02:00
</action>
<action name="actionSelect_next_file_and_save_current">
<property name="icon">
<iconset theme="go-next">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>Select &amp;next file and save current</string>
</property>
<property name="shortcut">
2015-10-14 20:15:10 +02:00
<string>F3</string>
2015-04-22 19:33:53 +02:00
</property>
</action>
<action name="actionAbout">
<property name="icon">
<iconset theme="help-about">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;About</string>
</property>
</action>
<action name="actionQuit">
<property name="icon">
<iconset theme="application-exit">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset theme="preferences-other">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-04-22 19:33:53 +02:00
</property>
<property name="text">
<string>&amp;Settings</string>
</property>
<property name="shortcut">
<string>F8</string>
</property>
</action>
<action name="actionReload">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2015-10-14 20:15:10 +02:00
<iconset theme="document-revert">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
2015-10-14 20:15:10 +02:00
<string>&amp;Reload (reverts all changes!)</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionExternalPlayer">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset theme="media-playback-start">
2015-12-27 19:49:17 +01:00
<normaloff>.</normaloff>.</iconset>
2015-10-14 20:15:10 +02:00
</property>
<property name="text">
<string>&amp;Play (external player)</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
2016-03-03 22:21:15 +01:00
<action name="actionOpen_MusicBrainz_search">
<property name="icon">
<iconset theme="edit-find">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>&amp;Toggle metadata search</string>
2016-03-03 22:21:15 +01:00
</property>
<property name="shortcut">
<string>F10</string>
</property>
</action>
2016-05-01 20:07:04 +02:00
<action name="actionSave_as">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
2016-09-25 23:59:04 +02:00
<iconset theme="document-save-as">
<normaloff>.</normaloff>.</iconset>
2016-05-01 20:07:04 +02:00
</property>
<property name="text">
2016-09-25 23:59:04 +02:00
<string>Save (entered tags) &amp;as ...</string>
2016-05-01 20:07:04 +02:00
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
2016-09-25 23:59:04 +02:00
<action name="lockLayout">
<property name="icon">
<iconset theme="lock">
<normaloff>.</normaloff>.</iconset>
2016-09-25 23:59:04 +02:00
</property>
<property name="text">
<string>&amp;Lock layout</string>
2016-09-25 23:59:04 +02:00
</property>
</action>
2020-11-25 18:14:40 +01:00
<action name="actionNew_window">
<property name="icon">
<iconset theme="window-new"/>
</property>
<property name="text">
<string>New window</string>
</property>
</action>
2015-04-22 19:33:53 +02:00
</widget>
<customwidgets>
<customwidget>
<class>PathLineEdit</class>
<extends>QLineEdit</extends>
<header>gui/pathlineedit.h</header>
</customwidget>
<customwidget>
<class>TagEditorWidget</class>
2015-04-22 19:33:53 +02:00
<extends>QWidget</extends>
<header>gui/tageditorwidget.h</header>
2015-04-22 19:33:53 +02:00
</customwidget>
</customwidgets>
<resources>
<include location="../resources/icons.qrc"/>
</resources>
<connections/>
</ui>