aboutsummaryrefslogtreecommitdiff
path: root/src/qt/rpcconsole.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-08 08:13:08 +0100
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-11-08 09:18:32 +0100
commit91163c15f64e5bbf75e41defb721ba4a5e3b412b (patch)
tree0bf7c64cb233f23d134bc86ace5c97bc481a2570 /src/qt/rpcconsole.h
parentb744fdbf52b6d050e7f8a86f01e43cd18e9fd658 (diff)
downloadbitcoin-91163c15f64e5bbf75e41defb721ba4a5e3b412b.tar.xz
[Qt] rename rpcconsole window
- rework window title to not include Bitcoin - in front, as no other dialog does this - favor a connect() call over an own function for clearing the traffic graph - write monospace lowercase (seems to be correct after some web search) and add a comment that we should avoid / remove fixed font sizes
Diffstat (limited to 'src/qt/rpcconsole.h')
-rw-r--r--src/qt/rpcconsole.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h
index 591ad1d554..076575fa3d 100644
--- a/src/qt/rpcconsole.h
+++ b/src/qt/rpcconsole.h
@@ -45,8 +45,6 @@ private slots:
void on_sldGraphRange_valueChanged(int value);
/** update traffic statistics */
void updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut);
- /** clear traffic graph */
- void on_btnClearTrafficGraph_clicked();
public slots:
void clear();
@@ -59,6 +57,7 @@ public slots:
void browseHistory(int offset);
/** Scroll console view to end */
void scrollToEnd();
+
signals:
// For RPC command executor
void stopExecutor();