add all (unpopulated) dialogs
This commit is contained in:
14
BitcoinGUI.h
14
BitcoinGUI.h
@@ -1,5 +1,5 @@
|
||||
#ifndef H_BITCOINGUI
|
||||
#define H_BITCOINGUI
|
||||
#ifndef BITCOINGUI_H
|
||||
#define BITCOINGUI_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
@@ -7,14 +7,14 @@ class BitcoinGUI : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
BitcoinGUI(QWidget *parent = 0);
|
||||
explicit BitcoinGUI(QWidget *parent = 0);
|
||||
|
||||
/* Transaction table tab indices */
|
||||
enum {
|
||||
ALL_TRANSACTIONS = 0,
|
||||
SENT_RECEIVED = 1,
|
||||
SENT = 2,
|
||||
RECEIVED = 3
|
||||
AllTransactions = 0,
|
||||
SentReceived = 1,
|
||||
Sent = 2,
|
||||
Received = 3
|
||||
} TabIndex;
|
||||
private slots:
|
||||
void currentChanged(int tab);
|
||||
|
||||
Reference in New Issue
Block a user