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. QSplitter - Mouse cursor on Mac OSX
QtWS25 Last Chance

QSplitter - Mouse cursor on Mac OSX

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.5k Views
  • 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
    maximus
    wrote on last edited by
    #1

    Hey guys,

    On windows, the cursor change when hovering a QSplitter.

    However on mac nothing change, so the users don't notice that it's a QSplitter (just look like an horizontal line..)
    Is there a way to "force" the cursor to change on the Splitter hover? I don't think it's possible with Stylesheets.

    Here is my current Stylesheet for all my QSplitter:
    @QSplitter::handle {
    background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0,
    stop:0 rgba(101, 104, 113, 255),
    stop:0.5 rgba(101, 104, 113, 235),
    stop:1.0 rgba(101, 104, 113, 255));
    }@

    Update
    Weird.. sometime it shows the correct cursor, sometimes not, investigating!

    Thanks
    Max


    Free Indoor Cycling Software - https://maximumtrainer.com

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

      Hi,

      What version of OS X and Qt are you running ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maximus
        wrote on last edited by
        #3

        Hey SGaist,

        Using OSX Mavericks Qt 5.4
        Just found out the problem only occur after a video has started inside the video player. I'm about to release the alpha version on Mac OS, it will be available tonight on website. This little thing can wait for later, thanks


        Free Indoor Cycling Software - https://maximumtrainer.com

        1 Reply Last reply
        0
        • M Offline
          M Offline
          maximus
          wrote on last edited by
          #4

          another thread for this.. sorry


          Free Indoor Cycling Software - https://maximumtrainer.com

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Do you also experience this without the style sheet applied ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

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