Updraft  1.0
Open source glider flight visualisation tool.
filerolesdialog.h
Go to the documentation of this file.
00001 #ifndef UPDRAFT_SRC_CORE_UI_FILEROLESDIALOG_H_
00002 #define UPDRAFT_SRC_CORE_UI_FILEROLESDIALOG_H_
00003 
00004 #include <QDialog>
00005 #include <QStandardItemModel>
00006 
00007 namespace Ui { class FileRolesDialog; }
00008 
00010 class FileRolesDialog : public QDialog {
00011   Q_OBJECT
00012 
00013  public:
00014   explicit FileRolesDialog(QWidget *parent = 0);
00015   ~FileRolesDialog();
00016 
00017   void setList(QStandardItemModel *model);
00018 
00019  private:
00020   Ui::FileRolesDialog *ui;
00021 };
00022 
00023 #endif  // UPDRAFT_SRC_CORE_UI_FILEROLESDIALOG_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines