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. QFrame, focus, border
Forum Updated to NodeBB v4.3 + New Features

QFrame, focus, border

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 894 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.
  • M Offline
    M Offline
    minjunkim
    wrote on last edited by minjunkim
    #1

    hi,

    Is it possible to use QFrame:focus?

    i want this

    QFrame:focus{
    background-color: rgb(207, 207, 207);
    border: solid rgb(166, 255, 238);
    border-width: 2px;
    }

    but it doesn't work...

    Clicking does not respond anything

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Sure it is.
      But you must set its focus policy to clickFocus.
      alt text

      Default is Nofocus and so it wont get focus.
      It works if you change it. just tested.

      alt text

      M 1 Reply Last reply
      5
      • M Offline
        M Offline
        minjunkim
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • mrjjM mrjj

          Hi
          Sure it is.
          But you must set its focus policy to clickFocus.
          alt text

          Default is Nofocus and so it wont get focus.
          It works if you change it. just tested.

          alt text

          M Offline
          M Offline
          minjunkim
          wrote on last edited by
          #4

          @mrjj
          Hi

          it perfectly works!

          Thank you very much mrjj!!

          1 Reply Last reply
          1

          • Login

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