입력/출력 및 네트워킹

Qt Core 클래스는 외부 장치, 프로세스, 파일 등과의 입출력을 처리하고 파일과 디렉터리를 조작하는 데 사용됩니다.

QBuffer

QByteArray용 QIODevice 인터페이스

QDataStream

바이너리 데이터의 QIODevice 직렬화

QDir

디렉토리 구조와 그 내용에 대한 액세스

QDirIterator

디렉터리 엔트리 리스트용 이터레이터

QDirListing

디렉터리 항목에 대한 STL 스타일 이터레이터

QDirListing::DirEntry

QDirListing::const_iterator

QDirListing::sentinel

QFile

파일 읽기 및 쓰기 인터페이스

QFileDevice

열린 파일에서 읽기 및 쓰기용 인터페이스

QFileInfo

파일 시스템 항목에 대한 정보를 검색하기 위한 OS 독립적인 API

QFileSystemWatcher

파일 및 디렉터리의 수정 사항을 모니터링하기 위한 인터페이스

QIODevice

Qt의 모든 I/O 장치의 기본 인터페이스 클래스

QLockFile

파일을 사용하여 프로세스 간 잠금

QNtfsPermissionCheckGuard

NTFS 권한 검사를 관리하기 위한 RAII 클래스

QProcess

외부 프로그램을 시작하고 그 프로그램과 통신하는 데 사용

QProcessEnvironment

프로그램에 전달할 수 있는 환경 변수 보유

QResource

리소스에서 직접 읽기 위한 인터페이스

QSaveFile

파일에 안전하게 쓰기 위한 인터페이스

QSettings

플랫폼에 독립적인 영구 애플리케이션 설정

QSocketNotifier

파일 설명자에 대한 모니터링 활동 지원

QStorageInfo

현재 마운트된 스토리지 및 드라이브에 대한 정보 제공

QTemporaryDir

임시 사용을 위한 고유 디렉터리 생성

QTemporaryFile

임시 파일에서 작동하는 I/O 장치

QTextStream

텍스트 읽기 및 쓰기를 위한 편리한 인터페이스

QUrl

URL 작업을 위한 편리한 인터페이스

QUrlQuery

URL 쿼리에서 키-값 쌍을 조작하는 방법

Qt3DRender::QSceneLoader

기존 씬을 로드하는 기능 제공

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.