Merge pull request #182 from ankitest/patch-9

2make top webview accessable
This commit is contained in:
Damien Elmes 2017-04-22 10:19:34 +10:00 committed by GitHub
commit e7a00592c5

View File

@ -509,7 +509,7 @@ title="%s" %s>%s</button>''' % (
self.form = aqt.forms.main.Ui_MainWindow() self.form = aqt.forms.main.Ui_MainWindow()
self.form.setupUi(self) self.form.setupUi(self)
# toolbar # toolbar
tweb = aqt.webview.AnkiWebView() tweb = self.toolbarWeb = aqt.webview.AnkiWebView()
tweb.title = "top toolbar" tweb.title = "top toolbar"
tweb.setFocusPolicy(Qt.WheelFocus) tweb.setFocusPolicy(Qt.WheelFocus)
self.toolbar = aqt.toolbar.Toolbar(self, tweb) self.toolbar = aqt.toolbar.Toolbar(self, tweb)