Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.0k Topics 77.4k Posts
  • m3u8 video stream (HLS) does not play well.

    Unsolved
    2
    0 Votes
    2 Posts
    387 Views
    M
    Created https://bugreports.qt.io/browse/QTBUG-128908 for this.
  • Misplaced Cursor in TextField While Typing(On KDE).

    Unsolved
    1
    0 Votes
    1 Posts
    105 Views
    No one has replied
  • updating a list model object based on another model?

    Solved
    3
    0 Votes
    3 Posts
    267 Views
    mzimmersM
    @dheerendra yes, you are correct. I needed to make one model aware of the other, in order to connect signals and slots. The rest was straightforward. Thanks.
  • TapHandler and stacked Panes

    Solved
    3
    0 Votes
    3 Posts
    262 Views
    mzimmersM
    Evidently, there's no automatic way to get a control to pass a signal onto its parent control. So, I'll have to be careful about which QML objects I choose when constructing a complex control.
  • Link errors when using same class in both a QML module and a library

    Unsolved qml modules cmake
    1
    0 Votes
    1 Posts
    205 Views
    No one has replied
  • WebView breaks TextField

    Unsolved webview textfield textinput android
    2
    0 Votes
    2 Posts
    827 Views
    C
    Hi,did you resolve this issue? If you have resolved it ,please tell me your function. thank you very much. I have also encountered a similar problem in Qt6.7 ,Android-13 developing.
  • Getting Combobox options from SQLite database / table

    Unsolved
    2
    0 Votes
    2 Posts
    295 Views
    VRoninV
    Use QSqlQueryModel from C++/Python and pass that as a model to your combobox
  • Invisible Window Created With eglSwapBuffers Error 0x300d

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    JonBJ
    @nortega Just so you know there are often wayland issues.
  • QML and Qt Quick

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    H
    Thank you so much, everyone! I appreciate all your responses. Unfortunately, I was not able to edit my post. The system did not allow me.
  • Plotting 3D Polyline on QML Map

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    V
    hi @martal , @Vigasto & @ManuelYG I'm also looking for something same has anyone of you found the solution yet ?
  • How to show message on resume from sleep mode

    Unsolved
    1
    0 Votes
    1 Posts
    130 Views
    No one has replied
  • 0 Votes
    2 Posts
    213 Views
    jsulmJ
    @jmcd Looks like a bug to me. You should report it on the Qt bug tracker.
  • Qt Virtual Keyboard - How get the all characterset of specific language

    Solved
    2
    0 Votes
    2 Posts
    197 Views
    dheerendraD
    Long press on any key will show the additional characters.
  • Windows - qt_add_qml_module failed to load the plugin

    Solved
    2
    0 Votes
    2 Posts
    287 Views
    dheerendraD
    Here is the answer - qt_add_qml_module builds plugin & one shared library. Both have to be in path. I tried to add the path using the addLibraryPath. Adding the path using addLibraryPath did not help. Finally I modified the path environment variable. It started working. May be bug with addLibraryPath. Need to file a bug on this. add the path of the shared library & plugin to environment variable. It works.
  • 1 Votes
    5 Posts
    537 Views
    KH-219DesignK
    @Sheep more generally, I want to emphasize that to your point (1) "is it a bug", I certainly feel that this qualifies as a bug. That's my opinion/assessment as a long-time Qt user. (and as an owner of an Android phone and long-time Android user.) But I am not a Qt employee nor have I contributed code to the framework. So you might get a better answer posting/reporting on the bugtracker. https://doc.qt.io/qt-6/bughowto.html If you open a bug and they end up flagging it as a duplicate of the older ticket, that should be fine on their end. On the other hand, if you post your video onto the prior bug (the one I linked earlier), they may tell you to open a fresh new ticket. Or someone may even say "your video shows the intended behavior" and perhaps they will give you some workaround or tips. In any case, you are more likely to get attention from a Qt developer that way.
  • Nested layout child item fill with and height

    Unsolved
    7
    0 Votes
    7 Posts
    861 Views
    B
    @GrecKo said in Nested layout child item fill with and height: Yes that's what I wrote, the RowLayout has fillWidth and fillHeight set to true so it will fill the parent ColumnLayout. My apologies, I did not read your first response carefully enough and I thought you were referring to the settings in Rectangle in @AndySD's question. Interestingly, this doesn't seem to be documented anywhere obvious. Now that you have explained, it certainly makes sense as default behaviour, but I have been bitten by QML enough times to have learned not to make too many assumptions.
  • Unable to create QtQuick Application

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    JKSHJ
    It's most likely this regression: [Reg 13->14] Fail to create Qt Quick Application with option "Create a project that you can open in QDS" in Qt Creator 14
  • QML does not see httprequest.readyState

    Unsolved
    4
    0 Votes
    4 Posts
    270 Views
    Axel SpoerlA
    I am not sure, what your question exactly means. You have to implement a function and register it as the callback function for state changes. Totally up to you, what that function does/triggers/changes/debugs.
  • QML TextEdit get current cursor position

    Solved
    4
    0 Votes
    4 Posts
    582 Views
    B
    I had seen the cursorPosition property but I couldn't see a way to translate that into a row and column position in the document. Your solution seems to do that. Nice!
  • Font won't load

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