Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't setCurrentIndex on serial port combo #56

Merged
merged 1 commit into from
Jan 4, 2025

Conversation

julianneswinoga
Copy link
Member

Something got weird and then broke (PySide6-Essentials 6.6.1, 6.6.3) with QComboBox and trying to use the setCurrentIndex slot in another thread gives

QBasicTimer::start: Timers cannot be started from another thread
QObject::startTimer: Timers cannot be started from another thread

errors when selecting the combo box afterwards. This was just a QoL feature so just remove it.

Something got weird and then broke (PySide6-Essentials 6.6.1, 6.6.3)
with QComboBox and trying to use the setCurrentIndex slot in another
thread gives

QBasicTimer::start: Timers cannot be started from another thread
QObject::startTimer: Timers cannot be started from another thread

errors when selecting the combo box afterwards. This was just a QoL
feature so just remove it.
@julianneswinoga julianneswinoga merged commit 1c9d1cd into master Jan 4, 2025
7 checks passed
@julianneswinoga julianneswinoga deleted the bugfix/js/qcombo-setCurrentIndex-broken branch January 4, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant