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

More Qt6 fixes #17

Merged
merged 1 commit into from
May 5, 2023
Merged

More Qt6 fixes #17

merged 1 commit into from
May 5, 2023

Conversation

dl8dtl
Copy link
Collaborator

@dl8dtl dl8dtl commented Jan 29, 2023

The video4linux part still had some incompatibilites qith Qt6.

This fixes:

  • all instances of QMessageBox to the not deprecated version
  • QChar must be explicitly constructed from a uchar
  • gridLayout->setMargin(1) is no longer available

The video4linux part still had some incompatibilites qith Qt6.

This fixes:

* all instances of QMessageBox to the not deprecated version
* QChar must be explicitly constructed from a uchar
* gridLayout->setMargin(1) is no longer available
@dl8dtl
Copy link
Collaborator Author

dl8dtl commented May 5, 2023

There are reports of successful compilations using Qt6 and these patches.
Also, I have verified the camera functionality on a laptop now.

@dl8dtl dl8dtl merged commit 293a636 into ON4QZ:main May 5, 2023
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