Navigation

    Qt Forum

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

    • SOLVED qt.labs.controls - Pane in Pane problem
      QML and Qt Quick • 5.6.0 labs.controls • • ekkescorner  

      2
      0
      Votes
      2
      Posts
      775
      Views

      found it for the inner Pane I had to set Pane { leftPadding: 0 rightPadding: 0 now all content from inner Pane is justified to content from outer Pane :) found out that by default the Pane has a padding of 6
    • SOLVED Qt 5.6 - qt.labs.controls - ApplicationWindow width / height
      QML and Qt Quick • qt 5.6 qtquickcontrols labs.controls • • ekkescorner  

      3
      0
      Votes
      3
      Posts
      922
      Views

      @jpnurmi thx forthe info. then I will remove this for mobile app development
    • UNSOLVED Qt Labs Controls & icon resources
      QML and Qt Quick • scaling controls 2 resources icons labs.controls • • morte  

      2
      0
      Votes
      2
      Posts
      994
      Views

      icons depend on DevicePixelRatio and are named this way: myIcon.png - corresponds to 1.0 and mdpi - use this name in qml myIcon@2x.png - 2.0 and xhdpi myIcon@3x.png - 3.0 and xxhdpi myIcon@4x.png - 4.0 and xxxhdpi if you want to know the DevicePixelRatio: C++ qApp->primaryScreen()......
    • SOLVED Qt Labs Controls font issues
      QML and Qt Quick • font controls 2 labs.controls • • morte  

      3
      0
      Votes
      3
      Posts
      850
      Views

      I've created a task https://bugreports.qt.io/browse/QTBUG-50984 so it doesn't get forgotten.
    • UNSOLVED Qt.labs.controls in Qt5.6 beta Slider, stepSize, snapMode
      QML and Qt Quick • qml labs.controls beta • • Mapau  

      5
      2
      Votes
      5
      Posts
      1338
      Views

      We will push only stabilizing bug fixes to the 5.6 branch, so it will stay compatible with the 5.6.0 RC/release packages. All new features are pushed to the dev/5.7 branch. Technically 5.7 is already feature frozen when the branch gets created, but modules previously stamped as tech previews have an exception so we can continue the development full speed. We still got plenty of things to do before we have earned the final stamp. :)