cost 364 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 ...

TableView is invisible

I'm trying to set something up, where there's a a HorizontalHeaderView that spans the entire width of the window, and a TableView that also spans the ...

2023-01-25 20:49:24   2   42    qml  
QML naming confussion

I have a basic question about naming components in QML files. I have read that the top element should always get the id root and parent is always the ...

QML left margin in RowLayout

I have a listview with a delegate as separate qml file. Everything works fine except for the formatting in the respective line. This is what I get ac ...

QML Listview missing output

I want to output a list of users on a login page. For this I have created an userlistmodel based on QAbstractListModel and fill that with two users. S ...

2023-01-23 17:35:47   1   19    listview / qml  

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