How to keep fonts regardless of button size
Unsolved
General and Desktop
-
pBtn->setMinimumSize(nBtnHeight, nBtnHeight); pBtn->setMaximumSize(nBtnHeight + 10, nBtnHeight + 10);
I have specified setMinimumSize, setMaximumSize as in the code you wrote. I am attaching the result of running the code.
I want to keep the font regardless of the button size.
However, it was confirmed that the size of special characters is changed. Is there any way to keep it?