Skip to content

Commit

Permalink
applets: compatibility with older Qt. Closes #629
Browse files Browse the repository at this point in the history
sbourdeauducq committed Nov 29, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2ec6d43 commit c5b55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/gui/applets.py
Original file line number Diff line number Diff line change
@@ -518,7 +518,7 @@ def new_group(self, name=None, attr="", parent=None):
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)

0 comments on commit c5b55c1

Please sign in to comment.