Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qml
    Log in to post

    • UNSOLVED How create 3d CAD use QML
      General and Desktop • qml geometry cad • • timob256  

      1
      0
      Votes
      1
      Posts
      21
      Views

      No one has replied

    • SOLVED QML ListView freezes with large models - creates and destroys all items
      QML and Qt Quick • qml listview qt6 qt6.4.0 • • eramne  

      12
      0
      Votes
      12
      Posts
      86
      Views

      Defining a handler for a property change signal, and then setting a break point in that handler is my usual technique for finding unwanted changes.
    • UNSOLVED Change colour of link of MarkdownText
      QML and Qt Quick • qml markdown • • ChiefyChief23  

      1
      0
      Votes
      1
      Posts
      59
      Views

      No one has replied

    • UNSOLVED Can multiple qml ChartView widgets share a single LineSeries widget?
      QML and Qt Quick • qml charts real time plot • • Rob McLean  

      1
      0
      Votes
      1
      Posts
      55
      Views

      No one has replied

    • SOLVED How do I make the XML file path relative to the App Folder?
      QML and Qt Quick • qml qt6 xmllistmodel filepath • • ijststd  

      3
      0
      Votes
      3
      Posts
      61
      Views

      Thank You. That looks like it might be what I need. If not, it may help get me there. I will test it as soon as I can. I am having problems with Qt Creator. I just updated to 9.0.0 and now Qt Creator crashes/closes as soon as I try to go to the designer. I just posted this issue.
    • UNSOLVED MouseArea and WebEngine: Qt6 Bug?
      QML and Qt Quick • qml webengine mousearea • • Wikkie  

      1
      0
      Votes
      1
      Posts
      64
      Views

      No one has replied

    • UNSOLVED How can I make a connection between 2 qml objects in differents screens?
      QML and Qt Quick • qml signal connect connection • • Mateus  

      3
      0
      Votes
      3
      Posts
      90
      Views

      There are many ways to do this, one of is: Notifier{ id : notifierId rectColor: "yellowgreen" target: receiverId visible: true onNotify: receiverId.receiveInfo(param) } Receiver { id : receiverId rectColor: "dodgerblue" anchors.right: parent.right visible: right }
    • UNSOLVED Painting images over qml maps
      QML and Qt Quick • qml c++ qt qml c++ qml map qml rendering • • Matus_Varhanik  

      1
      1
      Votes
      1
      Posts
      71
      Views

      No one has replied

    • SOLVED Tumbler Object: How to disable the editing through touch
      Qt for MCUs • qml tumbler • • Pavankumar S V  

      2
      0
      Votes
      2
      Posts
      87
      Views

      Problem Fixed: Tumbler inherits a property called "enabled" from "Item". This property holds whether the item receives mouse and keyboard events. By default this is true. Changing "enabled" to false solved the issue.
    • SOLVED How can I check window mode
      QML and Qt Quick • qml • • Alrott SlimRG  

      5
      0
      Votes
      5
      Posts
      92
      Views

      @JoeCFD said in How can I check window mode: Window.FullScreen Thanks! This works fine) height: (mainWindow.visibility === Window.FullScreen) ? parent.height : mainTitle.titleHeight * 1.5
    • UNSOLVED Alignment issue when displaying Multi Line Text
      Qt for MCUs • qml textarea multiline text text component • • Pavankumar S V  

      3
      0
      Votes
      3
      Posts
      93
      Views

      Also try to add in Text: horizontalAlignment: Text.AlignJustify
    • UNSOLVED When to register c++ singleton types in QML module plugins?
      QML and Qt Quick • qml c++ plugin module singleton • • Knutid  

      1
      0
      Votes
      1
      Posts
      95
      Views

      No one has replied

    • UNSOLVED QMl:qrc:/main.qml:-1 No such file or directory
      QML and Qt Quick • qml • • yongle wong  

      1
      0
      Votes
      1
      Posts
      82
      Views

      No one has replied

    • SOLVED Importing components from a plugin
      QML and Qt Quick • qml plugin import • • plaristote  

      3
      0
      Votes
      3
      Posts
      93
      Views

      Aaand your feeling was spot on ! That was indeed the issue ! Thank you very much !
    • UNSOLVED QML ChartView: custom draw graph
      QML and Qt Quick • qml qt5.15.2 qchartview • • Uygun  

      1
      0
      Votes
      1
      Posts
      83
      Views

      No one has replied

    • UNSOLVED The 'qml' render tool does not work with translations
      General and Desktop • qml translations tools • • supa5000  

      1
      0
      Votes
      1
      Posts
      82
      Views

      No one has replied

    • UNSOLVED QML Dynamically add/remove from GridView
      QML and Qt Quick • qml loader gridview • • TheLumbee  

      1
      0
      Votes
      1
      Posts
      82
      Views

      No one has replied

    • UNSOLVED Building reusable Qt6 Qml Module with CMake
      Qt 6 • qml qt6 modules • • sadeq  

      1
      0
      Votes
      1
      Posts
      132
      Views

      No one has replied

    • UNSOLVED Load SVG image with parameters
      QML and Qt Quick • qml image quick svg • • SroDev  

      1
      0
      Votes
      1
      Posts
      140
      Views

      No one has replied

    • SOLVED How to console log a JS object
      QML and Qt Quick • qml • • AkshayFP  

      5
      0
      Votes
      5
      Posts
      178
      Views

      @AkshayFP said in How to console log a JS object: This is so weird. I am not sure why I am not able to print it. Try creating a new, blank project and test it there. I'm guessing your original code has something like cycleOptionsAllowed = [] somewhere.
    • UNSOLVED Processing Every Frame in a Video File
      QML and Qt Quick • qml video mediaplayer videooutput qvideofilter • • PetrichorShark  

      5
      0
      Votes
      5
      Posts
      159
      Views

      @SGaist Ah, in that case, I'll give it a try. Would that also be the case with QAbstractVideoSurface, or would that one receive further-in frames if more time passes? Processing takes about 250ms per frame on Android right now. I'm working on ways to speed that up, but the processing fps is going to be worse than the video file's fps for some time yet.
    • UNSOLVED Add c++ model to qml
      QML and Qt Quick • qml c++ cmake • • ppitu  

      1
      0
      Votes
      1
      Posts
      163
      Views

      No one has replied

    • UNSOLVED Progress bar is not smooth
      QML and Qt Quick • qml qtquick progress bar • • Witc  

      18
      1
      Votes
      18
      Posts
      529
      Views

      Tried it on Qt 5.15, and it works perfectly
    • UNSOLVED ui in qt design is not displayed
      QML and Qt Quick • qml qtcreator qt quick design • • O1eg  

      3
      0
      Votes
      3
      Posts
      114
      Views

      @qtmsfp everything setted
    • UNSOLVED QML_IMPORT_PATH equivalent in Visual Studio (Qt VS Tools) for qml modules
      General and Desktop • qml visual studio msbuild • • maestro22  

      1
      0
      Votes
      1
      Posts
      94
      Views

      No one has replied

    • SOLVED qml: Error: SSL Sockets are not supported on this platform.
      QML and Qt Quick • qml ssl sockets • • Sam.Hay  

      5
      0
      Votes
      5
      Posts
      181
      Views

      @SGaist Yeah I ended up setting environment variables to point to the OpenSSL install inside of Qt. That ended up solving my problems.
    • UNSOLVED Gaps in QML Profiler - Performance issues
      Mobile and Embedded • qml performance qml profiler freezing gui thread • • vpanchal  

      1
      6
      Votes
      1
      Posts
      110
      Views

      No one has replied

    • UNSOLVED Qml Virtual Keyboard shows InputPanel without any keys
      Mobile and Embedded • qml qtquick keyboard virtualkeyboard embedded applic • • HesperZ  

      1
      0
      Votes
      1
      Posts
      85
      Views

      No one has replied

    • UNSOLVED Getting Slow Motion Video while using QML Media Player
      QML and Qt Quick • qml qmediaplayer video gstreamer • • alizadeh91  

      2
      0
      Votes
      2
      Posts
      149
      Views

      I have the same issue. It's soo slow with rtsp and buggy.
    • UNSOLVED (macOS) Qt Creator and Qt Design Studio – QML designer freezes or takes a long time to process basic operations
      Tools • qml design studio designer error freezing design editor • • SpookDome  

      1
      0
      Votes
      1
      Posts
      189
      Views

      No one has replied

    • UNSOLVED std::string passed from c++ to qml is not set properly
      Qt for MCUs • qml qtformcu qul • • PradeepChinnasamy  

      5
      0
      Votes
      5
      Posts
      179
      Views

      @SGaist I am not sure what exactly "how do you set it up in your code ?" means, but if it is about creating instance of Bt singleton, this will be created by qul in generated code, so this global instance can be accessed anywhere in the code. Or if it is about set the value for Bt.d it is like Bt::instance().d.setValue("yes"); as mentioned in my post.
    • UNSOLVED Animations on Treeview indicators not working correctly
      QML and Qt Quick • qml qt6 • • Creaperdown  

      1
      0
      Votes
      1
      Posts
      101
      Views

      No one has replied

    • UNSOLVED QML qmake based application with shared libraries containing QML
      General and Desktop • qml qmake qrc import • • genner  

      1
      0
      Votes
      1
      Posts
      89
      Views

      No one has replied

    • UNSOLVED Multiline String Formatting
      QML and Qt Quick • qml qtcreator qtquick string formatter • • stewythe1st  

      1
      0
      Votes
      1
      Posts
      147
      Views

      No one has replied

    • SOLVED QML Format
      Tools • qml qtcreator qtquick formatter • • stewythe1st  

      4
      1
      Votes
      4
      Posts
      192
      Views

      This is in regards to Qt5. As far as I can tell, this behavior is present on 5.12 and 5.15. As far as concrete examples and mimal examples, the snippet I provided above should suffice. Literally copy/paste that at the top of any QML file, and reformat and the extra lines will be added. Thank you for linking those bug reports. They are all related to Qt6 and report as fixed. Seems like qmlformat was just improved considerably in Qt6. Guess I'm just out of luck for Qt5. Perhaps I'll do as they say and try building a static Qt6 formatter from source and using that on Qt5...
    • UNSOLVED C++ class as qml module in Qt Design Studio
      QML and Qt Quick • qml • • Zug123  

      1
      0
      Votes
      1
      Posts
      177
      Views

      No one has replied

    • UNSOLVED QML , imports and library/project organization
      QML and Qt Quick • qml qrc import qmldir • • genner  

      1
      0
      Votes
      1
      Posts
      108
      Views

      No one has replied

    • UNSOLVED ScrollView in ListView delegate: can't scroll in Qt6 build
      QML and Qt Quick • qml listview scrollview • • RickS  

      1
      0
      Votes
      1
      Posts
      91
      Views

      No one has replied

    • UNSOLVED send data from QUDPsocket c++ to QML UI fail
      QML and Qt Quick • qml qnetwork qqmlcontext • • Xuan Trieu  

      1
      0
      Votes
      1
      Posts
      90
      Views

      No one has replied

    • SOLVED Genericity, extensibility and reuse: QWidgets Vs QML
      General and Desktop • qml qwidget performance template qml c++ • • genner  

      7
      0
      Votes
      7
      Posts
      176
      Views

      @sierdzio Ok now it's much clearer, thank you again. It looks like there is a lot of documentation to read, but apparently most things I have in mind should work. Still, for some reason, I feel QWidgets will perform faster. I'll try to make some tests and get back here. Thank you again!