]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/qt-console/label/label.h
First cut label dialog
[bacula/bacula] / bacula / src / qt-console / label / label.h
1
2 #ifndef _LABEL_H_
3 #define _LABEL_H_
4
5 #include <QtGui>
6 #include "ui_label.h"
7 #include "console.h"
8
9 class labelDialog : public QDialog, public Ui::labelVolume
10 {
11    Q_OBJECT 
12
13 public:
14    labelDialog(Console *console);
15
16 public slots:
17    void accept();
18    void reject();
19
20 private:
21
22 };
23
24 #endif /* _LABEL_H_ */