Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] Qt Border Color
Forum Updated to NodeBB v4.3 + New Features

[Solved] Qt Border Color

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 24.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    needhelp_gh
    wrote on 18 May 2012, 15:49 last edited by
    #1

    Hi,

    I am trying to change the border color of any UI element in Qt, but it doesn't seem to have effect when I click on the item & go to stylesheet & write:

    @border-color: rgb(0, 0, 0);@

    Anyone else get this or have a solution? Thanks!!


    http://abstrusegoose.com/432

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sam
      wrote on 19 May 2012, 08:00 last edited by
      #2

      Hi,

      You need to write
      @
      border: 2px solid red; @

      1 Reply Last reply
      0
      • F Offline
        F Offline
        francomartins
        wrote on 19 May 2012, 11:20 last edited by
        #3

        try it :
        @
        border-color: rgb(0, 0, 0);
        border-width : 1.2px;
        border-style:inset;
        @

        working for me

        1 Reply Last reply
        1
        • N Offline
          N Offline
          needhelp_gh
          wrote on 22 May 2012, 21:56 last edited by
          #4

          Worked!! Thanks, guys. :)


          http://abstrusegoose.com/432

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Sam
            wrote on 23 May 2012, 05:05 last edited by
            #5

            Kindly edit your first post and set the title as [Solved].

            Thanks

            1 Reply Last reply
            0

            1/5

            18 May 2012, 15:49

            • Login

            • Login or register to search.
            1 out of 5
            • First post
              1/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved