-
Notifications
You must be signed in to change notification settings - Fork 123
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
Tooltips are not shown #303
Comments
Probably something is broken. |
Tooltips are working ok on Windows/Win32 backend - in both example1 (buttons tab/first button), and DlangIDE. Tooltips are related to timer. Is cursor blinking in text editors? In example1/misc are start/stop timer buttons working? |
Oh, sorry. Tooltips work. My mistake was that I checked the wrong ones (from the Controls tab instead of Buttons) |
Actually, about tooltips. I'm trying to add tooltips in FileDialog items by adding this line to the createRootsList function: btn.tooltipText("Tooltip Text"); But tooltip does not appear. |
let me check |
Tooltips do not work because button is on ListWidget. |
I wanted to add tooltips on each root path to show the corresponding absolute path. |
need some improvements in list widget and adapter - to pass mouse events if necessary |
Fixed. Added full path tooltips to filedialog as well |
Also on Linux
|
Right on open? I cannot reproduce it |
Could you please check if fix works for you? |
Yes, right on window showing. |
Looks like itemWidget becomes invalid pointer. Can it be destroyed somewhere by adapter? |
It gets invalid after itemClicked(i); |
do you just open FileDialog or do something in it? |
Oh, it happens on any menu entry. It's not File Dialog problem. |
wow |
I hope it's fixed now |
It looks ok now |
example1 has tooltipText on Button, but I can't see it in application. Also could not make it work with other widgets.
Testing on Debian with LXDE.
The text was updated successfully, but these errors were encountered: