Category:HowTo: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(How to Use QPushButton OK)
m (new category Deploying)
(48 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Category:Learning]]
{{LangSwitch}}
__NOEDITSECTION__
__NOEDITSECTION__
__NOTOC__
__NOTOC__
{| style="width:100%;"
| style="vertical-align:top;width:50%;" | {{Separator|Basics}}
* [[Qt for Beginners]]
* [[Basic Qt Programming Tutorial]]
* [[Getting Started on the Commandline]]
* [[Build Standalone Qt Application for Windows]]
* [[How to Use Signals and Slots]]


== General ==
{{Separator|Multithreading}}
* [[QtConcurrent]]


While the transition to the new Wiki is in progress I added additional columns to denote the status of this article to the following list of general How-To articles. [[User:Simow|Simow]] ([[User talk:Simow|talk]]) 20:27, 1 March 2015 (UTC)
{{Separator|Misc}}
* [[Converting Engineering Units]]
* [[How to make an Application restartable]]
* [[How to use C++11 in your Qt Projects]]
* [[Unix shell tricks for developing Qt]]
* [[How to optimize Containers]]
* [[How to get applications running with root privileges]]


{| class="sortable" width="60%"
{{Separator|Build Systems}}
! style="text-align:left;" | Article
 
! style="text-align:left;" | Status
* [[Tup]]
! style="text-align:left;" | Translations
 
|-
{{Separator|Building How-tos}}
| [[Qt for Beginners]] || Style OK
* [[Building Qt for Linux]]
|-
* [[Building Qt 5 from Git]]
| [[How to write a SQLDatabase Driver]] || Style OK
* [[Building WebKit with Qt 5.6 beta on Windows 8.1 x64]]
|-
 
| [[Boost Thread Qt Application]] || Style OK
{{Separator|XML}}
|-
* [[XQuery Tutorials]]
| [[Basic Qt Programming Tutorial]] || Style OK || [[Basic Qt Programming Tutorial/de|de]] [[Basic Qt Programming Tutorial/es|es]]
 
|-
{{Separator|File IO}}
| [[How to Use Signals and Slots]] || Style OK
* [[Working with Raw Data]]
|-
 
| [[How to use C++11 in your Qt Projects]] || Style OK
{{Separator|Deploying}}
|-
* [[Deploying Windows Applications]]
| [[Delayed Animations]] || Style OK
 
|-
| style="vertical-align:top;width:50%;" | {{Separator|GUI / Widgets}}
| [[Download Data from URL]] || Style OK || [[Download Data from URL/bg|bg]] [[Download Data from URL/de|de]] [[Download Data from URL/ko|ko]]
* [[Creating a styled Gradient Button Bar]]
|-
* [[Adjust Spacing and Margins between Widgets in Layout]]
| [[Building Qt for Linux]] || Style OK || [[Building Qt for Linux/bg|bg]] [[Building Qt for Linux/es|es]] [[Building Qt for Linux/ja|ja]] [[Building Qt for Linux/pt|pt]] [[Building Qt for Linux/ru|ru]]
* [[Extending QAction by emitting additional Signals]]
|-
* [[Delayed Animations]]
| [[Dynamic Properties and Stylesheets]] || Style OK
* [[Dynamic Properties and Stylesheets]]
|-
* [[A sample highlighting QGraphicsEffect]]
| [[A sample highlighting QGraphicsEffect]] || Style OK
* [[Filter Columns in a QFileSystemModel]]
|-
* [[How to use QPainter]]
| [[Filter Columns in a QFileSystemModel]] || Style OK
* [[How to Use QPushButton]]
|-
* [[How to Change the Background Color of QWidget]]
| [[How to use QPainter]] || Style OK
 
|-
{{Separator|Database}}
| [[How to Use QPushButton]] || Style OK || [[How to Use QPushButton/bg|bg]] [[How to Use QPushButton/de|de]] [[How to Use QPushButton/el|el]] [[How to Use QPushButton/es|es]] [[How to Use QPushButton/ru|ru]] [[How to Use QPushButton/zh|zh]]
* [[How to write a SQLDatabase Driver]]
|-
 
| [[How to bind a QML Property to a C++ Function]] || Style OK
{{Separator|3rd Party and Libraries}}
|-
* [[Boost Thread Qt Application]]
| [[How to Change the Background Color of QWidget]] || Style OK
* [[How to create a library with Qt and use it in an application]]
|-
* [[Building QtJsonDb from Git]]
| [[How to create a library with Qt and use it in an application]] || Style OK
* [[How to use FFTW]]
|-
* [[Accesssing RRD Databases]]
| [[How to create a multi language application]] || Style OK
* [[Using Irrlicht with QtCreator]]
|-
 
| [[How to do dynamic translation in QML]] || Style OK
{{Separator|Networking}}
* [[Download Data from URL]]
* [[How to set user agent in Qt application]]
 
{{Separator|QML}}
* [[How to bind a QML Property to a C++ Function]]
* [[How to do dynamic translation in QML]]
* [[How to Use a Custom Class in C++ Model and QML View]]
 
{{Separator|L10N / I18N}}
* [[How to create a multi language application]]
 
{{Separator|Mobile Platforms}}
* [[Build Qt for Tizen Developer Device]]
* [[Building Necessitas from Source on Linux]]
 
{{Separator|Games}}
* [[How to make a simple physics based game]]
* [[How to make a Flappy Bird game]]
* [[How to make a Balloon Pop game]]
* [[How to make a Match-3 Game (like Candy Crush)]]
* [[How to create mobile games for different screen sizes and resolutions]]
* [[How to add a Level Editor to your game]]
|}
|}
== Orphaned Pages Starting with "HowTo"==
* [[How-to-install-Qt-5-and-Qwt-on-CentOS-6]]
* [[How-to-use-Share-API-in-Mac-OS-X-and-Qt-Quick]]
* [[HowToQtQmlOnTheIOS]]
* [[How many Functions in Qt]]
* [[How to Add Holidays to QCalendarWidget]]
* [[How to Add Options Menu in Symbian Application]]
* [[How to Deploy and Use Files in Application Private Directory for Symbian]]
* [[How to Enable Split-View Input for Text Editors in Symbian Qt Apps]]
* [[How to Handle the Red End Key in a Qt Application]]
* [[How to Lock Application Screen Orientation in Symbian]]
* [[How to Update Meego Harmattan Device]]
* [[How to catch audio keys on Linux in QML applications]]
* [[How to create a splash screen with an induced delay]]
* [[How to create and deploy a mobile app for Symbian N8 and Maemo N900]]
* [[How to do a clean uninstall and reinstall of qt sdk]]
* [[How to manually unInstall old MS Visual Studio Integration and install VS Pluging]]
* [[How to prevent Qt from compiling code examples]]
* [[How to set up a MS-Win VM for development]]
* [[How to set your application display screen for Symbian Device]]
* [[How to setup MSVC2010]]
* [[How to setup Qt Mobility]]
* [[How to use a C class declared in a namespace with Q PROPERTY and QML/bg]]
* [[How to use a Flickable inside a Flipable]]
* [[How to use qt quick components for symbian]]

Revision as of 20:39, 22 February 2019

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh


Basics
Multithreading
Misc
Build Systems
Building How-tos
XML
File IO
Deploying
GUI / Widgets
Database
3rd Party and Libraries
Networking
QML
L10N / I18N
Mobile Platforms
Games

Orphaned Pages Starting with "HowTo"

Subcategories

This category has the following 4 subcategories, out of 4 total.

Pages in category "HowTo"

The following 200 pages are in this category, out of 339 total.

(previous page) (next page)

H

(previous page) (next page)