thiagomg / twithiago

Automatically exported from code.google.com/p/twithiago
0 stars 0 forks source link

No close button for the configuration dialog box on Mac #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the application on Mac
2. Open the configuration
3.

What is the expected output? What do you see instead?
The dialog box was suposed to have a close button at the tittle bar, but there 
is no button at all.

Please use labels and text to provide additional information.
May be it's an issue with QT and QDialog on Mac.

Original issue reported on code.google.com by golim...@gmail.com on 9 Dec 2009 at 1:15

GoogleCodeExporter commented 9 years ago
Setting the window flag manually resolves the issue on Mac.
I'm going to run some tests on Linux and see if it is still working there.

Original comment by golim...@gmail.com on 9 Dec 2009 at 1:17

GoogleCodeExporter commented 9 years ago
Apparently it's normal to have no tittle bar buttons for QDialog (on Mac). 
QTCreator doesn't have it itself (when open the preferences dialog). 

Original comment by golim...@gmail.com on 9 Dec 2009 at 1:27

GoogleCodeExporter commented 9 years ago
Maybe an option for it is change QDialog to QWidget

please if you can, implement a new class that derives QWidget, or use the one 
I'm 
attaching here :)

Original comment by thie...@gmail.com on 9 Dec 2009 at 10:47

Attachments: