Part I: Basic Qt – Ch01. Getting Started 본문

Programming/C++/Qt

Part I: Basic Qt – Ch01. Getting Started

halatha 2008. 7. 31. 11:34

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++ 안내를 읽는 것으로 시작할 수도 있다.

Comments