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

Main Application window font changes when I launch QFileDialog for browsing files on linux

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P2: Important
    • None
    • 4.8.0
    • None
    • Red Hat Linux 5.4

    Description

      Hello ,

      we are using qt 4.8.0 version to build application.

      On Red Hat Linux5.4, I am using following code for browsing files/save files.

      QFileDialog filedialog (parent_widget,"Select File",dir, filter);
      filedialog.setFileMode(QFileDialog::AnyFile);
      filedialog.setCaption ("Select File");
      filedialog.setViewMode (QFileDialog::Detail);
      filedialog.exec();

      once the filedialog.exec(); executed , it changes the font of main application. i have attached the snapshot for reference.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            frederik Frederik Gladhorn
            yhodage Yogesh Hodage
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes