Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.0k Topics 77.4k Posts
  • Crash Simple QtQuick App

    6
    0 Votes
    6 Posts
    2k Views
    daneshvar.huD
    [Solved] I Install "Qt 5.3.1 for Windows 64-bit (VS 2013, 573 MB)". this problem whenas for OpenGL < 2 Read this article : "Qt 5 on Windows ANGLE and OpenGL":http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL
  • Qt Quick Bad Drawing "todos" Example

    2
    0 Votes
    2 Posts
    603 Views
    daneshvar.huD
    [Solved] I Install "Qt 5.3.1 for Windows 64-bit (VS 2013, 573 MB)". this problem whenas for OpenGL < 2 Read this article : "Qt 5 on Windows ANGLE and OpenGL":http://qt-project.org/wiki/Qt-5-on-Windows-ANGLE-and-OpenGL
  • Screen.pixelDensity vs Screen.logicalPixelDensity

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Flickable does not react to the movement of the mouse

    2
    0 Votes
    2 Posts
    670 Views
    sierdzioS
    @ flickableItem.interactive: true @
  • QtQuick 2 performance

    4
    0 Votes
    4 Posts
    1k Views
    sierdzioS
    As far as I know, the answer is no. It needs to use OpenGL.
  • Pinch and zoom for camera using Qml

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tab View How to Get Currently Selected Tab and Make an Element visible

    5
    0 Votes
    5 Posts
    3k Views
    H
    Thanks man, it really helpful.....
  • Error while compiling qml program..

    2
    0 Votes
    2 Posts
    656 Views
    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 Votes
    5 Posts
    1k Views
    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 Votes
    5 Posts
    1k Views
    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 Votes
    2 Posts
    646 Views
    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 Votes
    6 Posts
    5k Views
    F
    try "coloroverlay":http://qt-project.org/doc/qt-5/qml-qtgraphicaleffects-coloroverlay.html
  • [Solved] Truncate,trim strings in qml

    3
    0 Votes
    3 Posts
    10k Views
    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 Votes
    4 Posts
    2k Views
    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 Votes
    1 Posts
    572 Views
    No one has replied
  • Qml problem with signals, error 'Expected token `,'

    7
    0 Votes
    7 Posts
    7k Views
    sierdzioS
    Parallel problem solving, nice ;-)
  • Qt commercial chart building and usage

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, Qt Commercial Chart is a commercial product, you should contact Digia directly
  • Little mistake in example

    9
    0 Votes
    9 Posts
    2k Views
    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 Votes
    9 Posts
    2k Views
    Y
    Ok , Thank you for the clarification.
  • 0 Votes
    1 Posts
    921 Views
    No one has replied