how to display the QLable content without a minimize, maximize, close button
Unsolved
General and Desktop
-
This Image is created using QMovie . I am splashing this while clicking my application. But this i want to edit . I dont want those buttons.I want something like this (For Eg: while installing an application an pop up will come in which it blurs the background portion and only that pop up will be displayed to select yes or no . In that manner i want the loading gif video should be displayed . Is there any way possible ?)
-
You need to:
- set this label to be application modal
- set window flags (https://doc.qt.io/qt-5/qwidget.html#windowFlags-prop), esp. look at FramelessWindowHint