From c6aa86afc2fe8995bcb1036c9879f85ef335e295 Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Sat, 12 May 2012 12:30:07 +0200 Subject: Convert RPC console to QTextEdit instead of QTableView * This allows copy/pasting whole or partial messages * Handle output more consistently in console * No more scrollbars-in-scrollbars: by setting per-pixel scrolling on the table, cells can have any height * Decorations for "request" and "reply" are changed to the txin and txout icons instead of colored squares --- src/qt/forms/rpcconsole.ui | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'src/qt/forms') diff --git a/src/qt/forms/rpcconsole.ui b/src/qt/forms/rpcconsole.ui index e8f01ff2f5..cded274792 100644 --- a/src/qt/forms/rpcconsole.ui +++ b/src/qt/forms/rpcconsole.ui @@ -7,7 +7,7 @@ 0 0 706 - 382 + 446 @@ -327,30 +327,22 @@ 3 - + 0 100 - - false + + true - - QAbstractItemView::SelectRows + + false - + 2 - - false - - - false - - - -- cgit v1.2.3