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

![20190705](https://user-images.githubusercontent.com/30395561/60693950-dc8b8380-9f0e-11e9-9272-329b3211c8ae.png) First thanks for you great work. I found a problem that the color of window tilte is different to your demo picture. (Run in Ubuntu18.04 and use cmake to...

I want to be able to have a parent for my child-widget as the default (qt)-behavior. It works as expected if I don't use the frameless widget but when I...

everything is ok while maximized or full screen, but it does not show when its on custom window size mode. ![normal](https://user-images.githubusercontent.com/35834865/52842552-e3108e80-3118-11e9-8532-3cb331f92aaf.png) and while maximized its showing! ![maximized](https://user-images.githubusercontent.com/35834865/52842584-f28fd780-3118-11e9-8c38-baf7bc8e91c4.png)

point click enable select done? i need this for qbittorrent and VLC 3 ... but seems hard... Though I saw screenshots of dark qbittorrent and it was beautiful :) windows...

`QCheckBox` inside `QComboBox `does not respect modal behavior when QStyleFactory is Fusion. This has been known and raised as QTBUG-60310 [https://bugreports.qt.io/browse/QTBUG-60310](url). I have modified Qstyle in DarkStyle.cpp to Windows. This...

bug

I think the issue is evident from the screenshot: ![image](https://user-images.githubusercontent.com/1175926/43048869-89e71190-8df7-11e8-90a2-1ea3551775a3.png)

bug

I was searching for a repository that didn't have that many glitches when I found this: https://github.com/dfct/TrueFramelessWindow I would keep the original Qt-Frameless-Window-DarkStyle code to support linux though Edit: Also...

enhancement

I've noticed that when running my application with the frameless window. My QOpenGLWidget becomes unresponsive due to the calls to QGraphicsDropShadowEffect. Removing all calls in framelesswindow.cpp fixes this issue. Here...

bug
enhancement

Add functionality to resize window on each side and corner and not only by QSizeGrip on BottomRight corner!

enhancement
help wanted