Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.1k Topics 77.7k Posts
  • QNetworkAccessManager

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Independant QML class

    4
    0 Votes
    4 Posts
    1k Views
    G
    Well thank you very much ! I understand more about the consequences not putting it on the heap. Not using new is like not using a malloc in C... tell me if I'm wrong. Is it referring to lvalue too ?
  • QtQuick 2 Collision Detection

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QML compiler?

    6
    0 Votes
    6 Posts
    4k Views
    L
    Unfortunately not. At first I would say you should try to get the profiler up and running to find out where you actually need to improve performance. If you still face problems in certain situations I would suggest to take the issues to the mailing list (development@qt-project.org).
  • 0 Votes
    2 Posts
    900 Views
    P
    My error...what i said doesnt work actually works perfectly!
  • Previous screen inactive.

    4
    0 Votes
    4 Posts
    1k Views
    A
    [quote author="Julie1986" date="1348143386"]I need it in qml. not with Qt.[/quote] Then you should have 1) explicitly have said that, and 2) posted in the right forum (I moved it now for you). Note that QML is also Qt.
  • Listview grouping of similar elements-

    12
    0 Votes
    12 Posts
    6k Views
    H
    is it possible to implement something of this kind using an XMLModel instead of a ListModel.??
  • Phonon video not displaying in QML through QGraphicsProxyWidget

    3
    0 Votes
    3 Posts
    3k Views
    M
    It is just a little hack but to have the position for the video origin in the upper left corner use in qml: @ QmlVideo { id: videoID x: -485 y: -350 }@
  • Text component seem too weight

    4
    0 Votes
    4 Posts
    1k Views
    F
    yes, thanks:] [quote author="Andre" date="1348046037"]I think you already got a better reply on the development mailinglist.[/quote]
  • [Solved] How to change the value of a property of QML in C++ class

    4
    0 Votes
    4 Posts
    2k Views
    sierdzioS
    Pleasure. Happy to hear you are back on track :D
  • Twitter search by JSON respond

    7
    0 Votes
    7 Posts
    3k Views
    M
    Tomma, Thank you, this really fixed the problem Thank you
  • Closed.

    2
    0 Votes
    2 Posts
    900 Views
    H
    Can a Listview have two models??
  • The QML Script Console: where is it?

    1
    0 Votes
    1 Posts
    756 Views
    No one has replied
  • Disable splitscreen keyboard when importing com.nokia.symbian 1.1

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Solved] Cannot include QSystemDeviceInfo

    26
    0 Votes
    26 Posts
    13k Views
    S
    that is it: @ #include <QScrollArea> #include <QDialog> #include <QtSystemInfo/QSystemInfo> #include <qmessage.h> QTM_USE_NAMESPACE PaginaPercheWortfluss::PaginaPercheWortfluss(QTabWidget *parent) : QTabWidget(parent) { this->setAttribute(Qt::WA_LockLandscapeOrientation); QWidget * widget1 = new QWidget;//informazioni QVBoxLayout *layou = new QVBoxLayout(widget1); QLabel *titolo1 = new QLabel(QString("<h2>Wortfluss: informazioni</h2>")); QLabel *testoInfo; ... @ QTM_USE_NAMESPACE!!! ;)
  • [Solved]ListView: Changing Background color of a row from the model

    4
    0 Votes
    4 Posts
    5k Views
    J
    yes,, as you stated, when name is 'color' rather than 'bgColor',,, @ color: color @ will make binding loop, in this case, to avoid this situation, you can write down 'model.color', without changing list model. @ color: model.color @
  • 0 Votes
    4 Posts
    3k Views
    J
    Guys, I ran into the same problem. I was trying to extend QDeclarativeItem with some properties, but then I cannot access anymore the "implicitWidth" and "implicitHeight" properties. More, state change seems not to be signaled either... Any idea? This is using Qt 4.8.1 on Linux. Thx!
  • Proxy Flickable moving to parent ListView on bound reach

    3
    0 Votes
    3 Posts
    1k Views
    T
    Thanks. SnapOneItem mode and orientation are already set and ListView flicks fine when delegate's Flickable has nothing to flick in it. Will play with events, but at the monent I have no idea how to bind events between Flickable and parent ListView.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • Optional Window Shape

    1
    0 Votes
    1 Posts
    769 Views
    No one has replied