Changeset 9 in tspsg-svn for trunk/src/settingsdialog.h


Ignore:
Timestamp:
Oct 15, 2007, 8:46:46 PM (17 years ago)
Author:
laleppa
Message:

Displaying status tips of Settings dialog elements in its hint label

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        99qrc_*
        1010tspsg
        11 Makefile
         11Makefile*
        1212debug
        1313release
  • trunk/src/settingsdialog.h

    r6 r9  
    3333public:
    3434        SettingsDialog(QWidget *parent = 0);
    35        
     35
     36private:
     37        bool event(QEvent *);
     38
    3639private slots:
    3740        void spinRandMinValueChanged(int val) { spinRandMax->setMinimum(val + 1); }
Note: See TracChangeset for help on using the changeset viewer.