Merge branch '0.5.0.x' into 0.5.x
[novacoin.git] / src / qt / transactionview.h
index 54925f2..67d0b46 100644 (file)
@@ -16,6 +16,9 @@ class QFrame;
 class QDateTimeEdit;
 QT_END_NAMESPACE
 
+/** Widget showing the transaction list for a wallet, including a filter row.
+    Using the filter row, the user can view or export a subset of the transactions.
+  */
 class TransactionView : public QWidget
 {
     Q_OBJECT
@@ -24,6 +27,7 @@ public:
 
     void setModel(WalletModel *model);
 
+    // Date ranges for filter
     enum DateEnum
     {
         All,