Subversion Repositories svn1-original

Rev

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

Rev 108 Rev 184
Line 1... Line 1...
1
#ifndef QMCONFCLASS_H
1
#ifndef QMCONFCLASS_H
2
#define QMCONFCLASS_H
2
#define QMCONFCLASS_H
3
 
3
 
4
#include <QWidget>
4
#include <QWidget>
-
 
5
#include <QPoint>
-
 
6
#include <QTableWidget>
5
 
7
 
6
namespace Ui {
8
namespace Ui {
7
    class QmConfClass;
9
    class QmConfClass;
8
}
10
}
9
 
11
 
Line 14... Line 16...
14
    ~QmConfClass();
16
    ~QmConfClass();
15
    void populate(void);
17
    void populate(void);
16
 
18
 
17
protected:
19
protected:
18
    void changeEvent(QEvent *e);
20
    void changeEvent(QEvent *e);
-
 
21
    bool statusShown;
19
 
22
 
20
private:
23
private:
21
    Ui::QmConfClass *ui;
24
    Ui::QmConfClass *ui;
22
 
25
 
23
public slots:
26
public slots:
24
    void save(void);
27
    void save(void);
25
    void cancel(void);
28
    void cancel(void);
-
 
29
    void updateStatus(void);
-
 
30
    void ctxMenu(const QPoint &);
-
 
31
    void ctxMenuDeleteRow(void);
-
 
32
    void ctxMenuAddRow(void);
26
 
33
 
27
};
34
};
28
 
35
 
29
#endif // QMCONFCLASS_H
36
#endif // QMCONFCLASS_H