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

Qt 5 to-do in QWidget

    XMLWordPrintable

Details

    • ee5bd5349bb8d781524307627b205676726d09a7

    Description

      qtbase/src/widgets/kernel/qwidget.cpp
      void QWidget::setContentsMargins(int left, int top, int right, int bottom)
      {
      ...
          // ### Qt 5: compat, remove
          if (isVisible()) {
              update();
              QResizeEvent e(data->crect.size(), data->crect.size());
              QApplication::sendEvent(this, &e);
          } else {
              setAttribute(Qt::WA_PendingResizeEvent, true);
          }
      ...
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-25119
        # Subject Branch Project Status CR V

        Activity

          People

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes