Changeset 176 in tspsg-svn for trunk/src/defaults.h


Ignore:
Timestamp:
May 31, 2011, 2:01:38 PM (13 years ago)
Author:
laleppa
Message:

Added a border to tables in the solution output. Looks more readable
with long numbers, now. The border color can be controlled through
Output/Colors/TableBorder? setting in tspsg.ini. It is in #RRGGBB format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defaults.h

    r169 r176  
    110110#define DEF_TEXT_COLOR QPalette().color(QPalette::Text)
    111111//! Default selected candidate color
    112 #define DEF_SELECTED_COLOR QColor(0x008000)
     112#define DEF_SELECTED_COLOR "#008000"
    113113//! Default alternate candidate color
    114 #define DEF_ALTERNATE_COLOR QColor(0xA00000)
     114#define DEF_ALTERNATE_COLOR "#A00000"
     115//! Default table border color
     116#define DEF_TABLE_COLOR "#EEEEEE"
    115117
    116118#ifndef QT_NO_PRINTER
Note: See TracChangeset for help on using the changeset viewer.