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.
TopicWishlist: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Add "cleanup" tag) |
AutoSpider (talk | contribs) (Convert ExpressionEngine links) |
||
Line 6: | Line 6: | ||
# Qt Licensing Details | # Qt Licensing Details | ||
Probably best answered here already | Probably best answered here already [http://qt.nokia.com/products/licensing qt.nokia.com/products/licensing] | ||
# Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe) | # Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe) | ||
Lots of good multimedia details | Lots of good multimedia details [http://labs.trolltech.com/blogs/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 20: | Line 20: | ||
# 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 | already answered [http://developer.qt.nokia.com/wiki/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 |
Revision as of 15:47, 4 March 2015
This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine. Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean. |
h1. Wanted Topics
This is the place to dump ideas about topics you'd like to see covered in articles, how-tos, tutorials etc.
- Qt Licensing Details
Probably best answered here already qt.nokia.com/products/licensing
- Qt Mobility API (Bearer Management, Contacts, Location, Messaging, Multimedia, Publish and Subscribe)
Lots of good multimedia details here
- Making using of Qt Creator
- Developing Qt Applications for Maemo devices.
- Code examples using sensors through the Qt Mobility API
- Working with .zip/.rar/.tar.gz/.bzip2 archives
- Reading ODF files
- Load huge image files (>100Mb in jpg for example and more than 4568 x 6000 resolution) into Qt application
- Fast resizing svg content. Create the vector maps for QGraphicsScene.
- Implementation SMTP protocol for QNetworkAccessManager
- Convert QByteArray to QBitArray
- Scaled GUI contents for different resolution ("crossplatform" application between mobile and desktop OS's)
- Build Qt as static library (GPL3/Commercial license)
already answered here
- Using installer for custom application (like NSIS or BitRock)
- Compiling Qt in MSYS or CygWin console
- Step by step guide how to a suggest the own patch for Qt sources in gitorious
- How to create and show semitransparent .mng animation
- Example Qt + Ogre3d/irrlicht
- More examples for Qt + Box2d/Chipmunk
- Working with Flash files (reading, writing, showing)
- Create custom Style Sheet rules for own widget (declare sub-controls etc)
- Using styled title bar and frame for main window with selected QStyle. Override system titlebar using Qt::WA_TranslucentBackground
- Getting all QObject instances in application (with and w/o parent)
- Setting up height of row QTableView less than 15 pixels
- Using CMake as build system instead qmake
- Draw Style Sheet'ed widgets from QStyledItemDelegate::paint() with QStyle::drawControl() but without widget instances
- Creating "breadcrumbs" widget like in Dolphin file manager or Windows Vista explorer.
- Using Animation Framework with Qt layouts (QGridLayout, QBoxLayout etc)
- 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.
- Declarative UI
- Interfacing with databases, especially with sqlite
- Tutorial based on Qt Essentials Curriculum Block
- Qt Creator plugins development tutorial.
- Qt Creator usage for people migrating from other IDEs or development environments (VS, Eclipse, vim/emacs/command line)