Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. combobox drop menu style on Mac OS X
Forum Updated to NodeBB v4.3 + New Features

combobox drop menu style on Mac OS X

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
qtquickqtquick controlqml
3 Posts 2 Posters 1.7k 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.
  • shavS Offline
    shavS Offline
    shav
    wrote on last edited by
    #1

    Hi everyone!

    I have a question about combobox style. In my application I need to change dropdown menu style. I found this:

    style: ComboBoxStyle {
        __dropDownStyle: MenuStyle {
            frame: Rectangle {
                implicitHeight: 200
                implicitWidth: control.width
                color: "green"
                clip: true
            }
            itemDelegate.label: Text {
                color: styleData.selected ? "red" : "black"
                text: styleData.text
            }
        }
    }
    

    But on OS X this code does't work. How I can change menu style for combobox?

    Mac OS and iOS Developer

    1 Reply Last reply
    0
    • jpnurmiJ Offline
      jpnurmiJ Offline
      jpnurmi
      wrote on last edited by
      #2

      On OS X, it's a native menu popup that you can't style using QML.

      shavS 1 Reply Last reply
      0
      • jpnurmiJ jpnurmi

        On OS X, it's a native menu popup that you can't style using QML.

        shavS Offline
        shavS Offline
        shav
        wrote on last edited by
        #3

        @jpnurmi Thanks for the reply. This bad news. I think I need find another way for solve my problem. I'll let you know about any progress in this.

        Mac OS and iOS Developer

        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