PDA

View Full Version : edit controls offset in Qt 4.8.0 on Mac OS X



AndyBrice
12th April 2012, 02:54
I notice that the contents of QLineEdit and QSpinBox controls are not correctly left aligned in Qt 4.8.0 on Mac OS X. See the attached screenshots of the identical 'configdialog' example built with Qt 4.7.4 and Qt 4.8.0 (both standard binaries downloaded from Nokia).

7580

It looks wrong and it wastes screen real estate. Is anyone else seeing this? Any idea how to fix it?

ChrisW67
12th April 2012, 07:57
I see the same effect in that example and a bare QLineEdit/QSpinBox on Mac OS X Lion using Qt 4.8.0. Have not tried 4.8.1.
I could not see a bug report or change that obviously relates to this issue but I only had a cursory scan.

AndyBrice
12th April 2012, 11:54
I see the same effect in that example and a bare QLineEdit/QSpinBox on Mac OS X Lion using Qt 4.8.0.

Thanks for replicating it. At least I know it isn't just me. Where is the best place to report a bug to the Qt development team now?

ChrisW67
12th April 2012, 12:34
http://bugreports.qt-project.org

AndyBrice
12th April 2012, 16:31
http://bugreports.qt-project.org

I added a bug there on 04-Apr-12. No response so far.


http://bugreports.qt-project.org

I added a bug there on 04-Apr-12. No response so far.

Added after 6 minutes:

I have added this bug as well:

https://bugreports.qt-project.org/browse/QTBUG-25282

I'm not holding my breath for a response though.

AndyBrice
12th April 2012, 23:39
It appears to be fixed in Qt 4.8.1. Hoorah!