From 7b50bb2f1b96cb8964819e03eb044c3b88746946 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 16 Jan 2014 16:05:44 +0100 Subject: [Qt] add utilitydialog.cpp/h and helpmessage class - adds a nice and well formated dialog, which displays our -? help message (all options/paramaters) - moves aboutdialog.cpp/h to the new utilitydialog - move GUI shutdown window to utilitydialog --- src/qt/forms/helpmessagedialog.ui | 128 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 128 insertions(+) create mode 100644 src/qt/forms/helpmessagedialog.ui (limited to 'src/qt/forms/helpmessagedialog.ui') diff --git a/src/qt/forms/helpmessagedialog.ui b/src/qt/forms/helpmessagedialog.ui new file mode 100644 index 0000000000..f68fea7e64 --- /dev/null +++ b/src/qt/forms/helpmessagedialog.ui @@ -0,0 +1,128 @@ + + + HelpMessageDialog + + + + 0 + 0 + 800 + 400 + + + + + 10 + + + + Bitcoin Core - Command-line options + + + + + + + 0 + 0 + + + + :/images/about + + + + + + + + + Qt::ScrollBarAlwaysOn + + + true + + + + + 0 + 0 + 659 + 348 + + + + + + + + Terminal + + + + IBeamCursor + + + Qt::PlainText + + + Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse + + + + + + + + + + + Qt::Horizontal + + + QDialogButtonBox::Ok + + + + + + + + + + + + + okButton + accepted() + HelpMessageDialog + accept() + + + 20 + 20 + + + 20 + 20 + + + + + okButton + rejected() + HelpMessageDialog + reject() + + + 20 + 20 + + + 20 + 20 + + + + + -- cgit v1.2.3