1 Attachment(s)
edit controls offset in Qt 4.8.0 on Mac OS X
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).
Attachment 7580
It looks wrong and it wastes screen real estate. Is anyone else seeing this? Any idea how to fix it?
Re: edit controls offset in Qt 4.8.0 on Mac OS X
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.
Re: edit controls offset in Qt 4.8.0 on Mac OS X
Quote:
Originally Posted by
ChrisW67
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?
Re: edit controls offset in Qt 4.8.0 on Mac OS X
Re: edit controls offset in Qt 4.8.0 on Mac OS X
Quote:
Originally Posted by
ChrisW67
I added a bug there on 04-Apr-12. No response so far.
Quote:
Originally Posted by
ChrisW67
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.
Re: edit controls offset in Qt 4.8.0 on Mac OS X
It appears to be fixed in Qt 4.8.1. Hoorah!