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

Border of QTableView does not changes over css

    XMLWordPrintable

Details

    Description

      Steps to reproduce / test case
      The border of QTableView does not changes over css in such case:

      QTableView 
      { 
          border: solid 5px green; 
      } 
      

      But if I write

      QTableView 
      { 
          border-width: 5px; 
          border-style: solid; 
          border-color: green 
      } 
      

      the border changed.

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            sthomass Stian Sandvik Thomassen (closed Nokia identity) (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes