2月 15, 2011 by sabioguru | Comments
QT -= gui
QT += webkit
QtCore | Default로 포함되는 Qt Module로써 다른 모듈에서 사용되는 non-graphic Core 클래스들 주목해야 할 중요 클래스 QObject와 Event Loop 예) Qt Event Loop, 멀티쓰레드, 파일관련 클래스, 스트링 버퍼 등등 |
QtGui | Default로 포함되는 Qt Module로써 Graphical user interface (GUI) 컴포넌트 QWidget과 같이 직접적으로 UI를 구성하게 되는 클래스들 예) PushButton, Bitmap, Cursor, Image등등 |
QtMultimedia | 로우레벨 멀티미디어 함수들을 지원하는 클래스 모듈 System specific 한 저수준 함수들 |
QtNetwork | 네트워크 프로그래밍에 관련된 클래스 모듈 |
QtOpenGL | OpenGL 지원에 관련된 클래스 모듈 |
QtOpenVG | OpenVG 지원에 관련된 클래스 모듈 |
QtScript | Qt를 통한 Scripting을 지원하는 클래스 모듈 |
QtScriptTools | Qt Script 엔진의 디버깅 클래스 모듈 |
QtSql | SQL을 사용하는 데이타베이스 클래스 모듈 |
QtSvg | SVG 형식의 파일을 지원하는 클래스 모듈 |
QtWebKit | 웹 콘텐츠를 수정하거나 랜더링 하는데 사용되는 클래스 모듈 |
QtXml | XML을 핸들링 하는데 사용되는 클래스 모듈 |
QtXmlPatterns | XQuery & XPath, XML Schema validation등을 지원하는 클래스 모듈 |
QtDeclarative | QML engine, animation 스크립트, dynamic contents 등과의 연결을 지원하는 클래스 모듈 |
Phonon | Multimedia framework 클래스 모듈 Phonon은 하이레벨 멀티미디어 framework로 |
Qt3Support | Qt 3.x대와의 호환성을 지원하는 클래스 모듈 |
QtDesigner | Qt Designer 기능 확장을 위한 모듈 |
QtUiTools | Qt Designer 기능 확장을 위한 모듈 Application내에서 Qt Designer form을 핸들링 하기 위한 클래스 모듈 |
QtHelp | 온라인 Help를 위한 클래스 모듈 |
QtTest | 유닛 테스트를 위한 클래스 모듈 |
QtDBus | Unix의 D-Bus 프로토콜을 이용하여 프로세스간 Inter process (IPC)를 지원하는 클래스 모듈 |
Download the latest release here: www.qt.io/download.
Qt 6.9 is now available, with new features and improvements for application developers and device creators.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
6 16, 2025
QtNetwork モジュール内の Qt の QHttp2ProtocolHandler に「Use After Free」の脆弱性があります。..
6 11, 2025
特定の形式で作成されたICNS形式のイメージファイルをロードすると、システムがクラッシュします。 この問題は、CVE ID..
6 7, 2025
本稿は「Security advisory: Recently discovered issue in qDecodeDataUrl() in..