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

    rff8d0488a0 ra09f31733a  
    4747
    4848private:
    49     bool _newFont;
    50     bool _newColor;
     49    bool _fontChanged;
     50    bool _colorChanged;
    5151    qint8 _translucency;
    5252
    53     QColor color;
     53    QColor textColor, selColor, altColor, borderColor, bgColor;
    5454    QFont font;
    5555
     
    7979private slots:
    8080    void accept();
    81     void buttonColorClicked();
     81    void buttonTextColorClicked();
    8282    void buttonFontClicked();
    8383#ifdef Q_WS_WINCE_WM
Note: See TracChangeset for help on using the changeset viewer.