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

Scrollbar deletes part of styled parent widget border

    XMLWordPrintable

Details

    Description

      The attached picture shows the problem. The horizontal scrollbar deletes the right border of the styled parent widget and the vertical scrollbar deletes the bottom border of the styled parent widget. It does not matter if the scrollbar uses stylesheet. Also if scrollbar is not styled via stylesheet, the border of the styled parent widget is deleted. Here is the stylesheet for the dock widget in the picture:

      QDockWidget > QWidget
      {
      border: 1px solid #7f7f7f;
      border-top: none;
      background-color: #333333;
      }

      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
            ukindler Uwe Kindler
            Votes:
            7 Vote for this issue
            Watchers:
            10 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes