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

On Qt Carbon, the flag Qt::FramelessWindowHint is ignored for modal window with a title

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • 4.6.0, 4.7.1
    • 4.5.1
    • GUI: Window management
    • None

    Description

      Here is an example to reproduce the problem (the title bar is shown, even with FramelessWindowHint):

      #include <QtGui>

      int main(int argc, char **argv){
      QApplication app(argc, argv);
      QDialog widget;
      widget.setWindowTitle("QtSoftware");
      widget.setWindowFlags(Qt::FramelessWindowHint);
      widget.setModal(true);
      widget.show();
      return app.exec();
      }

      Attachments

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

        Activity

          People

            dzyubenk Denis Dzyubenko (Inactive)
            poulain Benjamin Poulain (closed Nokia identity) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes