Subversion Repositories svn1-original

Rev

Rev 135 | Rev 148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 135 Rev 137
Line 12... Line 12...
12
class MainWindow : public QMainWindow {
12
class MainWindow : public QMainWindow {
13
    Q_OBJECT
13
    Q_OBJECT
14
public:
14
public:
15
    MainWindow(QWidget *parent = 0);
15
    MainWindow(QWidget *parent = 0);
16
    ~MainWindow();
16
    ~MainWindow();
-
 
17
    static void showMessage( const QString &msg, int timeout = 0);
17
 
18
 
18
protected:
19
protected:
19
    void changeEvent(QEvent *e);
20
    void changeEvent(QEvent *e);
20
 
21
 
21
private:
22
private: