···5656// material tint.
5757void makeTransparentFloatingPanel(QWidget *window, double cornerRadius);
58585959+// Prevent a top-level utility/popup QWidget from becoming the key window.
6060+// Useful for suggestion popups that must not steal the insertion cursor from
6161+// the text field that spawned them.
6262+void preventWindowActivation(QWidget *window);
6363+6464+// Ask AppKit to keep the mouse pointer visible after typing. This counters
6565+// macOS hiding the pointer while a non-activating suggestion popup is being
6666+// repositioned under a focused text field.
6767+void keepMouseCursorVisible();
6868+5969// Make the NSWindow's titlebar transparent and hide its title text, so the
6070// behind-window vibrancy reads through the titlebar area as well. The
6171// content view is expanded to full size so Qt widgets can paint into the