- QRCode Tool: shortcut key for this tool is now ALT+Q while PDF import Tool was relegated to CTRL+Q combo key shortcut

This commit is contained in:
Marius Stanciu
2019-10-25 16:32:10 +03:00
committed by Marius
parent 97809b6de1
commit 228dcfdac1
3 changed files with 40 additions and 7 deletions

View File

@@ -362,6 +362,8 @@ class QRCode(FlatCAMTool):
self.pol_radio.set_value(self.app.defaults["tools_qrcode_polarity"])
self.bb_radio.set_value(self.app.defaults["tools_qrcode_rounded"])
self.text_data.set_value(self.app.defaults["tools_qrcode_qrdata"])
self.fill_color_entry.set_value(self.app.defaults['tools_qrcode_fill_color'])
self.fill_color_button.setStyleSheet("background-color:%s" %
str(self.app.defaults['tools_qrcode_fill_color'])[:7])