Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.1.0, Qt Creator 3.2.0, Qt Creator 3.2.1
-
None
-
Not environment dependent
Description
When using a custom stylesheet file for Qt Creator the text editor background color gets locked on white and text color on black (colors from inherited palette on construction moment).
Actually this bug not in Qt Creator, but in Qt itself https://bugreports.qt-project.org/browse/QTBUG-41994
Has not been an issue on the versions prior to change https://qt.gitorious.org/qt-creator/qt-creator/commit/3fa6b6737c48049cb3d6e06ef0c1cfcb30dfd595 (see bisect.log) because was changed editor holder concept (now bug triggered on setParent call of addWidget).
Attachments
Issue Links
- is replaced by
-
QTBUG-41994 QWidget palette is not updated with setPalette when widget or its parent style is QStyleSheetStyle
- Open
- relates to
-
QTCREATORBUG-29122 text editors font issue when using custom style sheet
- Reported