Files
work-secretfile-selfcheck/UmiOCR-data/qt_res/qml/Configs/Settings_.qml

9 lines
301 B
QML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// ==============================================================
// =============== 对Settings的封装提供本地化保存 ===============
// ==============================================================
import Qt.labs.settings 1.0
Settings {
fileName: "./.settings" // 配置文件名
}