Skip to content

Native Tooltip#11786

Open
Murmele wants to merge 2 commits into
slint-ui:masterfrom
Murmele:mm/native-tooltip
Open

Native Tooltip#11786
Murmele wants to merge 2 commits into
slint-ui:masterfrom
Murmele:mm/native-tooltip

Conversation

@Murmele
Copy link
Copy Markdown
Contributor

@Murmele Murmele commented May 19, 2026

  • If the change modifies a visible behavior, it changes the documentation accordingly
  • If possible, the change is auto-tested
  • If the changes fixes or close an existing issue, the commit message reference the issue with Fixes Tooltip: use native popup window instead of ChildWindow overlay #11705 or
  • If the change is noteworthy, the commit message should contain ChangeLog: ...

@Murmele Murmele changed the title Mm/native tooltip Native Tooltip May 19, 2026
@Murmele Murmele force-pushed the mm/native-tooltip branch 3 times, most recently from 8a28d84 to 33cc8c7 Compare May 22, 2026 14:47
@Murmele Murmele requested review from michneaionuc and ogoffart May 22, 2026 16:09
@Murmele Murmele force-pushed the mm/native-tooltip branch from 1c51332 to af8143e Compare May 22, 2026 16:13
@Murmele Murmele marked this pull request as ready for review May 26, 2026 06:35
@Murmele Murmele force-pushed the mm/native-tooltip branch from 914fa1b to 593418c Compare May 27, 2026 12:28
@Murmele Murmele force-pushed the mm/native-tooltip branch from cdddc12 to 9df6150 Compare May 27, 2026 13:43
@Murmele Murmele force-pushed the mm/native-tooltip branch from 9df6150 to f7b2e3b Compare May 27, 2026 13:44
Comment thread tests/cases/elements/tooltip_on_button.slint Outdated
@Murmele Murmele requested review from tronical and removed request for ogoffart May 27, 2026 13:46
pub const Qt_TextFlag_TextForceRightToLeft: Qt_TextFlag = 262144;
pub const Qt_TextFlag_TextLongestVariant: Qt_TextFlag = 524288;
pub type Qt_TextFlag = ::std::os::raw::c_uint;
pub const Qt_WindowType_Widget: Qt_WindowType = 0;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please extend the command line at the top of the file to include the window type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tooltip: use native popup window instead of ChildWindow overlay

2 participants