Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Drag and Drop within a GridView/ja
Jump to navigation
Jump to search
この記事はいくつかのフォーラムのスレッド(下部にリンクしました)での質問と回答を受けて作成されたものです。コードや解説でのこの記事への貢献を歓迎します。
GridView でのドラッグ&ドロップ
このサンプルは iOS スタイルのドラッグ&ドロップ( 参考ビデオ [youtube.com] )を GridView と ListModel で作成したものです。
このサンプルは3つのファイルから構成されています。一つがモデル(WidgetModel.qml)で、一つがデリゲート(IconItem.qml)、最後が GridView (Main.qml)です。
WidgetModel.qml
IconItem.qml
Main.qml
ビデオ
関連するフォーラムのスレッド:
iOS Style Rearrange of Icons [developer.qt.nokia.com]
QML and Drag and Drop [developer.qt.nokia.com]