
- •Index Terms—About four key words or phrases in alphabetical
- •Оценка выставляется на основании
- •Т е х н и ч е с к о е з а д а н и е
- •3.3. Требования стойкости к внешним воздействующим факторам
- •5. Требования к маркировке и упаковке
- •6. Этапы выполнения окр
- •7. Порядок выполнения и приемки этапов окр
- •Dsds-24. Домашняя работа.
- •Методические указания по оформлению публикаций.
- •Introduction
- •Procedure for Paper Submission Review Stage
- •Final Stage
- •Figures
- •Electronic Image Files (Optional)
- •Copyright Form
- •Helpful Hints Figures and Tables
- •References
- •Abbreviations and Acronyms
- •Equations
- •Other Recommendations
- •Some Common Mistakes
- •Editorial Policy
- •Publication Principles
- •Conclusion
- •Appendix
- •Acknowledgment
- •References
- •About Modules
- •About Qt
- •All Overviews and howtOs
- •How to Learn Qt
- •Qt Free Edition License Agreement
- •The q public license version 1.0 Copyright (c) 1999-2000 Trolltech as, Norway. Everyone is permitted to copy and distribute this license document.
- •Granted Rights
- •Limitations of Liability
- •No Warranty
- •Choice of Law
- •Qt Free Edition
- •Qt Reference Documentation (Free Edition)
- •Qt's Tools
- •Trolltech Mailing Lists Qt-interest
- •Qt-announce
- •Qsa-interest
- •Qtopia-interest
- •Qt-embedded-interest
- •Snapshot-users
- •Marketplace
- •Window System-specific Notes
- •Qt/Windows
- •Qt/Mac os X
- •Qt/Embedded
- •Qt's Classes
How to Learn Qt
We assume that you already know C++!
Read the Qt Whitepaper first. This provides an overview of Qt's facilities and has snippets of code which demonstrate the Qt approach to programming. It gives you the 'big picture'.
If you want to program purely in C++, designing your interfaces in code without the aid of any design tools, read the tutorials. Tutorial #1 is designed to get you into Qt programming, with the emphasis on working code rather than being a tour of features. Tutorial #2 presents a more realistic example, demonstrating how to code menus, toolbars, file loading and saving, dialogs, etc.
If you want to design your user interfaces using a design tool, then read at least the first few chapters of the Qt Designer manual. After this, it is still worthwhile trying the pure C++ Tutorials (Tutorial #1 and Tutorial #2) mentioned above.
By now you'll have produced some small working applications and have a broad feel for Qt programming. You could start work on your own projects straight away, but we recommend reading a couple of key overviews to deepen your understanding of Qt: the Qt Object Model and Signals and Slots.
At this point we recommend looking at the overviews and reading those that are relevant to your projects. You may also find it useful to browse the source code of the examples that have things in common with your projects. You can also read Qt's source code since this is supplied.
If you run the demo application (in $QTDIR/examples/demo) you'll see many of Qt's widgets in action.
Qt comes with extensive documentation, with hypertext cross-references throughout, so you can easily click your way to whatever interests you. The part of the documentation that you'll probably use the most is the API Reference. Each link provides a different way of navigating the API Reference; try them all to see which work best for you. You might also like to try Qt Assistant: this tool is supplied with Qt and provides access to the entire Qt API, and it provides a full text search facility. There are also a growing number of Qt books.
You should now be ready to ground-break: good luck, and have fun!
Copyright © 2003 Trolltech |
Trademarks |
Qt 3.2.3 |
Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
|
Qt Free Edition License Agreement
The Qt Free Edition is distributed under the Q Public License (QPL). It allows free use of Qt Free Edition for running software developed by others, and free use of Qt Free Edition for development of free/Open Source software. There is more information about the QPL at the Trolltech web site.
Note that the Qt/Embedded Free Edition is not distributed under the QPL, but under the GNU General Public License (GPL).
For development non-free/proprietary software, the Qt Professional Edition is available. It has a normal commercial library license, with none of the special restrictions of the QPL or the GPL.