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

Enable the use of tpm (through openssl-tpm2) #91

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Conversation

mccarey
Copy link

@mccarey mccarey commented Jul 17, 2023

This allows using the tpm with openssl3 and openssl-tpm2

@kkoehne
Copy link
Contributor

kkoehne commented Sep 1, 2023

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!

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants