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

I've tried setting min/max height in via stylesheet, and also this->statusBar->hide() but nothing is working. Any tips?

Hi everyone and @Jorgen-VikingGod of couse... Using this lib with my app and get some strange result, when i try to maximise `QWizard`: ![image](https://user-images.githubusercontent.com/22058642/138881926-4db28e09-24c9-4b81-b810-acb75d7f20ca.png) `QWidgets` works fine: ![image](https://user-images.githubusercontent.com/22058642/138881996-cb1cafb1-fa26-4c0d-8a74-6e0a3fe678ca.png) Fix it...

Upload project on my repository Qt-widgets in Styles folder This is .cpp and .h [framelesswindow.zip](https://github.com/Jorgen-VikingGod/Qt-Frameless-Window-DarkStyle/files/7153080/framelesswindow.zip) Give me a star or emoji if helps Thanks

Hi I have a question.. about resize and move the window. generally, windows on Windows system can be resize and move from combination with [Win-key] and [Arrow key]. is there...

hi, while trying the example code im unable to make it work, i simply used the code on the readme.mo and added the resources, yet i allways get the same...

Hello, I noticed that when an item is disabled in a QComboBox there are two overlapping texts in white and grey color with a small offset ![Capture](https://user-images.githubusercontent.com/38719983/93778974-bd1d6b00-fc26-11ea-841e-10af87d97d1b.PNG) I tried to...

Hi, your stylesheet looks amazing. I am programming a project plus GUI for a scientific project and would like to use it. Is it possible to add the stylesheet to...

Hi I want to achieve the same look as shown in the README file. I need to compile using Qt 5.12 on Ubuntu 18.04, and this is the result: ![Screenshot...

I have a few QPushbuttons in my view. They are programmatically added to the view. While the text color works fine in the buttons, the background color remains white in...