Qt for beginners CPP reminder: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Redirect to Qt for Beginners (Merged))
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
=Qt for beginners — C++ reminder=
#REDIRECT [[Qt for Beginners]]
 
==Glossary==
 
===Signature===
 
The '''signature''' of a method or function is simply it’s prototype. It completely describes a method or function. It contains the returned type, the name of the method / function (including the class name) and the parameters, including types.
 
is a signature.
 
===Categories:===
 
* [[:Category:HowTo|HowTo]]
* [[:Category:Qt for beginners|Qt_for_beginners]]
* [[:Category:Tutorial|Tutorial]]

Latest revision as of 14:35, 5 May 2015

Redirect to: