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

Widgets/style sheets: border-bottom property not working

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 5.6
    • Widgets: Style Sheets
    • None
    • Windows 7 x64

    Description

      I am using this version of Qt Creator:
      Qt Creator 4.0.1
      Based on Qt 5.6.1 (MSVC 2013, 32 bit)
      Built on Jun 6 2016 17:10:42
      From revision 6863acfe91
      Copyright 2008-2016 The Qt Company Ltd. All rights reserved.

      Description: When trying setting border-bottom property, e.g. "border-bottom: 1px solid #ff0000", it is not showing up.
      Expected result: Working border-bottom CSS property, since it is clearly stated that this property is supported (http://doc.qt.io/qt-4.8/stylesheet-reference.html#list-of-properties).

      Steps to reproduce:
      1. Select any widget.
      2. By changing its stylesheet, set "border-bottom: 1px solid #ff0000".
      3. Click "Apply".
      4. No result will be shown.

      Possible workaround:
      border: 1px solid #ff0000;
      border-top: none;
      border-left: none;
      border-right: none;

      Attachments

        1. BorderBottomBug.rar
          2 kB
        2. Capture.PNG
          Capture.PNG
          12 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            vaidotas Vaidotas Strazdas
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes