QMdiSubwindow Icon and Title
Solved
General and Desktop
-
-
@ZNohre said in QMdiSubwindow Icon and Title:
Any ideas on how I can fix this?
Use the windowsvista style or wait until Qt 6.8.2 is out where this will be fixed: https://bugreports.qt.io/browse/QTBUG-130673
-
-
@Christian-Ehrlicher Thank you! For the time being I switched the overall QApplication style to "Fusion" and cleared this up. For some reason the "windowsvista" was still having issues with formatting. I'll keep an eye out for 6.8.2 ;)
main.cpp
QApplication::setStyle(QStyleFactory::create("Fusion"));