implement filtering, action listeners

This commit is contained in:
Wladimir J. van der Laan
2011-05-10 19:03:10 +02:00
parent 0522725754
commit af94377667
3 changed files with 119 additions and 63 deletions

View File

@@ -17,7 +17,12 @@ public:
Received = 3
} TabIndex;
private slots:
void currentChanged(int tab);
void sendcoinsClicked();
void addressbookClicked();
void optionsClicked();
void receivingAddressesClicked();
void newAddressClicked();
void copyClipboardClicked();
};
#endif