Changeset c8ed26ddf1 in tspsg for src/defaults.h


Ignore:
Timestamp:
Jul 17, 2012, 8:11:11 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
50b614b0ea
Parents:
7e8e1b444d
git-author:
Oleksii Serdiuk <contacts@…> (07/17/12 20:11:11)
git-committer:
Oleksii Serdiuk <contacts@…> (07/17/12 20:24:34)
Message:

Implemented color selection from Settings Dialog.

Changing background color appeared to be much harder than expected, so
this feature was removed for now. It is possible to change background
color of the solution output area. However, this background change
doesn't affect printing and export - there background color always stays
white. Will investigate possible workarounds later...

Closes ticket:13 - All colors should be configurable through Settings Dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/defaults.h

    r7e8e1b444d rc8ed26ddf1  
    115115//! Default table border color
    116116#define DEF_TABLE_COLOR QPalette().color(QPalette::AlternateBase)
    117 //! Default solution background color
    118 #define DEF_BACKGROUND_COLOR QPalette().color(QPalette::Base)
     117////! Default solution background color
     118//#define DEF_BACKGROUND_COLOR QPalette().color(QPalette::Base)
    119119
    120120#ifndef QT_NO_PRINTER
Note: See TracChangeset for help on using the changeset viewer.