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

Feature Request: QTabWidget::setCornerWidget to work with East and West position

    XMLWordPrintable

Details

    • Windows

    Description

      Qt Documentation says that for TabPosition as East and West, corner Widget does not work properly, Like for the following code, pushButton is not shown for east and west postions:

        QPushButton *button = new QPushButton("AddPage",this);
        button->setGeometry(0,0,120,20);
        tabWidget->setTabPosition(QTabWidget::West);
        tabWidget->setCornerWidget(button,Qt::TopLeftCorner);
      

      It would be nice if setCornerWidget can work with all tab postions.

      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
            shmittal Shveta Mittal (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