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

Hello, When I switch the app on full screen and then switch back to the normal size, the title bar is not hidden anymore. Thanks

when there is a widget that has a attribute Qt::WA_NativeWindow inside the mainwindow, QWinWidget will never receive any native event. to fix this, install a native event filter for QWinWidget...

I have been trying to get multiple windows working without much luck. I don't know how to go about it at all. At first I tried pure inheritance but I...

You need to add -luser32 to the LIBS on Windows to get this to compile, otherwise most stuff are unresolved externals.

It does not work as call setcentralwidget with QVTKWidget in Widget.cpp My code is simple. QVTKWidget * vtkw; vtkw = new QVTKWidget; this->setCentralWidget(vtkw); I can not move dialog and resize,...

When the TrueFramelessWindow app loses focus, it gains it's borders back. This only occurs on Windows 7.

Hello, When I press Alt + Space in Windows to show the Windows menu, I need to click twice to execute the command like minimize, resize, etc .. eg: A...

When I create a bar menu, I lose focus by clicking on the menu.

First of all, thank you for this ! It's been a while I wanted to code this and never took the time for it... I tried it and everything worked...

**Do I just open the files in Qt creator?** because I tried doing that but I got tons of errors when I tried to run it. ![Screenshot_8](https://github.com/dfct/TrueFramelessWindow/assets/141464633/0c7e0279-e9b6-4fc4-8e8b-76498afee4d1)