일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- essay
- Book review
- leadership
- management
- ubuntu
- MySQL
- QT
- France
- django
- hadoop
- history
- Java
- Kuala Lumpur
- Book
- web
- erlang
- program
- agile
- Software Engineering
- RFID
- Python
- Linux
- programming_book
- Malaysia
- hbase
- Programming
- psychology
- Spain
- comic agile
- Italy
- Today
- Total
Part I: Basic Qt – Ch01. Getting Started 본문
Chapter 1. Getting Started
This chapter shows how to combine basic C++ with the functionality provided by Qt to create a few small graphical user interface (GUI) applications. This chapter also introduces two key Qt ideas: "signals and slots" and layouts. In Chapter 2, we will go into more depth, and in Chapter 3, we will start building a more realistic application.
이 장은 어떻게 기본 C++과 Qt에 의해 제공되는 기능을 결합해 몇 개의 간단한 그래픽 사용자 인터페이스(GUI) 어플리케이션을 만드는지 보여줄 것이다. 이 장은 또한 두 개의 핵심 Qt 개념: "시그널과 슬롯"과 레이아웃을 안내한다. 2장에서, 우리는 좀 더 깊이 나아가고, 3장에서, 우리는 좀 더 현실적인 어플리케이션을 만들기 시작할 것이다.
If you already know Java or C# but have limited experience with C++, you might want to start by reading the C++ introduction in Appendix B.
당신이 이미 자바나 C#에 대해 알지만 C++에 대해 제한적인 경험을 가졌다면, 당신은 부록 B의 C++ 안내를 읽는 것으로 시작할 수도 있다.