The QDialog being pushed down by the task bar is a thing, which exists all time, and is due to the nature of Dialogs. They should usually not be used in full screen. This was usually compensated by changing the behavior of the bar, but on some OS this is not possible. This PR reworks the QDialog to QMainwindws, so they have the overlapping property.
The QDialog being pushed down by the task bar is a thing, which exists all time, and is due to the nature of Dialogs. They should usually not be used in full screen. This was usually compensated by changing the behavior of the bar, but on some OS this is not possible. This PR reworks the QDialog to QMainwindws, so they have the overlapping property.
Some additional housekeeping things like: