1 1.31 is a bug-fix release of Qt and only contains minor changes compared
4 Here is a list of the bug-fixes made in Qt from 1.30 to 1.31.
6 Changing the font of a QButton, QPushButton, QCheckBox or QRadioButton now
9 QRadiobutton: Correct toggling in a QButtonGroup when activated by an
12 QPopupMenu: Items updated correctly when activated by an accelerator.
14 QProgressBar: Base color is no longer fixed to white.
16 QProgressDialog: setLabel() and setCancelButton() now ensure that a given
17 widget is shown and is a child of QProgressDialog.
19 QWidget: setEnabled( FALSE ) now moves focus correctly.
22 QMultiLineEdit: In keyPressEvent() backspace no longer inserts an
23 unprintable character with some rare keyboard layouts.
25 QMenubar: Mouse presses on items without any popup menu are now
28 Changes to fix compile problems under IRIX.
30 Changes to fix compile problems on some versions of AIX.
32 Changes to fix compile problems with aCC on HP-UX.
34 Minor documentation fixes.