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

add a protected constructor to QApplication to allow a customized QApplicationPrivate

XMLWordPrintable

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

      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);
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes