Qt:Документация 4.3.2/draganddrop-puzzle
Материал из Wiki.crossplatform.ru
Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
[править] Drag and Drop Puzzle Example
Files:
- draganddrop/puzzle/mainwindow.cpp
- draganddrop/puzzle/mainwindow.h
- draganddrop/puzzle/pieceslist.cpp
- draganddrop/puzzle/pieceslist.h
- draganddrop/puzzle/puzzlewidget.cpp
- draganddrop/puzzle/puzzlewidget.h
- draganddrop/puzzle/main.cpp
- draganddrop/puzzle/puzzle.qrc
The Drag and Drop Puzzle example demonstrates a way of using the drag and drop system with item view widgets.
This example is an implementation of a simple jigsaw puzzle game using Qt's drag and drop API. The Item View Puzzle example shows many of the same features, but takes an alternative approach that uses Qt's model/view framework to manage drag and drop operations.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|