Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.0k Topics 77.3k Posts
  • Transfer QQuickObject via Drag'n'Drop

    Unsolved
    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • Qt Webassembly via conan package manager - "Could NOT find Qt6Quick"

    Unsolved
    3
    0 Votes
    3 Posts
    750 Views
    J
    A quick update : this https://bugreports.qt.io/browse/QTBUG-94524 (Introduce a QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH variable) will solve the issue above.
  • 0 Votes
    1 Posts
    160 Views
    No one has replied
  • Displaying Realsense camera stream using QT quick

    Unsolved
    1
    0 Votes
    1 Posts
    251 Views
    No one has replied
  • destroy filedialog does not clear the memory usage in qml

    Unsolved
    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • problem with get values from QHash in qml

    Solved
    3
    0 Votes
    3 Posts
    422 Views
    Q
    @sierdzio thanks for answer, my problem solved thank you
  • How to keep ApplicationWindow aspect ratio

    Unsolved
    2
    0 Votes
    2 Posts
    556 Views
    K
    Is it any solution for this?
  • Dialogs in Qt 6 using CMake

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    Q
    Still the problem with a property of FileDialog to bring the explorer window to select the file exits: Cannot assign to non-existent property "folder". I also tried currentfolder but the same error message!
  • Skip animation if its target is null

    Unsolved
    5
    1 Votes
    5 Posts
    384 Views
    M
    @KH-219Design yes, it's a segmentation fault. Would you please tell me how to capture the backtrace/callstack? When debugging I can see only a lot of disassembled code, but no one function (in any thread) is my code. I can prepare a sample project for you. In the meanwhile, can we generalize a bit the question? How to skip a step in a SequentialAnimation if some conditions are met?
  • What is the rectangle over the QML Button?

    Unsolved
    2
    0 Votes
    2 Posts
    275 Views
    MarkkyboyM
    Looks like you're using an OpacityMask on your Button but without radius being taken into account. Otherwise, post the snippet of code that produces the effect you show in your image, it might be easier to assess what's happening.
  • 0 Votes
    1 Posts
    166 Views
    No one has replied
  • QtQuick.VirtualKeyboard, slow language change

    Unsolved
    7
    0 Votes
    7 Posts
    753 Views
    sierdzioS
    @juvf said in QtQuick.VirtualKeyboard, slow language change: Why? The startup passed a long time ago. I guess layouts are loaded via a Loader element. So when it's sourceComponent is changed (to another layout), the data is loaded fresh. So this implies you could create a custom layout, make it small and fast and it will load fast. Or make it lazy-load and it will also look faster than it is (here I mean: initially load just empty rectangle, then fill in all the keys). A lot of the details are described here: https://doc.qt.io/qt-6/technical-guide.html
  • Lets play a game... thermonuclear wa...sorry QDate to JS Date conversion!

    Solved
    4
    0 Votes
    4 Posts
    464 Views
    D
    My approach was lossy. QDate loses time information. Changing data type for C++ to QDateTime keeps the time info even if I don't need that. The time zones have an affect. It seems JS Date can interchange between C++ QDate or QDateTime. QDateTime is the preferred and doesn't cause errors.
  • QML ReferenceError within Drawer

    Unsolved
    4
    0 Votes
    4 Posts
    327 Views
    J
    I've decided to move all properties to c++ and not use properties within QML itself. As such, this issue isn't relevant anymore, but I'd still be interested to understand what's going on here. I suspect it's due to the Drawer's parent being the Overlay, rather than the mainItem itself.
  • Provide markdown styling to QML Markdown Text?

    Unsolved
    1
    0 Votes
    1 Posts
    556 Views
    No one has replied
  • 0 Votes
    2 Posts
    211 Views
    V
    Problem not solved, but identified. The contentHeight of the flickable region is set to the height returned by the bounding rect of the text. Seems FontMetrics.boundingRect does not take into account newline characters, so the returned width is over 15,000 pixels wide but the height is 20, the height of a single line at the designated font point size. Though even this obvious bug in QML does not explain why even trying to scroll right would snap back to the origin when the mouse was release.
  • Fusion Style

    Solved
    4
    0 Votes
    4 Posts
    754 Views
    jsulmJ
    @qcoderpro said in Fusion Style: I should add that line in the CMakeLists.txt file of the project. Right? yes
  • Can I use vulkan.hpp when customizing texture node?

    Unsolved
    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • Need help in stackview refreshing of screens during pop operations

    Solved
    5
    0 Votes
    5 Posts
    561 Views
    fcarneyF
    @Praveen-Illa I am so sorry. I posted the wrong link yesterday. doh! https://doc.qt.io/qt-5/qtquick-modelviewsdata-modelview.html This is what I meant to post. lol
  • QML Property Changing Outside of Evaluation?

    Unsolved
    1
    0 Votes
    1 Posts
    176 Views
    No one has replied