mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 06:58:57 +01:00
Implement SI-style (thin space) thoudands separator
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "guiutil.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class TransactionFilterProxy;
|
||||
class WalletModel;
|
||||
@@ -78,6 +79,8 @@ private:
|
||||
|
||||
virtual void resizeEvent(QResizeEvent* event);
|
||||
|
||||
bool eventFilter(QObject *obj, QEvent *event);
|
||||
|
||||
private slots:
|
||||
void contextualMenu(const QPoint &);
|
||||
void dateRangeChanged();
|
||||
|
||||
Reference in New Issue
Block a user