I want a custom screen to have the default “minimize maximize” controlls in the top right. After updating to 4.12 this one screen now has a “?” in the to right.
Hi Caleb, We are running 6.0.3 and are looking to add the minimize and maximize controls to our screens. We also have the ? where they would be. Did you ever get an answer to this this post?
@rshapiro,
Is this a custom screen that you are trying to change?
For me it was that the UI somehow changed from a QWidget to a QDialog.
I had to export the screen into a text editor and change the widget class to QWidget.
After that just save and import over the old UI and it should work
Yes, these are custom screens. I will look to see if this is what is happening. Thanks.