Advertisement
Guest User

Templates

a guest
Sep 1st, 2011
603
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.12 KB | None | 0 0
  1. ./html5app:
  2. app.pro  html  html5applicationviewer  main.cpp
  3.  
  4. ./html5app/html:
  5. index.html
  6.  
  7. ./html5app/html5applicationviewer:
  8. html5applicationviewer.cpp  html5applicationviewer.h  html5applicationviewer.pri  touchnavigation
  9.  
  10. ./html5app/html5applicationviewer/touchnavigation:
  11. navigationcontroller.cpp  touchnavigation.pri  webnavigation.h    webtouchevent.h         webtouchnavigation.h  webtouchphysics.h             webtouchphysicsinterface.h  webtouchscroller.h
  12. navigationcontroller.h    webnavigation.cpp    webtouchevent.cpp  webtouchnavigation.cpp  webtouchphysics.cpp   webtouchphysicsinterface.cpp  webtouchscroller.cpp
  13.  
  14. ./mobileapp:
  15. app.pro  main.cpp  mainwindow.cpp  mainwindow.h  mainwindow.ui
  16.  
  17. ./qt4project:
  18. customwidgetwizard  main.cpp  mywidget.cpp  mywidget.h  mywidget_form.cpp  mywidget_form.h  widget.ui
  19.  
  20. ./qt4project/customwidgetwizard:
  21. tpl_collection.cpp  tpl_collection.h  tpl_plugin.pro  tpl_resources.qrc  tpl_single.cpp  tpl_single.h  tpl_widget.cpp  tpl_widget.h  tpl_widget_include.pri  tpl_widget_lib.pro
  22.  
  23. ./qtquickapp:
  24. app.pro  main.cpp  qml  qmlapplicationviewer
  25.  
  26. ./qtquickapp/qml:
  27. app
  28.  
  29. ./qtquickapp/qml/app:
  30. meego10  qtquick10  symbian10
  31.  
  32. ./qtquickapp/qml/app/meego10:
  33. MainPage.qml  main.qml
  34.  
  35. ./qtquickapp/qml/app/qtquick10:
  36. main.qml
  37.  
  38. ./qtquickapp/qml/app/symbian10:
  39. MainPage.qml  main.qml
  40.  
  41. ./qtquickapp/qmlapplicationviewer:
  42. qmlapplicationviewer.cpp  qmlapplicationviewer.h  qmlapplicationviewer.pri
  43.  
  44. ./shared:
  45. app.desktop  deployment.pri  maemoicon64.png  maemoicon80.png  symbianicon.svg
  46.  
  47. ./wizards:
  48. README.txt  helloworld  listmodel  qml-extension  qtcreatorplugin  scriptgeneratedproject
  49.  
  50. ./wizards/helloworld:
  51. console.png  main.cpp  project.pro  wizard_sample.xml
  52.  
  53. ./wizards/listmodel:
  54. listmodel.cpp  listmodel.h  wizard_sample.xml
  55.  
  56. ./wizards/qml-extension:
  57. lib.png  object.cpp  object.h  plugin.cpp  plugin.h  project.pro  qmldir  wizard.xml
  58.  
  59. ./wizards/qtcreatorplugin:
  60. MyPlugin.pluginspec.in  myplugin.cpp  myplugin.h  myplugin.pro  myplugin_global.h  mypluginconstants.h  qtcreator_logo_24.png  wizard.xml
  61.  
  62. ./wizards/scriptgeneratedproject:
  63. generate.pl  wizard_sample.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement