Changeset 7836f136eb in tspsg for src/settingsdialog.h


Ignore:
Timestamp:
Oct 15, 2007, 8:46:46 PM (17 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
95eca626aa
Parents:
721c99d482
Message:

Displaying status tips of Settings dialog elements in its hint label

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.h

    r721c99d482 r7836f136eb  
    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.