mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
and find dialog
This commit is contained in:
parent
b770768a77
commit
8ae7a8213d
1 changed files with 1 additions and 0 deletions
|
@ -916,6 +916,7 @@ where id in %s""" % ids2str(sf))
|
|||
d = QDialog(self)
|
||||
frm = aqt.forms.findreplace.Ui_Dialog()
|
||||
frm.setupUi(d)
|
||||
d.setWindowModality(Qt.WindowModal)
|
||||
frm.field.addItems(QStringList([_("All Fields")] + fields))
|
||||
self.connect(frm.buttonBox, SIGNAL("helpRequested()"),
|
||||
self.onFindReplaceHelp)
|
||||
|
|
Loading…
Reference in a new issue