-
Notifications
You must be signed in to change notification settings - Fork 44
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
Migrate Qt5 to Qt6 #586
Comments
Closed
Compatible changes between qt5+qt6: #598 |
Clazy checks: #584 |
Bulk of the migrations for gui: #596 |
Here's the list of qt6 packages I needed to install:
|
Draft
I've added a fix in the gz-sim branch gazebosim/gz-sim@a2652ac which should help with the communication between the server and GUI ECMs. With that, I see glimmers of hope :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tracking issue for tasks required to migrate from Qt5 to Qt6.
Environment: Ubuntu Noble + Gazebo Ionic + Qt6 + #596 + gazebosim/gz-sim#2305
Initial test:
gz sim minimal_scene.sdf
Goals
Tasks
gz-qui8
tomain
.Ideas
Current list of issues:
QtQuick.Controls 1.x
is used and identify the replacement if any.[GUI] [Err] [Gui.cc:326] Failed to instantiate custom drawer, drawer will be empty
.gz sim shapes.sdf
orgz sim minimal_scene.sdf
.* https://doc.qt.io/qt-6/debug.html
* There's a useful example in gz-rendering:
examples/simple_demo_qml
.* 1st test: Load
MinimalScene
only and create a<scene>
element within<world>
to change the background color.* 2nd test: Create an SDF with
MinimalScene (gz-gui)
andSceneManager (gz-sim)
.The text was updated successfully, but these errors were encountered: