Qt Creator Manual

|
[File] - New File or Project... Ctrl+N

Projects
Qt4 Gui Application

Introduction and project location
Name: test
Create in: Project
Next click!

Select required modules
Next click!

Class Information
Class name: MyTest
Base class: QWidget
Header file: mytest.h
Source file: mytest.cpp
Generate form: non-checked
Form file: Inactive
Next click!

Project management
Finish click!

Projects
├test.pro ---------- 프로젝트 정보를 담고 있는 파일. Qt Creator에서 컴파일하려면 반드시 프로젝트를 생성해야 함.
├Headers ----------- 헤더 파일 폴더
│  └mytest.h -------- mytest 클래스의 헤더 파일
└Sources ----------- 소스 파일 폴더 ├main.cpp -------- main() 함수가 구현된 소스 파일
└mytest.cpp ------ mytest 클래스 소스 파일


─ │├ 

'Qt' 카테고리의 다른 글

qt 메뉴 등록  (0) 2010.09.23
[Qt Designer] 확장 다이얼로그  (0) 2010.09.22
Qt Designer  (0) 2010.09.18
Qt Compile  (0) 2010.06.06
And