일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- Programming
- MySQL
- leadership
- Book review
- Java
- Malaysia
- ubuntu
- program
- Linux
- France
- Italy
- web
- django
- Artificial Intelligence
- hadoop
- Spain
- Kuala Lumpur
- programming_book
- RFID
- erlang
- agile
- essay
- comic agile
- hbase
- Book
- Software Engineering
- QT
- management
- history
- Python
- Today
- Total
목록Programming (347)
http://doc.trolltech.com/4.4/tutorials-tutorial-t4.html
http://doc.trolltech.com/4.4/tutorials-tutorial-t3.html
http://doc.trolltech.com/4.4/tutorials-tutorial-t2.html
http://doc.trolltech.com/4.4/tutorials-tutorial-t1.html
http://doc.trolltech.com/4.4/tutorials-tutorial.html
http://doc.trolltech.com/4.4/how-to-learn-qt.html
Subclassing QDialog Our first example is a Find dialog written entirely in C++. We will implement the dialog as a class in its own right. By doing so, we make it an independent, self-contained component, with its own signals and slots. 우리의 첫 번째 예제는 완전하게 C++로 작성된 Find 다이알로그이다. 우리는 다이알로그를 클래스로서 구현할 것이다. 그렇게 함으로서, 자신의 시그널과 슬롯을 가지고, 우리는 독립적이고, 자체적으로 컴포넌트를 포함하는 것을 만든다. Figure 2.1. The Find dialog The..
Chapter 2. Creating Dialogs Subclassing QDialog Signals and Slots in Depth Rapid Dialog Design Shape-Changing Dialogs Dynamic Dialogs Built-in Widget and Dialog Classes This chapter will teach you how to create dialog boxes using Qt. Dialog boxes present users with options and choices, and allow them to set the options to their preferred values and to make their choices. They are called dialog b..
Using the Reference Documentation Qt's reference documentation is an essential tool for any Qt developer, since it covers every class and function in Qt. This book makes use of many Qt classes and functions, but it does not cover all of them, nor does it provide every detail of those that are mentioned. To get the most benefit from Qt, you should familiarize yourself with the Qt reference docume..