Open
Conversation
Contributor
|
Hi! This is just a read-only mirror of qtbase, and we can't accept merge requests here. If you want to contribute to Qt , you need to use different systems: https://wiki.qt.io/Qt_Contribution_Guidelines . Anyhow, we're happy to help setting up things! |
0xETHengineer
approved these changes
Oct 2, 2023
langlor-autodesk
pushed a commit
to autodesk-forks/qtbase
that referenced
this pull request
Mar 27, 2024
…olve_docking_issues_post_qt6_new - Dragging an individual DockWidget (Tab) doesn't require a QDockWidgetGroupWindow immediately, Hence, returning the unplugged DockWidget directly. - Hovering a DockWidget on top of another DockWidget, creates a QDockWidgetGroupWindow if one doesn't already exist. However, dropTarget's widgetItem might not be already available in the parent layout which causes a crash. Hence, setting a DockWidgetItem. - Closing all the child DockWidgets would eventually cause the QDockWidgetGroupWindow to be hidden. However, when we re-toggle DockWidget visibility from the menu items, the DockWidget won't become visible since its parent QDockWidgetGroupWindow is hidden. Hence adding a listener for the DockWidget's toggle action ensures the parent is shown before the widget.
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows using the tpm with openssl3 and openssl-tpm2