51 void message(
int category,
const QString &
message,
bool html =
false);
78 #endif // RPCCONSOLE_H
Local Bitcoin RPC console.
static QString FormatBytes(quint64 bytes)
void on_lineEdit_returnPressed()
void message(int category, const QString &message, bool html=false)
void scrollToEnd()
Scroll console view to end.
void on_tabWidget_currentChanged(int index)
void setClientModel(ClientModel *model)
void browseHistory(int offset)
Go forward or back in history.
void on_openDebugLogfileButton_clicked()
open the debug.log from the current datadir
Model for Bitcoin network client.
ClientModel * clientModel
virtual bool eventFilter(QObject *obj, QEvent *event)
void setTrafficGraphRange(int mins)
RPCConsole(QWidget *parent)
void updateTrafficStats(quint64 totalBytesIn, quint64 totalBytesOut)
update traffic statistics
void setNumConnections(int count)
Set number of connections shown in the UI.
void on_sldGraphRange_valueChanged(int value)
change the time range of the network traffic graph
void setNumBlocks(int count)
Set number of blocks shown in the UI.
void cmdRequest(const QString &command)