mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
922 lines
28 KiB
XML
922 lines
28 KiB
XML
<ui version="4.0" >
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>555</width>
|
|
<height>292</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</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="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>57</y>
|
|
<width>555</width>
|
|
<height>212</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
|
|
<horstretch>1</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="autoFillBackground" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QFrame" name="mainTextFrame" >
|
|
<property name="palette" >
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</active>
|
|
<inactive>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</inactive>
|
|
<disabled>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</disabled>
|
|
</palette>
|
|
</property>
|
|
<property name="autoFillBackground" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>5</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTextBrowser" name="mainText" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="MinimumExpanding" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>0</width>
|
|
<height>100</height>
|
|
</size>
|
|
</property>
|
|
<property name="focusPolicy" >
|
|
<enum>Qt::ClickFocus</enum>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="tabChangesFocus" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="readOnly" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="textInteractionFlags" >
|
|
<set>Qt::TextBrowserInteraction</set>
|
|
</property>
|
|
<property name="openExternalLinks" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" native="1" name="buttonWidget" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="helpFrame" >
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="Line" name="line" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QFrame" name="innerHelpFrame" >
|
|
<property name="palette" >
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>250</green>
|
|
<blue>230</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</active>
|
|
<inactive>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>255</green>
|
|
<blue>255</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>250</green>
|
|
<blue>230</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</inactive>
|
|
<disabled>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>250</green>
|
|
<blue>230</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
<colorrole role="Window" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>207</red>
|
|
<green>207</green>
|
|
<blue>207</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</disabled>
|
|
</palette>
|
|
</property>
|
|
<property name="autoFillBackground" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<property name="margin" >
|
|
<number>9</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QTextBrowser" name="help" >
|
|
<property name="enabled" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>200</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="maximumSize" >
|
|
<size>
|
|
<width>300</width>
|
|
<height>16777215</height>
|
|
</size>
|
|
</property>
|
|
<property name="palette" >
|
|
<palette>
|
|
<active>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>250</green>
|
|
<blue>230</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</active>
|
|
<inactive>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>255</red>
|
|
<green>250</green>
|
|
<blue>230</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</inactive>
|
|
<disabled>
|
|
<colorrole role="Base" >
|
|
<brush brushstyle="SolidPattern" >
|
|
<color alpha="255" >
|
|
<red>207</red>
|
|
<green>207</green>
|
|
<blue>207</blue>
|
|
</color>
|
|
</brush>
|
|
</colorrole>
|
|
</disabled>
|
|
</palette>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Sunken</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy" >
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>555</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuHelp" >
|
|
<property name="title" >
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="actionStarthere" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionReportbug" />
|
|
<addaction name="actionForum" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionAbout" />
|
|
<addaction name="separator" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit" >
|
|
<property name="title" >
|
|
<string>&Edit</string>
|
|
</property>
|
|
<addaction name="actionUndoAnswer" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionAddcards" />
|
|
<addaction name="actionEditdeck" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionDisplayProperties" />
|
|
<addaction name="actionModelProperties" />
|
|
<addaction name="actionDeckProperties" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionPreferences" />
|
|
<addaction name="separator" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuDeck" >
|
|
<property name="title" >
|
|
<string>&Deck</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuOpenRecent" >
|
|
<property name="title" >
|
|
<string>Open &Recent</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-open-recent.png</normaloff>:/icons/document-open-recent.png</iconset>
|
|
</property>
|
|
</widget>
|
|
<addaction name="actionNew" />
|
|
<addaction name="actionOpen" />
|
|
<addaction name="menuOpenRecent" />
|
|
<addaction name="actionImport" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionSave" />
|
|
<addaction name="actionSaveAs" />
|
|
<addaction name="actionSyncdeck" />
|
|
<addaction name="actionExport" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionClose" />
|
|
<addaction name="separator" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionExit" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools" >
|
|
<property name="title" >
|
|
<string>&Tools</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Lookup" >
|
|
<property name="title" >
|
|
<string>&Lookup</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
|
|
</property>
|
|
<addaction name="actionLookup_expr" />
|
|
<addaction name="actionLookup_mean" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionLookup_as" />
|
|
<addaction name="actionLookup_es" />
|
|
<addaction name="actionLookup_esk" />
|
|
</widget>
|
|
<addaction name="actionMarkCard" />
|
|
<addaction name="actionSuspendCard" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionRepeatAudio" />
|
|
<addaction name="actionRepeatQuestionAudio" />
|
|
<addaction name="actionRepeatAnswerAudio" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionGraphs" />
|
|
<addaction name="actionDstats" />
|
|
<addaction name="actionKstats" />
|
|
<addaction name="actionCstats" />
|
|
<addaction name="separator" />
|
|
<addaction name="menu_Lookup" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuAdvanced" >
|
|
<property name="title" >
|
|
<string>&Advanced</string>
|
|
</property>
|
|
<addaction name="actionMergeModels" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionCheckMediaDatabase" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionCheckDatabaseIntegrity" />
|
|
<addaction name="actionOptimizeDatabase" />
|
|
</widget>
|
|
<addaction name="menuDeck" />
|
|
<addaction name="menuEdit" />
|
|
<addaction name="menuTools" />
|
|
<addaction name="menuAdvanced" />
|
|
<addaction name="menuHelp" />
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>269</y>
|
|
<width>555</width>
|
|
<height>23</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolBar" name="toolBar" >
|
|
<property name="enabled" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>23</y>
|
|
<width>555</width>
|
|
<height>34</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation" >
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<attribute name="toolBarArea" >
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak" >
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionNew" />
|
|
<addaction name="actionOpen" />
|
|
<addaction name="actionSave" />
|
|
<addaction name="actionSyncdeck" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionAddcards" />
|
|
<addaction name="actionEditdeck" />
|
|
<addaction name="actionDisplayProperties" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionGraphs" />
|
|
<addaction name="actionDstats" />
|
|
<addaction name="actionCstats" />
|
|
<addaction name="separator" />
|
|
<addaction name="actionRepeatAudio" />
|
|
<addaction name="actionMarkCard" />
|
|
</widget>
|
|
<action name="actionExit" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/application-exit.png</normaloff>:/icons/application-exit.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>E&xit</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNew" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-new.png</normaloff>:/icons/document-new.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&New..</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Open..</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/fileclose.png</normaloff>:/icons/fileclose.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Close</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+W</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Save</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSyncdeck" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/multisynk.png</normaloff>:/icons/multisynk.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Save and S&ync</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+Y</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAddcards" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/list-add.png</normaloff>:/icons/list-add.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Add Facts..</string>
|
|
</property>
|
|
<property name="toolTip" >
|
|
<string>Add Cards</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+A</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditdeck" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/view_text.png</normaloff>:/icons/view_text.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Edit Facts..</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+E</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPreferences" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/configure.png</normaloff>:/icons/configure.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Preferences..</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>Application-wide preferences.</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+P</string>
|
|
</property>
|
|
<property name="menuRole" >
|
|
<enum>QAction::PreferencesRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookup_expr" >
|
|
<property name="text" >
|
|
<string>...&expression on ALC</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+1</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookup_mean" >
|
|
<property name="text" >
|
|
<string>...&meaning on ALC</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+2</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookup_as" >
|
|
<property name="text" >
|
|
<string>...&selection on ALC</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+3</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookup_es" >
|
|
<property name="text" >
|
|
<string>...&word selection on Edict</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+4</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookup_esk" >
|
|
<property name="text" >
|
|
<string>...&kanji selection on Edict</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+5</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionKstats" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/kanji.png</normaloff>:/icons/kanji.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Kanji Statistics</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDstats" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/spreadsheet.png</normaloff>:/icons/spreadsheet.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Deck Statistics</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStarthere" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/go-home.png</normaloff>:/icons/go-home.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Start Here..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReportbug" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/kbugbuster.png</normaloff>:/icons/kbugbuster.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Report Bug..</string>
|
|
</property>
|
|
<property name="whatsThis" >
|
|
<string>Open the bug tracker.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAbout" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/anki.png</normaloff>:/icons/anki.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&About..</string>
|
|
</property>
|
|
<property name="menuRole" >
|
|
<enum>QAction::AboutRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="actionCstats" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/package_games_card.png</normaloff>:/icons/package_games_card.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Card Statistics</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeckProperties" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/contents.png</normaloff>:/icons/contents.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Deck Properties..</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>Customize syncing, scheduling, priorities and models.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-import.png</normaloff>:/icons/document-import.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Import..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGraphs" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/colorscm.png</normaloff>:/icons/colorscm.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Graphs..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-export.png</normaloff>:/icons/document-export.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Expor&t...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDisplayProperties" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/preferences-desktop-font.png</normaloff>:/icons/preferences-desktop-font.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Disp&lay Properties..</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>Customize fonts, colours and alignment.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpenSamples" >
|
|
<property name="text" >
|
|
<string>Open Sa&mple...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMarkCard" >
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/rating.png</normaloff>:/icons/rating.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Mark Card</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSuspendCard" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Suspend fact</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>Stop reviewing this card until it's unsuspended in the editor.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionModelProperties" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/kpersonalizer.png</normaloff>:/icons/kpersonalizer.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Model Properties..</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>Customize card layout, fields, etc.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRepeatQuestionAudio" >
|
|
<property name="text" >
|
|
<string>Repeat &Question Audio</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRepeatAnswerAudio" >
|
|
<property name="text" >
|
|
<string>Repeat &Answer Audio</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRepeatAudio" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/media-playback-start.png</normaloff>:/icons/media-playback-start.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Repeat las&t audio</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUndoAnswer" >
|
|
<property name="enabled" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/edit-undo.png</normaloff>:/icons/edit-undo.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Undo last answer</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionForum" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/view-pim-news.png</normaloff>:/icons/view-pim-news.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>&Forum..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveAs" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/document-save-as.png</normaloff>:/icons/document-save-as.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Save &As..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCheckDatabaseIntegrity" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/sqlitebrowser.png</normaloff>:/icons/sqlitebrowser.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Check Database Integrity</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptimizeDatabase" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/games-solve.png</normaloff>:/icons/games-solve.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Optimize Database</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMergeModels" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/khtml_kget.png</normaloff>:/icons/khtml_kget.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Merge Models..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCheckMediaDatabase" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >
|
|
<normaloff>:/icons/text-speak.png</normaloff>:/icons/text-speak.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Check Media Database..</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="../icons.qrc" />
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|