cost 298 ms
QML animation takes too much CPU

I made this simple snowfall animation in QML and it looks pretty good except I noticed it takes too much CPU. It constantly takes around ~9% of my Ubu ...

2023-01-30 17:23:33   1   42    qt / qml / qt5  
Importing a Semibold font to QML

I am trying to import a Semibold font, in particular, the Montserrat Semibold variant to QML. In order to do so, I'm using the following code: Wher ...

Reverse QMetaMethod::fromSignal()

We can have returning QMetaMethod My question is, is it possible to have something like this? returning PointerToMemberFunction ?? Thanks. ...

2023-01-21 14:31:48   1   31    c++ / qt / qt5  
QML singletone style nested files

I've got a defined style for the QML application as a separate file MyStyle.qml: I want to modify it with another file for ultra resolution >2k ...

2023-01-02 12:02:46   3   71    qt / qml / qt5  
Capture stdout in a Qt Application

I am trying to capture output of my Qt application but without success. (I am calling an external lib that outputs to console, and I want to show this ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM