We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The OK button is cut-off a little bit... I am on Windows 11 with PyQt6, and it works fine without the theme... Here's a picture of the problem:
The text was updated successfully, but these errors were encountered:
I solved it by using:
holder = QtWidgets.QWidget() name, valid = QtWidgets.QInputDialog.getText(holder, 'Choose Folder Name', 'Name: ')
Instead of using the listview behind it as a parent.
Just to point out, it already worked without the theme, so it may still be a problem with the library...?
Nevertheless this is an easy solution.
Sorry, something went wrong.
No branches or pull requests
The OK button is cut-off a little bit... I am on Windows 11 with PyQt6, and it works fine without the theme... Here's a picture of the problem:
The text was updated successfully, but these errors were encountered: