We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff306e commit 500a6d2Copy full SHA for 500a6d2
src/qml/bitcoin.cpp
@@ -34,6 +34,7 @@
34
#include <QQmlContext>
35
#include <QQuickWindow>
36
#include <QString>
37
+#include <QStyleHints>
38
#include <QUrl>
39
40
QT_BEGIN_NAMESPACE
@@ -98,6 +99,7 @@ int QmlGuiMain(int argc, char* argv[])
98
99
Q_INIT_RESOURCE(bitcoin_qml);
100
101
QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling);
102
+ QGuiApplication::styleHints()->setTabFocusBehavior(Qt::TabFocusAllControls);
103
QGuiApplication app(argc, argv);
104
105
auto handler_message_box = ::uiInterface.ThreadSafeMessageBox_connect(InitErrorMessageBox);
0 commit comments