Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
coincontroltreewidget.h
Go to the documentation of this file.
1 #ifndef COINCONTROLTREEWIDGET_H
2 #define COINCONTROLTREEWIDGET_H
3 
4 #include <QKeyEvent>
5 #include <QTreeWidget>
6 
7 class CoinControlTreeWidget : public QTreeWidget {
8 Q_OBJECT
9 
10 public:
11  explicit CoinControlTreeWidget(QWidget *parent = 0);
12 
13 protected:
14  virtual void keyPressEvent(QKeyEvent *event);
15 };
16 
17 #endif // COINCONTROLTREEWIDGET_H
virtual void keyPressEvent(QKeyEvent *event)
CoinControlTreeWidget(QWidget *parent=0)