File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
#include < qt/createwalletdialog.h>
10
10
#include < qt/forms/ui_createwalletdialog.h>
11
11
12
+ #include < qt/guiutil.h>
13
+
12
14
#include < QPushButton>
13
15
14
16
CreateWalletDialog::CreateWalletDialog (QWidget* parent) :
Original file line number Diff line number Diff line change @@ -43,6 +43,9 @@ QT_END_NAMESPACE
43
43
*/
44
44
namespace GUIUtil
45
45
{
46
+ // Use this flags to prevent a "What's This" button in the title bar of the dialog on Windows.
47
+ constexpr auto dialog_flags = Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint;
48
+
46
49
// Create human-readable string from date
47
50
QString dateTimeStr (const QDateTime &datetime);
48
51
QString dateTimeStr (qint64 nTime);
Original file line number Diff line number Diff line change 8
8
#include < qt/forms/ui_receivecoinsdialog.h>
9
9
10
10
#include < qt/addresstablemodel.h>
11
+ #include < qt/guiutil.h>
11
12
#include < qt/optionsmodel.h>
12
13
#include < qt/platformstyle.h>
13
14
#include < qt/receiverequestdialog.h>
You can’t perform that action at this time.
0 commit comments