Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
QMLでListViewを強制的に更新する方法を知っている人はいますか? 実際のデバイスでプログラムを実行すると問題が発生します。ボタンが増え、スクロールバーを動かして非表示にする必要があります。
それでも、Kdevでプログラムを実行すると、この問題は発生しません。
ありがとうございました。
QML ListModel を使用していますか? ListModel を変更すると、変更が ListView に反映されます。これを確認する必要があります。