qt-material icon indicating copy to clipboard operation
qt-material copied to clipboard

QToolButton inside QDialog

Open pstavirs opened this issue 3 years ago • 4 comments

With the change in 4025fe26b0f05b299264224ecdbb428da78747c9, tool buttons inside dialogs don't render - image

Commenting the QDialog QToolButton rule, renders it correctly - image

pstavirs avatar Dec 18 '21 15:12 pstavirs

Hi @pstavirs

This is on Linux or Windows? Can you try changing the ẁidth in the CSS file: height: 35px;

YeisonCardona avatar Dec 19 '21 17:12 YeisonCardona

I'm using the exported QSS on a Qt/C++ app on Windows 10

pstavirs avatar Dec 20 '21 14:12 pstavirs

I will let the styles for QDialog QToolButton only for Linux for the moment.

YeisonCardona avatar Jan 01 '22 17:01 YeisonCardona

Related: issue #46

pstavirs avatar Jan 05 '22 13:01 pstavirs