Changeset 21 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Jun 22, 2009, 1:37:12 AM (15 years ago)
Author:
laleppa
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.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        11*.idb
         2*.ini
        23*.ncb
        34*.pdb
  • trunk/src/mainwindow.h

    r17 r21  
    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.