1 #ifndef __BLOCKDIALOG_H__
2 #define __BLOCKDIALOG_H__
4 #include "ui_blockdialog.h"
9 class BlockDialog : public QDialog
14 BlockDialog(QWidget * parent = 0, Qt::WindowFlags flags = 0);
17 BlockData getBlockData();
20 void setBlockList(BlockList * l);
25 BlockList * blockList;
31 #endif // __BLOCKDIALOG_H__