Changeset 317 for trunk/src/gui/kernel
- Timestamp:
- Nov 13, 2009, 6:12:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r308 r317 245 245 QApplication::setFont(iconFont, "QDockWidgetTitle"); 246 246 247 QPalette pal; 247 // let QPallette calculate all colors automatically based on the 248 // base PM window background color -- to be on the safe side in case if we 249 // don't set some role explicitly below (like QPalette::AlternateBase) 250 QPalette pal = QPalette(QColor(qt_sysclr2qrgb(SYSCLR_DIALOGBACKGROUND))); 248 251 249 252 pal.setColor(QPalette::WindowText,
Note:
See TracChangeset
for help on using the changeset viewer.