Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

simple MainWindow class implementation with frameless window and custom dark style. It adds also support for titlebar and buttons (minimize, maximize, close)

Results 27 Qt-Frameless-Window-DarkStyle issues
Sort by recently updated
recently updated
newest added

Hey, I'm investigating a problem with my frameless app and tried yours to see if I run into the same problem. Since I'm using the 10.13 SDK using the `Qt::FramelessWindowHint`...

bug
help wanted
question

Hello. There are some rendering issues with the Group box when compiling for Android. I've attached a screenshot. Thanks for making this and have a nice day! :) ![screenshot from...

bug

Theme works great on windows but on mac I'm seeing what looks like a 1 pixel edge where the shadow ends. Anyone else seeing something like this or do I...

bug
question

add feature to snap window on screen edges by moving around. **Can be tricky for multi screen environments with different resolutions!**

enhancement
help wanted

when the framelesswindows is used in a parent widget. in a MainWindow.cpp , the MainWindow construction funcition like: ``` QWidget* m_widget1 = new FramelessWindow(this); m_widget1->resize(200, 200); m_widget1->show(); ``` the framelesswindows...

fix: border can't resize when framelesswindows in a parent widget fix:the FramelessWindow's bottom right corner can't drag