Qt for Beginners: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
=Qt for beginners=
[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]<br />[[Category:Qt_for_beginners]]<br />[[Category:Tutorial]]<br />[[Category:HowTo]]


New to Qt ? Don’t know how to start ? This wiki page is for you ! It is a step by step tutorial that presents all specificities and features of Qt.
= Qt for beginners =


'''Warning''' : be sure to have some knowledge in C++ before starting ! If you are unsure about some notions, you might check the [[Qt for beginners CPP reminder|C++ reminder]].
New to Qt ? Don't know how to start ? This wiki page is for you ! It is a step by step tutorial that presents all specificities and features of Qt.
 
'''Warning''' : be sure to have some knowledge in C++ before starting ! If you are unsure about some notions, you might check the [[Qt_for_beginners_CPP_reminder|C++ reminder]].


'''Remark''' : this tutorial series target mainly Qt4. Even if most of these tutorials are also valid for Qt5, the case of Qt5 is discussed in a separate part.
'''Remark''' : this tutorial series target mainly Qt4. Even if most of these tutorials are also valid for Qt5, the case of Qt5 is discussed in a separate part.


==Introduction to Qt and Widgets==
== Introduction to Qt and Widgets ==


* [[Qt for beginners Introduction|Introduction]]
* [[Qt_for_beginners_Introduction|Introduction]]
* [[Qt for beginners Hello World|Hello World]]
* [[Qt_for_beginners_Hello_World|Hello World]]
* [[Qt for beginners pretty button|A pretty button]]
* [[Qt_for_beginners_pretty_button|A pretty button]]
* [[Qt for beginners Signals and slots|Signals and slots]]
* [[Qt_for_beginners_Signals_and_slots|Signals and slots]]
* [[Qt for beginners Signals and slots 2|Signals and slots 2]]
* [[Qt_for_beginners_Signals_and_slots_2|Signals and slots 2]]
* [[Qt for beginners Exercise 1 basis|Exercise 1 : basis]]
* [[Qt_for_beginners_Exercise_1_basis|Exercise 1 : basis]]
* [[Qt for beginners Doc|Finding information in the documentation]]
* [[Qt_for_beginners_Doc|Finding information in the documentation]]
* How to layout widgets
* How to layout widgets
* Useful widgets
* Useful widgets
Line 22: Line 24:
* Exercise 1 : widgets
* Exercise 1 : widgets


==Advanced topics==
== Advanced topics ==


* Managing threads and processes
* Managing threads and processes
* Displaying information using model views
* Displaying information using model views
* Painting and the graphics scene
* Painting and the graphics scene
* <span class="caps">XML</span> parsing made easy
* XML parsing made easy
* Accessing databases
* Accessing databases
* Web in Qt application
* Web in Qt application
* Exercise 2 : advanced Qt
* Exercise 2 : advanced Qt


==Qt Quick==
== Qt Quick ==


* Introduction
* Introduction
* Layout elements with anchors
* Layout elements with anchors
* States and transitions, animations
* States and transitions, animations
* <span class="caps">QML</span> files organization
* QML files organization
* Bind your Quick app with C++
* Bind your Quick app with C++
* Extend Quick
* Extend Quick
* Exercise 3 : Qt Quick
* Exercise 3 : Qt Quick


==Other topics==
== Other topics ==


* [[Qt for beginners CPP reminder|C++ reminder]]
* [[Qt_for_beginners_CPP_reminder|C++ reminder]]
* Deploying my application
* Deploying my application
* Translate my application
* Translate my application
* What’s new in Qt 5
* What's new in Qt 5
 
==Contacts==
 
If you have questions on this tutorial series, you might go in this [http://forum.qt.io/viewthread/186/ forum] ''[qt.io]''. You can also ask @SfietKonstantin on twitter.
 
===Categories:===


* [[:Category:HowTo|HowTo]]
== Contacts ==
* [[:Category:Qt for beginners|Qt_for_beginners]]
* [[:Category:Tutorial|Tutorial]]

Revision as of 14:13, 23 February 2015

[toc align_right="yes&quot; depth="3&quot;]


Qt for beginners

New to Qt ? Don't know how to start ? This wiki page is for you ! It is a step by step tutorial that presents all specificities and features of Qt.

Warning : be sure to have some knowledge in C++ before starting ! If you are unsure about some notions, you might check the C++ reminder.

Remark : this tutorial series target mainly Qt4. Even if most of these tutorials are also valid for Qt5, the case of Qt5 is discussed in a separate part.

Introduction to Qt and Widgets

Advanced topics

  • Managing threads and processes
  • Displaying information using model views
  • Painting and the graphics scene
  • XML parsing made easy
  • Accessing databases
  • Web in Qt application
  • Exercise 2 : advanced Qt

Qt Quick

  • Introduction
  • Layout elements with anchors
  • States and transitions, animations
  • QML files organization
  • Bind your Quick app with C++
  • Extend Quick
  • Exercise 3 : Qt Quick

Other topics

  • C++ reminder
  • Deploying my application
  • Translate my application
  • What's new in Qt 5

Contacts