Using QFontDialog
-
Hi,
How do I create QFontDialog without buttons?I have a notebook where one of the panels should contain such control.
The notebook is placed on the dialog which will have OK, Cancel and Apply buttons so there is no need for buttons.
The usage in the docs will display buttons.
Thank you.
-
Hi,
How do I create QFontDialog without buttons?I have a notebook where one of the panels should contain such control.
The notebook is placed on the dialog which will have OK, Cancel and Apply buttons so there is no need for buttons.
The usage in the docs will display buttons.
Thank you.
@oneeyeman1 https://doc.qt.io/qt-6/qfontdialog.html#setOption
QFontDialog::NoButtons -
Hi,
I called that.However when I called the dialog with that notebook, the font dialog with buttons shows up first as modal and then my dialog shows with empty panels shows.
Thank you.
-
Hi,
Please provide a minimal compilable example that shows that behavior.