ukatali/resources/mainwindow.ui

382 lines
9.7 KiB
XML

<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Ukatali</string>
</property>
<widget class="QWidget" name="editorWidget">
<layout class="QVBoxLayout" name="editorLayout">
<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="QsciScintilla" name="fileEditor">
<property name="toolTip">
<string/>
</property>
<property name="whatsThis">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>28</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="newAction"/>
<addaction name="openAction"/>
<addaction name="saveAction"/>
<addaction name="saveAsAction"/>
<addaction name="separator"/>
<addaction name="exportAction"/>
<addaction name="printAction"/>
<addaction name="separator"/>
<addaction name="exitAction"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&amp;Edit</string>
</property>
<addaction name="undoAction"/>
<addaction name="redoAction"/>
<addaction name="separator"/>
<addaction name="cutAction"/>
<addaction name="copyAction"/>
<addaction name="pasteAction"/>
</widget>
<widget class="QMenu" name="menu_Settings">
<property name="title">
<string>&amp;Settings</string>
</property>
<addaction name="configureAction"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="aboutAction"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menu_Settings"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QDockWidget" name="previewDock">
<property name="windowTitle">
<string>Preview</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="previewDockContents">
<layout class="QVBoxLayout" name="previewLayout">
<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="QWebEngineView" name="previewView">
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="newAction"/>
<addaction name="openAction"/>
<addaction name="saveAction"/>
<addaction name="separator"/>
<addaction name="exportAction"/>
<addaction name="printAction"/>
<addaction name="separator"/>
<addaction name="undoAction"/>
<addaction name="redoAction"/>
<addaction name="separator"/>
<addaction name="cutAction"/>
<addaction name="copyAction"/>
<addaction name="pasteAction"/>
<addaction name="separator"/>
<addaction name="configureAction"/>
</widget>
<action name="newAction">
<property name="icon">
<iconset theme="document-new"/>
</property>
<property name="text">
<string>&amp;New</string>
</property>
<property name="toolTip">
<string>Create a new ChordPro file</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="openAction">
<property name="icon">
<iconset theme="document-open"/>
</property>
<property name="text">
<string>&amp;Open...</string>
</property>
<property name="toolTip">
<string>Open an existing ChordPro file</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="saveAction">
<property name="icon">
<iconset theme="document-save"/>
</property>
<property name="text">
<string>&amp;Save</string>
</property>
<property name="toolTip">
<string>Save the current ChordPro file</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="saveAsAction">
<property name="icon">
<iconset theme="document-save-as"/>
</property>
<property name="text">
<string>Save &amp;As...</string>
</property>
<property name="toolTip">
<string>Save the current file under a new name</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+S</string>
</property>
</action>
<action name="printAction">
<property name="icon">
<iconset theme="document-print"/>
</property>
<property name="text">
<string>&amp;Print</string>
</property>
<property name="toolTip">
<string>Print the current ChordPro file</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="exportAction">
<property name="icon">
<iconset theme="document-export"/>
</property>
<property name="text">
<string>&amp;Export...</string>
</property>
<property name="toolTip">
<string>Export the current file as a different format</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
<action name="undoAction">
<property name="icon">
<iconset theme="edit-undo"/>
</property>
<property name="text">
<string>&amp;Undo</string>
</property>
<property name="toolTip">
<string>Undo the last edit</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
</action>
<action name="redoAction">
<property name="icon">
<iconset theme="edit-redo"/>
</property>
<property name="text">
<string>&amp;Redo</string>
</property>
<property name="toolTip">
<string>Redo the last undone action</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+Z</string>
</property>
</action>
<action name="cutAction">
<property name="icon">
<iconset theme="edit-cut"/>
</property>
<property name="text">
<string>Cu&amp;t</string>
</property>
<property name="toolTip">
<string>Cut the currently selected text</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="copyAction">
<property name="icon">
<iconset theme="edit-copy"/>
</property>
<property name="text">
<string>&amp;Copy</string>
</property>
<property name="toolTip">
<string>Copy the currently selected text to the clipboard</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="pasteAction">
<property name="icon">
<iconset theme="edit-paste"/>
</property>
<property name="text">
<string>&amp;Paste</string>
</property>
<property name="toolTip">
<string>Paste the current clipboard text into the editor</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="configureAction">
<property name="icon">
<iconset theme="configure"/>
</property>
<property name="text">
<string>&amp;Configure...</string>
</property>
<property name="toolTip">
<string>Configure Ukatali</string>
</property>
</action>
<action name="aboutAction">
<property name="icon">
<iconset theme="help-about"/>
</property>
<property name="text">
<string>&amp;About</string>
</property>
<property name="toolTip">
<string>About Ukatali</string>
</property>
</action>
<action name="exitAction">
<property name="icon">
<iconset theme="application-exit"/>
</property>
<property name="text">
<string>E&amp;xit</string>
</property>
<property name="toolTip">
<string>Quit Ukatali</string>
</property>
<property name="shortcut">
<string>Alt+F4</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QsciScintilla</class>
<extends>QFrame</extends>
<header>Qsci/qsciscintilla.h</header>
</customwidget>
<customwidget>
<class>QWebEngineView</class>
<extends>QWidget</extends>
<header location="global">QtWebEngineWidgets/QWebEngineView</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>exitAction</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>