Why doesn't QGuiApplication have member function setStyle, but QApplication has?
-
as title
-
@jronald because QApplication is the derivative of QGuiApplication and it was added in that class.
-
@jronald because QApplication is the derivative of QGuiApplication and it was added in that class.
-
@jronald
QStyle
is a part of/requiresQWidget
s, andQGuiApplication
does not do widgets,