跳到內容

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.1k 主題 77.7k 貼文
  • Screen.pixelDensity vs Screen.logicalPixelDensity

    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Flickable does not react to the movement of the mouse

    2
    0 評價
    2 貼文
    679 瀏覽
    sierdzioS
    @ flickableItem.interactive: true @
  • QtQuick 2 performance

    4
    0 評價
    4 貼文
    1k 瀏覽
    sierdzioS
    As far as I know, the answer is no. It needs to use OpenGL.
  • Pinch and zoom for camera using Qml

    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Tab View How to Get Currently Selected Tab and Make an Element visible

    5
    0 評價
    5 貼文
    3k 瀏覽
    H
    Thanks man, it really helpful.....
  • Error while compiling qml program..

    2
    0 評價
    2 貼文
    671 瀏覽
    A
    Do you have such file on your PC? If so then check an include path in .pro file and add it if does not exists.
  • Import QT Components in QT Creator

    5
    0 評價
    5 貼文
    1k 瀏覽
    W
    Yes thanks for your help. Now I found it :) How can I make a Sidebar?
  • Get items after loading a qml file using the Loader QML

    5
    0 評價
    5 貼文
    1k 瀏覽
    T
    [quote author="Dheerendra" date="1407907351"]You can access the children object of Item. That is the only way. Your posting already included this. You can try with only this as you have done it. @ console.log(pageL.item.children[0].width) console.log(pageL.item.children[1].width) @[/quote] OK, thank you very much.
  • QtQuick 2.2 and states

    2
    0 評價
    2 貼文
    663 瀏覽
    sierdzioS
    There are several ways you can run a QML app, but mixing them is not supported. Qt Creator's default template uses Window by default, but you can change this. Here is how: Change Window to Rectangle, like you've already tried In c++ code, use QQuickView class to display your QML file An alternative would be to leave everything as-is, and just add a root Rectangle element (that is, add a rectangle to Window, make use anchors.fill = parent), and handle states there.
  • Transform color of Image?

    6
    0 評價
    6 貼文
    6k 瀏覽
    F
    try "coloroverlay":http://qt-project.org/doc/qt-5/qml-qtgraphicaleffects-coloroverlay.html
  • [Solved] Truncate,trim strings in qml

    3
    0 評價
    3 貼文
    10k 瀏覽
    B
    Thanks sierdzio That solved my requirement @Ex: r_imageName = fileName.replace("Thumb_","") r_imageName = r_imageName.replace(".png",".jpg")@ Thanks Bala Beemaneni
  • How to capture image with .png extension using qml camera

    4
    0 評價
    4 貼文
    2k 瀏覽
    B
    Hi p3c0,Dheerendra, Thanks for reply.. I am working on ubuntu and cross compiling to android.wen i give that it saves with .jpg extension nly Thanks Bala Beemaneni
  • How to create List view inside another list view

    1
    0 評價
    1 貼文
    583 瀏覽
    尚無回覆
  • Qml problem with signals, error 'Expected token `,'

    7
    0 評價
    7 貼文
    7k 瀏覽
    sierdzioS
    Parallel problem solving, nice ;-)
  • Qt commercial chart building and usage

    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, Qt Commercial Chart is a commercial product, you should contact Digia directly
  • Little mistake in example

    9
    0 評價
    9 貼文
    2k 瀏覽
    T
    Mmm... it is strange then because I don't understand why it is not working. Thanks anyway!
  • How to combine Qt/c++ file with a qml file in one project?

    9
    0 評價
    9 貼文
    2k 瀏覽
    Y
    Ok , Thank you for the clarification.
  • CustomItem derived from QQuickItem and exposed to QML has incorrect alignment

    1
    0 評價
    1 貼文
    929 瀏覽
    尚無回覆
  • [Solved]Loader with custom type

    3
    0 評價
    3 貼文
    922 瀏覽
    D
    [quote author="sierdzio" date="1406623459"]I suspect you need to import "home/user" folder, otherwise the Loader does not know where to look for CustomType.[/quote] Yes, because the files are located in the resource, need to import as: @import "qrc:///qml"@ thx.
  • Possible bug calendar?

    1
    0 評價
    1 貼文
    778 瀏覽
    尚無回覆