When I click on config Events... one error window is displayed
This is the log file:
2019-03-10, 01:32:56
<class 'AttributeError'>:
type object 'QKeySequence' has no attribute 'Cancel' File "/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py", line 25158, in eventsconf
dialog = EventsDlg(self)
File "/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py", line 33216, in init
cancelAction.setShortcut(QKeySequence.Cancel)
/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py::eventsconf:25158
self = <artisanlib.main.ApplicationWindow object at 0x7fb5d079d8>
/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py::init:33216
titlefont = <PyQt5.QtGui.QFont object at 0x7fad6874a8>
class = <class 'artisanlib.main.EventsDlg'>
barstylelabel = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9ca8>
barstyles = ['', 'Flag', 'Bar', 'Step', 'Step+', 'Combo']
self = <artisanlib.main.EventsDlg object at 0x7fb1c87318>
parent = <artisanlib.main.ApplicationWindow object at 0x7fb5d079d8>
valuealphalabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411dc8>
valuesymbollabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411ca8>
typelabel1 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9dc8>
typelabel3 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9ee8>
defaultButton = <PyQt5.QtWidgets.QPushButton object at 0x7fac4129d8>
valuecolorlabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411b88>
settings = <PyQt5.QtCore.QSettings object at 0x7fad4f9828>
cancelAction = <PyQt5.QtWidgets.QAction object at 0x7fac412a68>
typelabel4 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9f78>
valuetextcolorlabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411c18>
valuesizelabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411e58>
closeButton = <PyQt5.QtWidgets.QPushButton object at 0x7fac412948>
valuethicknesslabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411d38>
typelabel2 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9e58>
Version: 1.6.1, revision: 0
This is with the default settings (I used the factory reset button to be sure this is not related to my settings)
When I click on config Events... one error window is displayed
This is the log file:
2019-03-10, 01:32:56
<class 'AttributeError'>:
type object 'QKeySequence' has no attribute 'Cancel' File "/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py", line 25158, in eventsconf
dialog = EventsDlg(self)
File "/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py", line 33216, in init
cancelAction.setShortcut(QKeySequence.Cancel)
/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py::eventsconf:25158
self = <artisanlib.main.ApplicationWindow object at 0x7fb5d079d8>
/home/pine64/ROASTER_SOFTWARE_NEW/artisan/src/artisanlib/main.py::init:33216
titlefont = <PyQt5.QtGui.QFont object at 0x7fad6874a8>
class = <class 'artisanlib.main.EventsDlg'>
barstylelabel = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9ca8>
barstyles = ['', 'Flag', 'Bar', 'Step', 'Step+', 'Combo']
self = <artisanlib.main.EventsDlg object at 0x7fb1c87318>
parent = <artisanlib.main.ApplicationWindow object at 0x7fb5d079d8>
valuealphalabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411dc8>
valuesymbollabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411ca8>
typelabel1 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9dc8>
typelabel3 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9ee8>
defaultButton = <PyQt5.QtWidgets.QPushButton object at 0x7fac4129d8>
valuecolorlabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411b88>
settings = <PyQt5.QtCore.QSettings object at 0x7fad4f9828>
cancelAction = <PyQt5.QtWidgets.QAction object at 0x7fac412a68>
typelabel4 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9f78>
valuetextcolorlabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411c18>
valuesizelabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411e58>
closeButton = <PyQt5.QtWidgets.QPushButton object at 0x7fac412948>
valuethicknesslabel = <PyQt5.QtWidgets.QLabel object at 0x7fac411d38>
typelabel2 = <PyQt5.QtWidgets.QLabel object at 0x7fad4f9e58>
Version: 1.6.1, revision: 0
This is with the default settings (I used the factory reset button to be sure this is not related to my settings)