Skip to content

QML and Qt Quick

Looking for The Bling Thing(tm)? Post here!
20.2k Topics 78.2k Posts
Qt 6.11 is out! See what's new in the release blog
  • How to customize the attached ToolTip?

    Unsolved tooltip
    3
    0 Votes
    3 Posts
    831 Views
    JKSHJ
    @alex-zrythm said in How to customize the attached ToolTip?: It seems that my custom tooltip gets used when doing ToolTip {} inside a control, but not when using the attached ToolTip properties. Sounds like this issue: https://qt-project.atlassian.net/browse/QTBUG-145576 The workaround is to call QQuickStyle::setStyle("MyStyle"); in C++ before initializing the QML engine.
  • Custom TitleBar

    Unsolved custom titlebar framelesswindow frameless bar titlebar
    1
    0 Votes
    1 Posts
    54 Views
    No one has replied
  • qml javascript function parameter typing

    Solved
    2
    0 Votes
    2 Posts
    87 Views
    JKSHJ
    @poncho524 said in qml javascript function parameter typing: is there anywhere in the docs that explain when specifying type became acceptable? i can't find it. Not the docs, but this blog post says it was introduced in Qt 5.14: https://www.qt.io/blog/compiling-qml-to-c-annotating-javascript-functions https://www.qt.io/blog/compiling-qml-to-c-annotating-javascript-functions Not that I know of
  • HorizontalHeaderViewDelegate overflows cells

    Unsolved
    1
    0 Votes
    1 Posts
    46 Views
    No one has replied
  • VirtualKeyboard errors Qt 6.8.3

    Solved virtualkeyboard qml input panel
    3
    0 Votes
    3 Posts
    151 Views
    D
    Fixed it by checking system environment variables, be careful about old QML_IMPORT_PATH and QT_PLUGIN_PATH
  • 0 Votes
    1 Posts
    43 Views
    No one has replied
  • Improving 3D Robot Visualization in Qt Quick 3D – Should I Use OCCT?

    Unsolved
    1
    0 Votes
    1 Posts
    46 Views
    No one has replied
  • QT QML How to chain QAbstractListModel and QSortFilterProxyModel

    Unsolved
    4
    0 Votes
    4 Posts
    154 Views
    jeremy_kJ
    @Zapfyr said in QT QML How to chain QAbstractListModel and QSortFilterProxyModel: Limit the output to X items. This sounds like the job of the view. Provide space to display X items, and omit the ability to navigate further.
  • 0 Votes
    7 Posts
    210 Views
    R
    I did ts_calibrate many times and in ts_test also working only
  • QML and protobuf: Issue with repeated nested message

    Solved
    2
    0 Votes
    2 Posts
    112 Views
    P
    Indeed, this was a bug. More info here, in case anyone else comes across this: https://qt-project.atlassian.net/browse/QTBUG-145124
  • How to fix table column width is resetting/overlapping when the table is scrolled

    Unsolved
    2
    0 Votes
    2 Posts
    107 Views
    B
    I haven't used TableView in Qt 6 but I wonder whether your use of RowLayout in your delegate is necessary. Not saying it is causing the issue but it might be worth simplifying your implementation by removing it and debugging from there.
  • How do I switch the FluentWinUI3 style to Dark theme?

    Unsolved
    2
    0 Votes
    2 Posts
    112 Views
    A
    I think it follows your system theme because on my system it uses the dark theme already
  • CMake and importing QML files

    Unsolved
    2
    0 Votes
    2 Posts
    128 Views
    B
    I believe globbing is supported by CMake but that it is generally recommended not to use it. As a CMake newbie myself I have followed what seemed to be the prevailing wisdom and stuck to hard coded lists. One compromise that I did come across was to read the file list from an external file, e.g., file(STRINGS "sources_list.txt" MYSRCS) and then use the MYSRCS variable as your file list in CMake commands (e.g., add_executable(my_app ${MYSRCS})). This would mean maintaining the "sources_list.txt" file externally but that would be easy to automate. I haven't actually tried this though so take all this with a pinch of salt.
  • Errors not in english

    Unsolved
    3
    0 Votes
    3 Posts
    177 Views
    0
    Oh, so the issue has to do with Microsoft. Thank you for your help J.Hilk!
  • Migrating to CMake - adding resource files in Qt Creator

    Unsolved
    8
    0 Votes
    8 Posts
    353 Views
    B
    @JoeCFD I am switching to CMake because it is the official Qt build tool and it is supported by Qt Creator. The documentation is increasingly defaulting to assume you use CMake and the online support such as offered by this forum contains advice about CMake. I used qmake when that was the official build tool because that was the path of least resistance. I am using CMake now for the same reason.
  • What's the best workflow for Qt Design Studio & C++?

    Unsolved
    1
    0 Votes
    1 Posts
    87 Views
    No one has replied
  • QChart Range / TickCount Question

    Unsolved
    6
    0 Votes
    6 Posts
    265 Views
    Joe von HabsburgJ
    How much does it affect you if the graph's boundaries grow by one unit? If the graph is drawn correctly, there shouldn't be a problem.
  • Crash in app during render after a long time. QQuickRenderControl

    Unsolved
    1
    0 Votes
    1 Posts
    118 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • MediaPlayer does not receive stream metadata.

    Unsolved mediaplayer bug
    11
    0 Votes
    11 Posts
    2k Views
    SGaistS
    Did you already check the bug report system for this ?