qt - python crashed with Pyqt5 and QComboBox (QBasicTimer error) -
python crashed when close program error :
qbasictimer::start: qbasictimer can used threads started qthread
i havn't timer or thread in program.
and discover line make crashing :
self.combobox = qcombobox(self)
or
combobox = qcombobox(self)
or
combobox = qcombobox() self.mylayout.addwidget(combobox)
in otherword, when "draw" qcombobox, there crash when close program
if switch qcombobox classic widget (for example, qtoolbutton), there no crash
i work python 3 , pyqt5
i hope here can point out or guess why happening.
Comments
Post a Comment