TrueFramelessWindow icon indicating copy to clipboard operation
TrueFramelessWindow copied to clipboard

A true frameless window with Qt, on both Windows and macOS

Results 21 TrueFramelessWindow issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for this project reference, The one on the left does not seem to have a transparent frosted effect (Aero Glass)? And the right one also...

With this trueframeless windows i'm not succeed to add icon for the taskbar. I tried : `RC_ICONS = icon.ico in the .pro` I tried : ``` HICON hWindowIcon = LoadIcon(GetModuleHandle(NULL),...

When dragging the window to my second screen I can't drag it after that again. Resizing still works and the toolbar's childwidgets are also still working. This only happens when...

Maybe I don't know what I was expecting, but entire Window is blue and ugly with ugly buttons. And the window is basically non-functional, I tried to use it in...

Hovering the mouse over the green button should show a popup to go into FullScreen, or snap and cover the left half of the screen, or right half. After minimizing...

It does move with Qt5.15, but not with Qt6. Using this code in OSXHideTitleBar.mm did not help: `[nativeWindow setMovableByWindowBackground:YES];`

hi, how prohibit the pop menu,I cant find the way

When I try to add some openGL Widget, I lose almost all interaction ... unable to move, to resize etc... Any idea ? :( any tips ?

I try to add shortcut inside the QWinWidget with 👍 `QShortcut* ss = new QShortcut(QKeySequence(tr("F2", "Rename Record")), this); ss->setContext(Qt::ShortcutContext::ApplicationShortcut); connect(ss, &QShortcut::activated, this, [=]() { qDebug()