Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.0k Topics 77.4k Posts
  • BackgroundVisible property in TextArea, bug?

    2
    0 Votes
    2 Posts
    655 Views
    L
    Nope, just set it to false and you'll get the rectangle's background.
  • Concept of how to pass (hierarchical) data to a custom item

    2
    0 Votes
    2 Posts
    806 Views
    R
    push
  • QML Syntax check

    3
    0 Votes
    3 Posts
    3k Views
    K
    Thanks, syntax or not:-) I need a way to detect such errors. You are right, with @ height: myValue @ I get a ReferenceError: myValue is not defined message, which is very helpfull. But not for the line @ height: parent.heightt @ I see no reason to ignore the second one except a bug. Best Steffen
  • 0 Votes
    4 Posts
    2k Views
    L
    For sending strings, you can check the code posted above. When you want to switch pages, simply send the loadPage signal and the string as the argument. As you can see, I've used the pageName string to change the page. I don't know about the Person class, maybe you can use variant, or perhaps QtObject, but I'm really not sure.
  • Qt Mobility 1.1.0 installation help

    20
    0 Votes
    20 Posts
    14k Views
    B
    @srav219: Did you find your solution? I am having the same problem as you. It works when I run on my Ubuntu desktop, but it does not run on my embedded target device (Angstrom). I can build (cross compile) it just find on my host machine, but running on the target does not work. Please help! Thanks,
  • [Solved]QML is possible to carry on a QMainWindow?

    4
    0 Votes
    4 Posts
    1k Views
    F
    with Qt5.1 void MainWindow::on_pushButton_clicked() { QQuickView *view = new QQuickView; qDebug()<<"flavio"; view->setSource(QUrl("qrc:/qml/pathview/pathview-example.qml")); view->show(); }
  • Flickable make it not return

    2
    0 Votes
    2 Posts
    667 Views
    L
    It should do that, unless you're pulling in the wrong direction. Try pulling in the opposite direction. You may want to limit the flickableDirection property to Flickable.VerticalFlick so you can test for just one axis.
  • TableView - interact between itemDelegate and rowDelegate

    1
    0 Votes
    1 Posts
    858 Views
    No one has replied
  • I want a Date Picker for my app ?

    3
    0 Votes
    3 Posts
    2k Views
    S
    Thank you tucnak. Edit : but is there a solution to style spinboxes to be accessible through touch screens ?
  • Style Settings in Qt Quick (+ Designer)

    1
    0 Votes
    1 Posts
    602 Views
    No one has replied
  • Individual function invokation

    1
    0 Votes
    1 Posts
    623 Views
    No one has replied
  • 'Sequential' statechanges

    4
    0 Votes
    4 Posts
    1k Views
    L
    Perhaps you could use a SequentialAnimation and PropertyAction inside it after the pop-up animation. Then for PropertyAction you can enable/disable the Submenubars as needed. This way you could prevent the user from clicking any other buttons until the animation finishes. So just set enable to false with PropertyAction, then do a NumberAnimation (or whatever you're using), then use PropertyAction again to enable the Submenubar again.
  • Animate color in QML when C++ binding variable in modified

    8
    0 Votes
    8 Posts
    3k Views
    G
    bq. you would need to react to the change of the power consumption, not the change of color, because if the color has already changed, then it makes no sense to animate it anymore (it has already changed to the destination color). this is logic. I tested it, and it does work. Thanks a lot
  • Tableview sections

    1
    1 Votes
    1 Posts
    716 Views
    No one has replied
  • Tableview expanding column

    1
    0 Votes
    1 Posts
    865 Views
    No one has replied
  • CameraCapture and VIdeoCapture

    1
    0 Votes
    1 Posts
    569 Views
    No one has replied
  • Access multiple c++ data model roles within TableViewColumn

    1
    0 Votes
    1 Posts
    912 Views
    No one has replied
  • Which Widget Should I Use?

    4
    0 Votes
    4 Posts
    1k Views
    D
    @SGaist, thank you for your help.
  • 0 Votes
    1 Posts
    672 Views
    No one has replied
  • 0 Votes
    1 Posts
    924 Views
    No one has replied