Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
19.9k Topics 77.1k Posts
QtWS25 Last Chance
  • Illustrator to QtQuick components

    7
    0 Votes
    7 Posts
    5k Views
    EddyE
    If you like it that much there are even more! Have a look at "our acronym page":http://developer.qt.nokia.com/forums/viewthread/6963.
  • [SOLVED]Can't change state because "can't find variable"

    4
    0 Votes
    4 Posts
    2k Views
    L
    Changing the "state" to "State" didn't help but I managed to call the state from inside the braces of "myComponent" so it works now. Thanks to both from help.
  • Phone Pictures Gallery

    3
    0 Votes
    3 Posts
    3k Views
    J
    Hi, I will try to make it clearer, I want user to select a file location (image from the gallery) with the default folder navigation, like when you go to the gallery to see some pictures. I'm using Nokia 5800 Express Music. I hope you know what I mean, this is driving me crazy. Thanks!
  • [Solved] Truncate a “real” value in a Text field?

    3
    0 Votes
    3 Posts
    3k Views
    T
    very nice, thanks :)
  • Stop propagating key event

    5
    0 Votes
    5 Posts
    6k Views
    G
    Ups, sorry, I haven't looked at the sub forum :-( But perhaps qml has similar things? You have a perent element and add an event handler there which is empry or sets accepted to true.
  • I want to pause my animation on button click:

    11
    0 Votes
    11 Posts
    6k Views
    D
    yes i don't know why yani.paused or sab.paused is not working :(
  • [SOLVED] Create the qml list that will show pictures.

    6
    0 Votes
    6 Posts
    3k Views
    R
    yes of course)
  • [SOLVED] Thread safety with deletion of dynamically created components

    4
    0 Votes
    4 Posts
    2k Views
    M
    No problem! Sleep well!
  • ListElement fields as properties ?

    2
    0 Votes
    2 Posts
    2k Views
    T
    Hello, take a look at "this article":http://developer.qt.nokia.com/wiki/Qt_Quick_Carousel#70b4903abcb62ace84264ad0443ae759 I think you need something like this: @ import QtQuick 1.0 ListModel { property real firstValue: 2 property real secondValue: 3 property real thirdValue: 1 id: leftGrid ListElement { icon: "Images/1.png" } ListElement { icon: "2.png" } ListElement { icon: "3.png" } ListElement { icon: "4.png" } function value(index) { switch(index) { case 0: return leftGrid.firstValue case 1: return ... } } } @
  • [Solved] ListElements (ListModel) defined in other qml files?

    9
    0 Votes
    9 Posts
    7k Views
    T
    Ok will try it :) Thx !
  • How to align row components without using anchors.

    6
    0 Votes
    6 Posts
    25k Views
    A
    thanks "task_struct', thanks for the explanation.
  • How to add multiselect support in qml ListView?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Web View: setting the url doesn't always change the page

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • [Solved] Widget integrated going out of its own zone

    5
    0 Votes
    5 Posts
    2k Views
    M
    You're very welcome! Glad it worked for you. Be sure and edit the title of the thread to add [Solved] at the beginning. Thanks!
  • [Solved] QFrame not showing up

    4
    1 Votes
    4 Posts
    7k Views
    G
    You set a parent in the StatusBar widget. It's likely that it is hidden by the other widgets of your MainWindow. You should put it into a layout.
  • Get QImage from QML Camera element

    2
    0 Votes
    2 Posts
    4k Views
    G
    Ive got answer on other Nokias discussion board: http://www.developer.nokia.com/Community/Discussion/showthread.php?229146-Get-QImage-from-QML-Camera-element&p=861971#post861971
  • QML Basic Types: More information is needed.

    2
    0 Votes
    2 Posts
    2k Views
    M
    Hi, The closest table I know of is http://doc.qt.nokia.com/latest/qml-extending-types.html#supported-property-types I'd suggest adding a note with the suggested information to http://developer.qt.nokia.com/doc/qt-4.7/qdeclarativebasictypes.html, and/or raising a suggestion in the "bug tracker":http://bugreports.qt.nokia.com Regards, Michael
  • [Solved] How to use qml to display a specified part of a picture

    7
    0 Votes
    7 Posts
    8k Views
    M
    Hi, Glad you found a solution for this. Note that using an Item to do the clip, rather than a Rectangle, may be slightly more efficient (a Rectangle will try to paint itself, while an Item won't). Regards, Michael
  • NearFieldSocket QML

    4
    0 Votes
    4 Posts
    3k Views
    M
    [quote author="MamdouhAlShamy" date="1317672071"]does it matter !![/quote] No, it doesn't, really. I was just curious.
  • 0 Votes
    3 Posts
    3k Views
    M
    [quote author="frankiefrank" date="1317642487"]Ok hope no one is getting tired from me solving my own issues :-) [/quote] Glad you were able to figure it out! :-) Be sure and edit your thread title to add [Solved] (regardless of who solved it!)