mirror of https://github.com/m-labs/artiq.git
applets: compatibility with older Qt. Closes #629
This commit is contained in:
parent
2ec6d43441
commit
c5b55c1dfe
|
@ -518,7 +518,7 @@ class AppletsDock(QtWidgets.QDockWidget):
|
|||
item.setFlags(QtCore.Qt.ItemIsSelectable |
|
||||
QtCore.Qt.ItemIsEditable |
|
||||
QtCore.Qt.ItemIsUserCheckable |
|
||||
QtCore.Qt.ItemIsAutoTristate |
|
||||
QtCore.Qt.ItemIsTristate |
|
||||
QtCore.Qt.ItemIsDragEnabled |
|
||||
QtCore.Qt.ItemIsDropEnabled |
|
||||
QtCore.Qt.ItemIsEnabled)
|
||||
|
|
Loading…
Reference in New Issue