Changeset a09f31733a in tspsg for src/defaults.h


Ignore:
Timestamp:
Jul 16, 2012, 1:05:35 AM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
95c1897bf1
Parents:
ff8d0488a0
Message:

Added all configurable colors to Settings Dialog.

Only display ATM. Editing and saving will follow soon...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    rff8d0488a0 ra09f31733a  
    107107#   define DEF_FONT_SIZE 10
    108108#endif // Q_WS_S60
    109 //! Default text color
     109//! Default solution text color
    110110#define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
    111111//! Default selected candidate color
     
    114114#define DEF_ALTERNATE_COLOR "#A00000"
    115115//! 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)
    117119
    118120#ifndef QT_NO_PRINTER
Note: See TracChangeset for help on using the changeset viewer.