mirror of
https://github.com/ankitects/anki.git
synced 2025-12-31 15:52:58 -05:00
suspend facts>suspend cards
This commit is contained in:
parent
7b7473f558
commit
bbc65d1fb1
1 changed files with 215 additions and 214 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow">
|
||||
|
|
@ -72,7 +73,7 @@
|
|||
</property>
|
||||
<widget class="QTableView" name="tableView">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
|
||||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>4</verstretch>
|
||||
</sizepolicy>
|
||||
|
|
@ -104,7 +105,7 @@
|
|||
</widget>
|
||||
<widget class="QFrame" name="frame">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>2</verstretch>
|
||||
</sizepolicy>
|
||||
|
|
@ -121,9 +122,9 @@
|
|||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<widget class="QWidget" native="1" name="fieldsArea" >
|
||||
<widget class="QWidget" name="fieldsArea" native="true">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||||
<horstretch>7</horstretch>
|
||||
<verstretch>2</verstretch>
|
||||
</sizepolicy>
|
||||
|
|
@ -166,7 +167,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>599</width>
|
||||
<height>25</height>
|
||||
<height>23</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuEdit">
|
||||
|
|
@ -437,7 +438,7 @@
|
|||
<normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Suspend Facts</string>
|
||||
<string>&Suspend Cards</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUnsuspend">
|
||||
|
|
@ -446,7 +447,7 @@
|
|||
<normaloff>:/icons/media-playback-start2.png</normaloff>:/icons/media-playback-start2.png</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Unsuspend Facts</string>
|
||||
<string>&Unsuspend Cards</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTags">
|
||||
|
|
|
|||
Loading…
Reference in a new issue