2make top webview accessable

as well as main and bottom
This commit is contained in:
Dmitry Mikheev 2017-04-21 22:21:05 +05:00 committed by GitHub
parent 43a662a250
commit 69fd37a5c4

View File

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