uhm ok, can you explain it a little bit better? If I reload the listView then all the changes in the textEdit will be lost, am I wrong? I should update the database with those data before calling the...
Type: Posts; User: GiammarcoF; Keyword(s):
uhm ok, can you explain it a little bit better? If I reload the listView then all the changes in the textEdit will be lost, am I wrong? I should update the database with those data before calling the...
Hallo there,
I have a little problem with ListModel and ListView, in particular concerning the move function of ListModel. I will show you code snippets from the DynamicList example included in the...
Hallo there,
I have a weird problem with QML and TextEdit (or TexxInput) listed in a ListView.
If I write a text in the TextEdit and I scroll the items in the ListView so that the filled TextEdit...
Hi there and thank you for your answer,
Yes I have thought it but how can I assign a value to text1 in my delegate TextEdit?
Hallo there,
I have a problem and I can't find a solution to it, I hope you to find it here: I did a ListView with its model and its delegate and so on, like this:
Item {
id: creation; ...