Hello,

If a font is specified in Qt designer as 8 point and later changed at
run time to 15 point the change has no effect.  This source worked in
4.4.3 and the initial version  4.5.  A segment is below.

        QFont font =
Configuration::Instance().InterfaceConfig()->GetListFont();

        // Debug lines
        int size = font.pointSize();    // the result here is 15
        QString s = font.family();      // the result here is a
different font
        // End Debug

      listWidget->setFont(font);        // No change as a result of this
statement




_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to