]> Git Repo - VerusCoin.git/blame - src/qt/coincontroltreewidget.h
komodo strings
[VerusCoin.git] / src / qt / coincontroltreewidget.h
CommitLineData
f914f1a7 1// Copyright (c) 2011-2013 The Bitcoin Core developers
78253fcb 2// Distributed under the MIT software license, see the accompanying
0689f46c
PK
3// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
84738627
PJ
5#ifndef BITCOIN_QT_COINCONTROLTREEWIDGET_H
6#define BITCOIN_QT_COINCONTROLTREEWIDGET_H
6a86c24d
CL
7
8#include <QKeyEvent>
9#include <QTreeWidget>
10
0689f46c
PK
11class CoinControlTreeWidget : public QTreeWidget
12{
13 Q_OBJECT
6a86c24d
CL
14
15public:
16 explicit CoinControlTreeWidget(QWidget *parent = 0);
17
18protected:
0689f46c 19 virtual void keyPressEvent(QKeyEvent *event);
6a86c24d
CL
20};
21
84738627 22#endif // BITCOIN_QT_COINCONTROLTREEWIDGET_H
This page took 0.126951 seconds and 4 git commands to generate.