tageditor/gui/mainwindow.ui

322 lines
8.7 KiB
Plaintext
Raw 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">
<layout class="QVBoxLayout" name="verticalLayout_3">
<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>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="leftWidget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="spacing">
<number>2</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</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/directory</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="TagEditorWidget" name="tagEditorWidget"/>
2015-04-22 19:33:53 +02:00
</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>1225</width>
2015-12-27 19:49:17 +01:00
<height>26</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"/>
<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>
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
<addaction name="separator"/>
</widget>
<addaction name="menuApplication"/>
<addaction name="menuFile"/>
<addaction name="menuDirectory"/>
<addaction name="menu"/>
</widget>
<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>
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>
<container>0</container>
2015-04-22 19:33:53 +02:00
</customwidget>
</customwidgets>
<tabstops>
<tabstop>filesTreeView</tabstop>
</tabstops>
<resources>
<include location="../resources/icons.qrc"/>
</resources>
<connections/>
</ui>