Anki/designer/main.ui

229 lines
6.3 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>412</width>
<height>301</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>400</width>
<height>0</height>
</size>
</property>
<property name="windowTitle">
<string>Anki</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>1</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>412</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="actionDocumentation"/>
<addaction name="separator"/>
<addaction name="actionDonate"/>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>&amp;Edit</string>
</property>
<addaction name="actionUndo"/>
</widget>
<widget class="QMenu" name="menuCol">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionSwitchProfile"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>&amp;Tools</string>
</property>
<widget class="QMenu" name="menuPlugins">
<property name="title">
<string>&amp;Add-ons</string>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/preferences-plugin.png</normaloff>:/icons/preferences-plugin.png</iconset>
</property>
<widget class="QMenu" name="menuStartup">
<property name="title">
<string>Startup</string>
</property>
<addaction name="actionEnableAllPlugins"/>
<addaction name="actionDisableAllPlugins"/>
<addaction name="separator"/>
</widget>
<addaction name="actionDownloadSharedPlugin"/>
<addaction name="actionOpenPluginFolder"/>
<addaction name="separator"/>
<addaction name="menuStartup"/>
<addaction name="separator"/>
</widget>
<addaction name="actionCstats"/>
<addaction name="separator"/>
<addaction name="actionFullDatabaseCheck"/>
<addaction name="actionCheckMediaDatabase"/>
<addaction name="separator"/>
<addaction name="menuPlugins"/>
<addaction name="separator"/>
<addaction name="actionPreferences"/>
</widget>
<addaction name="menuCol"/>
<addaction name="menuEdit"/>
<addaction name="menuTools"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionExit">
<property name="text">
<string>E&amp;xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionPreferences">
<property name="text">
<string>&amp;Preferences...</string>
</property>
<property name="statusTip">
<string>Configure interface language and options</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
<property name="menuRole">
<enum>QAction::PreferencesRole</enum>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>&amp;About...</string>
</property>
<property name="menuRole">
<enum>QAction::AboutRole</enum>
</property>
</action>
<action name="actionCstats">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&amp;Card Info</string>
</property>
<property name="statusTip">
<string>Show statistics about the current card and last card</string>
</property>
<property name="shortcut">
<string>Shift+C</string>
</property>
</action>
<action name="actionUndo">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Undo</string>
</property>
<property name="shortcut">
<string>Ctrl+Z</string>
</property>
</action>
<action name="actionCheckMediaDatabase">
<property name="text">
<string>&amp;Unused Media...</string>
</property>
<property name="statusTip">
<string>Check the files in the media directory</string>
</property>
</action>
<action name="actionOpenPluginFolder">
<property name="text">
<string>&amp;Open Add-ons Folder...</string>
</property>
</action>
<action name="actionEnableAllPlugins">
<property name="text">
<string>&amp;Enable All</string>
</property>
</action>
<action name="actionDisableAllPlugins">
<property name="text">
<string>&amp;Disable All</string>
</property>
</action>
<action name="actionDonate">
<property name="text">
<string>&amp;Support Anki...</string>
</property>
</action>
<action name="actionDownloadSharedPlugin">
<property name="text">
<string>Get Add-ons...</string>
</property>
<property name="statusTip">
<string>Download a plugin to add new features or change Anki's behaviour</string>
</property>
</action>
<action name="actionFullDatabaseCheck">
<property name="text">
<string>&amp;Check DB...</string>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
<string>&amp;Guide...</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
<action name="actionSwitchProfile">
<property name="text">
<string>&amp;Switch Profile...</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>