Changeset 83e07f7194 in tspsg for src/defaults.h
- Timestamp:
- Sep 13, 2012, 11:47:19 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 6652ac66a4
- Parents:
- 2fcdd7bfdf
- git-author:
- Oleksii Serdiuk <contacts@…> (09/13/12 11:47:19)
- git-committer:
- Oleksii Serdiuk <contacts@…> (09/13/12 13:43:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
r2fcdd7bfdf r83e07f7194 108 108 #endif // Q_OS_SYMBIAN 109 109 //! Default solution text color 110 #define DEF_TEXT_COLOR Q Palette().color(QPalette::Text)110 #define DEF_TEXT_COLOR QApplication::palette().color(QPalette::Text) 111 111 //! Default selected candidate color 112 112 #define DEF_SELECTED_COLOR "#008000" … … 114 114 #define DEF_ALTERNATE_COLOR "#A00000" 115 115 //! Default table border color 116 #define DEF_TABLE_COLOR Q Palette().color(QPalette::AlternateBase)116 #define DEF_TABLE_COLOR QApplication::palette().color(QPalette::AlternateBase) 117 117 ////! Default solution background color 118 //#define DEF_BACKGROUND_COLOR Q Palette().color(QPalette::Base)118 //#define DEF_BACKGROUND_COLOR QApplication::palette().color(QPalette::Base) 119 119 120 120 #ifndef QT_NO_PRINTER
Note: See TracChangeset
for help on using the changeset viewer.