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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -