getting the issues with QDialog
-
Hi, I’ve created a dialog box for my desktop application. In the application, I have a QPushButton that opens this dialog. However, sometimes when I click the button, a shadow appears around the top-left margin of the dialog during its creation. I’m using a std::unique_ptr to create the dialog class instance. Anyone face this iusse in qt ? and anyone can give solution for this...
-
Hi, I’ve created a dialog box for my desktop application. In the application, I have a QPushButton that opens this dialog. However, sometimes when I click the button, a shadow appears around the top-left margin of the dialog during its creation. I’m using a std::unique_ptr to create the dialog class instance. Anyone face this iusse in qt ? and anyone can give solution for this...
-
And what's the difference between these two pictures?