Find free drive space on OS(windows or Linux)
http://qt-project.org/forums/viewthread/6224
- Use GetDiskFreeSpaceEx() WinAPI function.
- At linux you can use stat() and statfs() functions.
- QtMobility QtSystemStorageInfo class
'QT' 카테고리의 다른 글
[Qt] Drag & Drop 예제 (드래그 앤 드롭) (0) | 2023.02.17 |
---|---|
[ERROR] cannot find -GL 발생 시, 해결 방법 (0) | 2016.02.26 |
Convert from char*(char array) to QString (0) | 2013.11.28 |
Convert from QImage to QPixmap (0) | 2013.11.27 |
QTextEdit의 내용 읽어오기 (0) | 2013.11.13 |