QStorageInfo1 [QT] 드라이브 목록 출력하기 (QStorageInfo) QStorageInfo를 사용하여 드라이브 목록 출력하기 샘플 코드 #include #include #include #include int run_main() { foreach (const QStorageInfo &storage, QStorageInfo::mountedVolumes()) { if (storage.isValid() && storage.isReady()) { if (!storage.isReadOnly()) { qDebug() 2023. 4. 5. 이전 1 다음