Changeset c8ed26ddf1 in tspsg for src/settingsdialog.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/settingsdialog.h

    r7e8e1b444d rc8ed26ddf1  
    7272    QLabel *labelHint;
    7373
     74    void pickColor(QColor &where);
     75    void setBgColor(QWidget *widget, const QColor &color);
     76
    7477#ifndef QT_NO_STATUSTIP
    7578    bool event(QEvent *ev);
     
    8083    void accept();
    8184    void buttonTextColorClicked();
     85    void buttonSelectedColorClicked();
     86    void buttonAlternateColorClicked();
     87    void buttonBorderColorClicked();
     88//    void buttonBgColorClicked();
    8289    void buttonFontClicked();
    8390#ifdef Q_WS_WINCE_WM
Note: See TracChangeset for help on using the changeset viewer.