-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help popups #9
Comments
Actually, there's s special class "QWhatsThis" in Qt library, that provides a simple description of any widget. Unfortunately, it doesn't allow text selection and scrolling and works only with QWidget (not QGraphicsItem that used for drawing parameters labels in nodes... ). But it works in NodeParameters View. So, now it looks like this: |
I guess, even pressing some hotkey or pre-clicking toolbar icon complicates the workflow. Especially if you look for these popups quite often. |
If node will interrupt MMB-paning in WorkArea, this is not very elegant solution also... |
Popup vs panning conflict? I don't think so. It's not a big deal to move your mouse cursor over an empty area before you start to zoom in/out. As for "hand-made" description - yep, it's good idea. But I'd prefer not to replace the default one with it, but add custom description above the default. Sometimes all you need is just get a clue of what this nodes is supposed to do. Especially when you open the old graph, with the older dev versions of the nodes, which may have significantly different behavior from what they do now. P.S.: нафига мы по-английски общаемся? :D |
Create visual popups when a mouse curser is hovered over a node (in node graph) or a parameter (in parameter view).
There's already "help" tag in XMLs, so this is only a GUI enhancement request.
It would be the best if this popup help won't be like usual popup (like in browsers), but instead will be like windows' tooltips from tray area, with the cross to close it.
Additionally, there should be scrollbar supported for very long descriptions, text selection supported for easier reading and image supported for parameters to better illustrate what this parameter does.
The text was updated successfully, but these errors were encountered: