We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a62bbc commit c8d046cCopy full SHA for c8d046c
1 file changed
gui/utility.py
@@ -294,6 +294,7 @@ def dropEvent(self, event):
294
QtWidgets.QTabBar.dropEvent(self, event)
295
296
class menuSelect(QtGui.QPushButton):
297
+ # https://stackoverflow.com/questions/35924235/how-to-create-combobox-with-combobox-inside-using-pyqt
298
def __init__(self,root_folder,initial_text,add_default = False):
299
self.callback = lambda task: None
300
self.menu = QtGui.QMenu()
0 commit comments