mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
Merge /home/resolve/tmpankiqt
This commit is contained in:
commit
29278af8d9
2 changed files with 31 additions and 3 deletions
|
|
@ -132,7 +132,7 @@ class ImportDialog(QDialog):
|
||||||
self.parent.deck.finishProgress()
|
self.parent.deck.finishProgress()
|
||||||
self.parent.deck.setUndoEnd(n)
|
self.parent.deck.setUndoEnd(n)
|
||||||
txt = (
|
txt = (
|
||||||
_("Importing complete. %(num)d cards imported from %(file)s.\n") %
|
_("Importing complete. %(num)d facts imported from %(file)s.\n") %
|
||||||
{"num": self.importer.total, "file": os.path.basename(self.file)})
|
{"num": self.importer.total, "file": os.path.basename(self.file)})
|
||||||
txt += _("Click the close button or import another file.\n\n")
|
txt += _("Click the close button or import another file.\n\n")
|
||||||
if self.importer.log:
|
if self.importer.log:
|
||||||
|
|
|
||||||
|
|
@ -300,8 +300,8 @@
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>960</width>
|
<width>348</width>
|
||||||
<height>480</height>
|
<height>317</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
|
|
@ -556,6 +556,9 @@
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Close</string>
|
<string>Close</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="autoDefault" >
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
@ -613,6 +616,31 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
|
<tabstop>tabWidget</tabstop>
|
||||||
|
<tabstop>cardList</tabstop>
|
||||||
|
<tabstop>questionFont</tabstop>
|
||||||
|
<tabstop>questionSize</tabstop>
|
||||||
|
<tabstop>questionColour</tabstop>
|
||||||
|
<tabstop>questionAlign</tabstop>
|
||||||
|
<tabstop>answerFont</tabstop>
|
||||||
|
<tabstop>answerSize</tabstop>
|
||||||
|
<tabstop>answerColour</tabstop>
|
||||||
|
<tabstop>answerAlign</tabstop>
|
||||||
|
<tabstop>backgroundColour</tabstop>
|
||||||
|
<tabstop>fieldList</tabstop>
|
||||||
|
<tabstop>useFamily</tabstop>
|
||||||
|
<tabstop>fontFamily</tabstop>
|
||||||
|
<tabstop>useSize</tabstop>
|
||||||
|
<tabstop>fontSize</tabstop>
|
||||||
|
<tabstop>useColour</tabstop>
|
||||||
|
<tabstop>fontColour</tabstop>
|
||||||
|
<tabstop>useFamilyEdit</tabstop>
|
||||||
|
<tabstop>fontFamilyEdit</tabstop>
|
||||||
|
<tabstop>useSizeEdit</tabstop>
|
||||||
|
<tabstop>fontSizeEdit</tabstop>
|
||||||
|
<tabstop>helpButton</tabstop>
|
||||||
|
<tabstop>preview</tabstop>
|
||||||
|
<tabstop>closeButton</tabstop>
|
||||||
<tabstop>question</tabstop>
|
<tabstop>question</tabstop>
|
||||||
<tabstop>answer</tabstop>
|
<tabstop>answer</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue