Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-11451

QFontDialog doesn't always open

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.0
    • 4.6.3
    • None
    • Mac OS 10.6.3. Qt 4.6.3.
    • 0e9bd62d

    Description

      Something changed from 4.6.2 to 4.6.3 in how the QFontDialog works.

      In 4.6.3, the following code does not work reliably in my application (the dialog does not open):

      m_font_dialog = new QFontDialog();
      m_font_dialog->setOption(QFontDialog::DontUseNativeDialog, true);
      m_font_dialog->setOption(QFontDialog::NoButtons, true);
      m_font_dialog->show();
      

      Replacing the 4.6.3 libraries with 4.6.2 libraries makes things work perfectly.

      I'm still working on providing a test case project for this bug, but I thought I'd submit it now in case anyone else is having a similar issue.

      Attachments

        1. BadFont.zip
          2 kB
        2. QTBUG-11451.patch
          0.3 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            richard Richard Moe Gustavsen
            cmeyer Chris Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes