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

add a protected constructor to QApplication to allow a customized QApplicationPrivate

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.15.2, 6.2.1
    • Widgets: Main Window
    • None
    • All

    Description

      Just like many other widgets, provide a protect constructor to allow customized QApplicationPrivate will give more flexibility to QApplication.

      like this:

      protected:
          QApplication(int &argc, char **argv, QApplicationPrivate &dd, int = ApplicationFlags);
      

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            likang Kang Li
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes