Coin Control Features
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
8dfd8c62dc
commit
6a86c24db1
17
src/qt/coincontroltreewidget.h
Normal file
17
src/qt/coincontroltreewidget.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef COINCONTROLTREEWIDGET_H
|
||||
#define COINCONTROLTREEWIDGET_H
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <QTreeWidget>
|
||||
|
||||
class CoinControlTreeWidget : public QTreeWidget {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CoinControlTreeWidget(QWidget *parent = 0);
|
||||
|
||||
protected:
|
||||
virtual void keyPressEvent(QKeyEvent *event);
|
||||
};
|
||||
|
||||
#endif // COINCONTROLTREEWIDGET_H
|
||||
Reference in New Issue
Block a user