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

When a QTreeWidget is placed into the QGraphicsProxyWidget column resizing has a weird behavior.

    XMLWordPrintable

Details

    Description

      When a QTreeWidget is placed into the QGraphicsProxyWidget column, resizing has a weird behavior. Most noticeably, the resizing pointer (||) does not show up when expected. When it does show, it does not change to a regular pointer when the mouse leaves the area near the column border.

      Test case:

      // ---------------------------------------------
      #include <QtGui>

      int main( int argc, char * argv[] )
      {
      QApplication app( argc, argv );
      QGraphicsScene scene;
      QGraphicsView view( & scene );
      QTreeWidget tree;

      tree.setColumnCount( 3 );
      scene.addWidget( & tree );
      view.show();

      return app.exec();
      }
      // ---------------------------------------------

      Attachments

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

        Activity

          People

            bjnilsen Bjørn Erik Nilsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes