1
0

add file button to text edits

This commit is contained in:
ThomasV
2015-04-24 09:10:03 +02:00
parent 9fbbef4d17
commit 8689807400
4 changed files with 2 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class ScanQRTextEdit(ButtonsTextEdit):
assert win, "You must pass a window with access to the config to ScanQRTextEdit constructor."
if win:
assert hasattr(win,"config"), "You must pass a window with access to the config to ScanQRTextEdit constructor."
self.addButton(":icons/file.png", self.file_input, _("Read file"))
self.addButton(":icons/qrcode.png", self.qr_input, _("Read QR code"))
run_hook('scan_text_edit', self)