TopicWishlist: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:




# Qt Licensing Details
# Qt Licensing Details: probably best answered here already [http://www.qt.io/licensing/]
Probably best answered here already [http://www.qt.io/licensing/]
# Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe) Lots of good multimedia details [http://blog.qt.io/blog/2010/05/10/low-level-audio-processing-with-qtmultimedia/ here]
# Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe)
Lots of good multimedia details [http://blog.qt.io/blog/2010/05/10/low-level-audio-processing-with-qtmultimedia/ here]
# Making using of Qt Creator
# Making using of Qt Creator
# Developing Qt Applications for Maemo devices.  
# Developing Qt Applications for Maemo devices.  
Line 16: Line 14:
# Convert QByteArray to QBitArray
# Convert QByteArray to QBitArray
# Scaled GUI contents for different resolution ("crossplatform" application between mobile and desktop OS's)
# Scaled GUI contents for different resolution ("crossplatform" application between mobile and desktop OS's)
# Build Qt as static library (GPL3/Commercial license)
# Build Qt as static library (GPL3/Commercial license) already answered [https://wiki.qt.io/How_to_build_a_static_Qt_version_for_Windows_with_gcc here]
already answered [https://wiki.qt.io/How_to_build_a_static_Qt_version_for_Windows_with_gcc here]
# Using installer for custom application (like NSIS or BitRock)
# Using installer for custom application (like NSIS or BitRock)
# Compiling Qt in MSYS or CygWin console
# Compiling Qt in MSYS or CygWin console

Latest revision as of 22:26, 24 March 2016

This is the place to dump ideas about topics you'd like to see covered in articles, how-tos, tutorials etc.


  1. Qt Licensing Details: probably best answered here already [1]
  2. Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe) Lots of good multimedia details here
  3. Making using of Qt Creator
  4. Developing Qt Applications for Maemo devices.
  5. Code examples using sensors through the Qt Mobility API
  6. Working with .zip/.rar/.tar.gz/.bzip2 archives
  7. Reading ODF files
  8. Load huge image files (>100Mb in jpg for example and more than 4568 x 6000 resolution) into Qt application
  9. Fast resizing svg content. Create the vector maps for QGraphicsScene.
  10. Implementation SMTP protocol for QNetworkAccessManager
  11. Convert QByteArray to QBitArray
  12. Scaled GUI contents for different resolution ("crossplatform" application between mobile and desktop OS's)
  13. Build Qt as static library (GPL3/Commercial license) already answered here
  14. Using installer for custom application (like NSIS or BitRock)
  15. Compiling Qt in MSYS or CygWin console
  16. Step by step guide how to a suggest the own patch for Qt sources in gitorious
  17. How to create and show semitransparent .mng animation
  18. Example Qt + Ogre3d/irrlicht
  19. More examples for Qt + Box2d/Chipmunk
  20. Working with Flash files (reading, writing, showing)
  21. Create custom Style Sheet rules for own widget (declare sub-controls etc)
  22. Using styled title bar and frame for main window with selected QStyle. Override system titlebar using Qt::WA_TranslucentBackground
  23. Getting all QObject instances in application (with and w/o parent)
  24. Setting up height of row QTableView less than 15 pixels
  25. Using CMake as build system instead qmake
  26. Draw Style Sheet'ed widgets from QStyledItemDelegate::paint() with QStyle::drawControl() but without widget instances
  27. Creating "breadcrumbs" widget like in Dolphin file manager or Windows Vista explorer.
  28. Using Animation Framework with Qt layouts (QGridLayout, QBoxLayout etc)
  29. Create panel inherited QGraphicsItem like in console games with: hp/mp, ammo, life. Panel wich always on top, stretched on scene width and sticked to top.
  30. Declarative UI
  31. Interfacing with databases, especially with sqlite
  32. Tutorial based on Qt Essentials Curriculum Block
  33. Qt Creator plugins development tutorial.
  34. Qt Creator usage for people migrating from other IDEs or development environments (VS, Eclipse, vim/emacs/command line)