Changeset a09f31733a in tspsg for src/defaults.h
- Timestamp:
- Jul 16, 2012, 1:05:35 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 95c1897bf1
- Parents:
- ff8d0488a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/defaults.h
rff8d0488a0 ra09f31733a 107 107 # define DEF_FONT_SIZE 10 108 108 #endif // Q_WS_S60 109 //! Default text color109 //! Default solution text color 110 110 #define DEF_TEXT_COLOR QPalette().color(QPalette::Text) 111 111 //! Default selected candidate color … … 114 114 #define DEF_ALTERNATE_COLOR "#A00000" 115 115 //! Default table border color 116 #define DEF_TABLE_COLOR "#EEEEEE" 116 #define DEF_TABLE_COLOR QPalette().color(QPalette::AlternateBase) 117 //! Default solution background color 118 #define DEF_BACKGROUND_COLOR QPalette().color(QPalette::Base) 117 119 118 120 #ifndef QT_NO_PRINTER
Note: See TracChangeset
for help on using the changeset viewer.