1 #ifndef __SELECTIONWIDGET_H__
2 #define __SELECTIONWIDGET_H__
4 #include "ui_selectionwidget.h"
6 class SelectionWidget: public QWidget
11 SelectionWidget(QWidget * parent = 0, Qt::WindowFlags flags = 0);
15 void setNumber(int n);
18 Ui::SelectionWidget ui;
21 #endif // __SELECTIONWIDGET_H__