File: qhimdformatdialog.h

package info (click to toggle)
linux-minidisc 0.9.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,096 kB
  • ctags: 1,530
  • sloc: ansic: 6,345; cpp: 2,569; python: 2,451; perl: 866; sh: 22; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef QHIMDFORMATDIALOG_H
#define QHIMDFORMATDIALOG_H

#include <QDialog>

namespace Ui {
    class QHiMDFormatDialog;
}

class QHiMDFormatDialog : public QDialog {
    Q_OBJECT
    Q_DISABLE_COPY(QHiMDFormatDialog)
public:
    explicit QHiMDFormatDialog(QWidget *parent = 0);
    virtual ~QHiMDFormatDialog();

protected:
    virtual void changeEvent(QEvent *e);

private:
    Ui::QHiMDFormatDialog *m_ui;
};

#endif // QHIMDFORMATDIALOG_H