Replies: 2 comments 1 reply
-
That's some Windows feature that allows you to then click on a UI element to get some additional help. I do not think anything in CopyQ really uses it - additional help is usually shown as a tooltip when hovering over a UI element. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's a QT (not Windows) feature. If it's not used can it be turned off with the appropriate QT flag? How would I setup tooltip help in dialog()? Is it possible to add buttons to a dialog? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dialogs() have a "?" button in the title bar, it doesn't do anything so I assume it ccan be made to do something.
It looks like it might be a two step help button but it's never helped... I'd like it to programatically build a URL and invoke it (single click). Can this be done? Or can it be removed if truely useless?
I think using the "QML helpRequested()" will do something? Any example code?
Beta Was this translation helpful? Give feedback.
All reactions