-
Notifications
You must be signed in to change notification settings - Fork 733
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
QToolbar action with menu overlaps button text #251
Comments
I found this quick and dirty solution:
However, the problem exists in the style. |
Hi @stekow could you check the last development version? May this was fixed. I added a menu inside the toolbar in our example, it seems to be working. |
Hi @dpizetta with version 3.0.1 the issue is still there. |
@stekow have you tested in a more recent version of python/pyside? We are not supporting Python2, pyqt4, pyside1. |
No.
"The most complete dark/light style sheet for Qt applications (Qt4, Qt5, PySide, PySide2, PyQt4, PyQt5, QtPy, PyQtGraph, Qt.Py)." |
I understand. If possible, try to update your environment, it seems fixed with the new version. Python 2 support ended in 2020. We forgot to update the description. Since we have many new versions, we have no condition to support all of them. Tks for noticing. |
If an action with a QMenu is placed inside a QToolbar, then the menu button texts or icon overlaps the menu arrow (see image).
Maybe someone has a solution?
Regards,
Piotr
Describe Your Environment
Relevant Code
The text was updated successfully, but these errors were encountered: