diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-27 16:02:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-08-27 16:02:43 +0200 |
commit | 14a8062f03c4d032aa18da73ecb146137148adf5 (patch) | |
tree | 32acac1ca4838ed0e23e6821de20973a4b38bd74 /gui | |
parent | d43a1446d9f4734c1b7b3e1dfd912eaf06cc0db1 (diff) |
gui: change cursor for options with tooltips
Diffstat (limited to 'gui')
-rw-r--r-- | gui/settings-dialog.ui | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/gui/settings-dialog.ui b/gui/settings-dialog.ui index 14b7652a..81a9755c 100644 --- a/gui/settings-dialog.ui +++ b/gui/settings-dialog.ui @@ -104,6 +104,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="toolTip"> <string>Treat this device orientation as the in-game center of the screen.</string> </property> @@ -168,6 +171,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Start tracking</string> </property> @@ -235,6 +241,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Stop tracking</string> </property> @@ -270,6 +279,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="toolTip"> <string>Hold in-game center of the screen while the mode is active.</string> </property> @@ -289,6 +301,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="toolTip"> <string>Freeze the position returned by the tracker while this mode is active.</string> </property> @@ -308,6 +323,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Zero while held</string> </property> @@ -398,6 +416,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Restart tracking</string> </property> @@ -433,6 +454,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Toggle while held</string> </property> @@ -472,6 +496,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="cursor"> + <cursorShape>WhatsThisCursor</cursorShape> + </property> <property name="text"> <string>Toggle tracking</string> </property> |