mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
385 lines
11 KiB
XML
385 lines
11 KiB
XML
<ui version="4.0" >
|
|
<class>EditDeck</class>
|
|
<widget class="QDialog" name="EditDeck" >
|
|
<property name="windowModality" >
|
|
<enum>Qt::NonModal</enum>
|
|
</property>
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>710</width>
|
|
<height>655</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Anki - Edit Deck</string>
|
|
</property>
|
|
<property name="windowIcon" >
|
|
<iconset resource="../icons.qrc" >:/icons/view_text.png</iconset>
|
|
</property>
|
|
<layout class="QVBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>6</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="QGroupBox" name="searchGroup" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>400</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="title" >
|
|
<string>&Search</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLineEdit" name="filterEdit" >
|
|
<property name="text" >
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="tagList" >
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>150</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="sortGroup" >
|
|
<property name="title" >
|
|
<string>S&ort</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QComboBox" name="sortBox" />
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="groupBox" >
|
|
<property name="title" >
|
|
<string>Actions on selected..</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" >
|
|
<property name="spacing" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="leftMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="topMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="rightMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<property name="bottomMargin" >
|
|
<number>3</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="factsButton" >
|
|
<property name="text" >
|
|
<string>Facts..</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Fact.png</iconset>
|
|
</property>
|
|
<property name="autoDefault" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="cardsButton" >
|
|
<property name="text" >
|
|
<string>Cards..</string>
|
|
</property>
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Card.png</iconset>
|
|
</property>
|
|
<property name="autoDefault" >
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QSplitter" name="splitter" >
|
|
<property name="orientation" >
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<widget class="QTableView" name="tableView" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>4</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="contextMenuPolicy" >
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
</property>
|
|
<property name="frameShape" >
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="frameShadow" >
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="horizontalScrollBarPolicy" >
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
</property>
|
|
<property name="editTriggers" >
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
</property>
|
|
<property name="tabKeyNavigation" >
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alternatingRowColors" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionBehavior" >
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QFrame" name="frame" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>2</verstretch>
|
|
</sizepolicy>
|
|
</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="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>
|
|
<layout class="QGridLayout" >
|
|
<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>
|
|
<property name="horizontalSpacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<property name="verticalSpacing" >
|
|
<number>6</number>
|
|
</property>
|
|
<item row="0" column="1" >
|
|
<widget class="QGroupBox" name="cardInfoGroup" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
<horstretch>2</horstretch>
|
|
<verstretch>2</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="minimumSize" >
|
|
<size>
|
|
<width>0</width>
|
|
<height>300</height>
|
|
</size>
|
|
</property>
|
|
<property name="title" >
|
|
<string>Current Card</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" >
|
|
<widget class="QGroupBox" name="fieldsArea" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
<horstretch>7</horstretch>
|
|
<verstretch>2</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="title" >
|
|
<string>Current &Fact</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
<action name="action_Delete_card" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/editdelete.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Toggle Delete</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_fact_tag" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Add_Tag.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Add Tag..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_card_tag" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Add_Tag.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Add Tag..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDelete_fact_tag" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Del_Tag.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Delete Tag..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDelete_card_tag" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Del_Tag.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Delete Tag..</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd_Missing_Cards" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/Anki_Card.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Add Missing Active Cards</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDelete_Fact" >
|
|
<property name="icon" >
|
|
<iconset resource="../icons.qrc" >:/icons/editdelete.png</iconset>
|
|
</property>
|
|
<property name="text" >
|
|
<string>Toggle Delete</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionResetCardProgress" >
|
|
<property name="text" >
|
|
<string>Reset Progress</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionResetFactProgress" >
|
|
<property name="text" >
|
|
<string>Reset Progress</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>fieldsArea</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="../icons.qrc" />
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|