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

    r799ba1e3f2 raecdf994f9  
    4040public:
    4141        MainWindow(QWidget *parent = 0);
     42#ifndef Q_OS_WINCE
     43        void closeEvent(QCloseEvent *event);
     44#endif // Q_OS_WINCE
    4245private slots:
    4346        void ChangeSettings();
     47        void showAbout();
    4448#ifndef Q_OS_WINCE
    4549        void PrintSetup();
     
    5054private:
    5155        CTSPModel *tspmodel;
    52         int randMin;
    53         int randMax;
    5456};
    5557
Note: See TracChangeset for help on using the changeset viewer.