Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. control 2
    Log in to post

    • UNSOLVED DRY with Actions in QtControls 2
      QML and Qt Quick • button action control 2 menuitem dry • • Devinder  

      1
      0
      Votes
      1
      Posts
      196
      Views

      No one has replied

    • UNSOLVED Slider display tickmarks using Controls2
      QML and Qt Quick • slider control 2 • • Moisi  

      1
      0
      Votes
      1
      Posts
      130
      Views

      No one has replied

    • SOLVED Qt Quick Controls 2: Combobox Indicator Location
      QML and Qt Quick • combobox control 2 • • ad7000  

      2
      0
      Votes
      2
      Posts
      722
      Views

      Nvm, sorta jumped the gun with the question. Haven't looked at the source, but by inspection it seems the ComboBox's content view covers the underlying mouse area that is used to access the menu. Setting the rightPadding and leftPadding of the ComboBox appropriately uncovers the clickable region on that side of the ComboBox, so, for example, setting rightPadding to 10 gives a 10px wide clickable region on the right, and likewise for the left.
    • UNSOLVED Cannot start QML Emulator
      QML and Qt Quick • qml error design control 2 puppet • • Crash22  

      7
      0
      Votes
      7
      Posts
      2557
      Views

      Unplugging the tablet does not help. You have to at least temporarily disable the driver. The issue is described in detail here: https://bugreports.qt.io/browse/QTBUG-47548 You can stop the driver like this: net stop WTabletServicePro And restart the driver with this command: net start WTabletServicePro