Commit Graph

6 Commits

Author SHA1 Message Date
Christian Kandeler
1507b5b4e1 QML wizard: Remove remains of dummy data loading.
The GUI part of this has been removed already.

Reviewed-by: Alessandro Portale
2010-09-21 16:32:30 +02:00
hjk
6bc11283ea qmlapplicationviewer: move platform-dependent code out of sight. 2010-09-20 13:29:25 +02:00
Kai Koehne
b7384af062 QmlStandaloneApp: Fix template to use new QDeclarativeObserver 2010-09-16 15:48:00 +02:00
Kai Koehne
63cae2981b QmlJsDebugger: Replace QDDesignView by QDViewObserver
Don't force users to inherit from QDeclarativeDesignView. Instead we're
using now event filters to let a user attach a QDeclarativeViewObserver
object to a QDeclarativeDesignView.
2010-09-15 14:18:39 +02:00
Kai Koehne
3db7e51484 QmlApp template: Fix compilation for QMLINSECTOR define 2010-09-01 11:09:42 +02:00
Alessandro Portale
071400d6bb Improved (and simplified) the stub directory structure
- Removed the "cpp/" dir
- Moved main.cpp and symbianicon.svg next to the main .pro.
  This also reduces the dir depth in the project view.
- Introduced "qmlapplicationviewer/" dir, which will contain the files
  which the user should not modify. All the files there have the base
  name "qmlapplicationviewer"
- Moved/renamed "qmlapplication.pri" to
  "qmlapplicationviewer/qmlapplicationviewer.pri"
2010-08-25 19:08:15 +02:00