Changeset aecdf994f9 in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Jun 22, 2009, 1:37:12 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
d5384ee64e
Parents:
799ba1e3f2
Message:

+ Settings are now saved and restored.
+ Font color selection in settings.
+ Primitive about dialog.
+ Automatic resizing of cells to its contents in wince.

  • No "Save window position" checkbox in wince.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r799ba1e3f2 raecdf994f9  
    2626
    2727#include <QDialog>
     28#include <QSettings>
    2829#ifdef Q_OS_WINCE
    2930        #include "ui_settingsdialog.ce.h"
     
    3940
    4041private:
    41 #ifndef WINCE
     42        QSettings *settings;
     43        QFont font;
     44        QColor color;
     45#ifndef Q_OS_WINCE
    4246        bool event(QEvent *);
    4347#endif
    4448
    4549private slots:
     50        void accept();
    4651        void spinRandMinValueChanged(int val) { spinRandMax->setMinimum(val + 1); }
    4752        void buttonFontClicked();
     53        void buttonColorClicked();
    4854};
    4955
Note: See TracChangeset for help on using the changeset viewer.