You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.uniqueModel.itemChanged.connect(self.uniqueChanged) # react to the (un)checking of an item
92
100
self.uniqueCombo.lineEdit().textChanged.connect(self.uniqueTextChanged) # there are other events that change the displayed text and some of them can not be caught directly
93
-
self.uniqueChanged
94
101
95
102
# hide the load query as layer if feature is not supported
0 commit comments