ThomasV
30519e7024
fix typo
10 years ago
ThomasV
1cb6c08a13
use get_config instead of passing window to ScanQRTextEdit
10 years ago
ThomasV
8689807400
add file button to text edits
10 years ago
ThomasV
eff977081d
add file reader to QRTextEdit, to facilitate key imports
10 years ago
ThomasV
a3ed4ce2a7
new class to show buttons in LineEdit. fixes #1050
10 years ago
ThomasV
94c0d86821
generic add_button method for TextEdit, with tooltips
10 years ago
Roman Zeyde
04fc3d4135
Add audio modem integration for transaction sending & receiving
http://www.flaticon.com/free-icon/speaker-outline_54951
Speaker icon made by <a href="http://catalinfertu.com " title="Catalin
Fertu">Catalin Fertu</a> from <a href="http://www.flaticon.com "
title="Flaticon">www.flaticon.com</a> is licensed under <a
href="http://creativecommons.org/licenses/by/3.0/ " title="Creative
Commons BY 3.0">CC BY 3.0</a>
http://www.flaticon.com/free-icon/mic_10032
Microphone icon made by <a href="http://www.elegantthemes.com "
title="Elegant Themes">Elegant Themes</a> from <a
href="http://www.flaticon.com " title="Flaticon">www.flaticon.com</a> is
licensed under <a href="http://creativecommons.org/licenses/by/3.0/ "
title="Creative Commons BY 3.0">CC BY 3.0</a>
10 years ago
ThomasV
311a91c03c
init qrscanner processor in scan_qr
10 years ago
Tafelpoot
256a467dd7
QR code fixes
New classes ScanQRTextEdit and ShowQRTextEdit.
Reason: dependencies on zbar availability and issues with the QRTextEdit constructor.
- ScanQRTextEdit needs access to the config (fetch camera). It needs to load
the zbar processor properly before trying to scan. Keeping a reference to
the processor in qrscaner fixes the crashes on windows.
- ShowQRTextEdit should not have access to scan_qr().
- no need to setReadOnly anymore. It is clear from the class name.
Show master pub keys now has a Combobox if multiple accounts are
available.
10 years ago
ThomasV
592a403fa7
qrtextedi: minor fixes
10 years ago
ThomasV
d7b947e30f
revert previous commit, and fix utf8 qr code
10 years ago
ThomasV
89b8078549
move qrscanner from plugins to lib
11 years ago
ThomasV
81d1e67253
always enable qr scanner plugin
11 years ago
ThomasV
c0fe5962ad
use QPlainTextEdit instead of QTextEdit
11 years ago
ThomasV
e2d03f1cc9
show popup if qr scanner not enabled
11 years ago
ThomasV
193e384758
fix: qrtextedit constructor
11 years ago
ThomasV
d2cad7bbbb
new widget: QRTextEdit
11 years ago