| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Users/SERVERWEB/AppData/Local/Programs/DriverHub/Qt/labs/settings/ |
Upload File : |
import QtQuick.tooling 1.2
// This file describes the plugin-supplied types contained in the library.
// It is used for QML tooling purposes only.
//
// This file was auto-generated by qmltyperegistrar.
Module {
dependencies: []
Component {
file: "qqmlsettings_p.h"
name: "QQmlSettings"
prototype: "QObject"
exports: ["Qt.labs.settings/Settings 1.0"]
exportMetaObjectRevisions: [0]
Property { name: "category"; type: "string" }
Property { name: "fileName"; type: "string" }
Method { name: "_q_propertyChanged" }
Method {
name: "value"
type: "QVariant"
Parameter { name: "key"; type: "string" }
Parameter { name: "defaultValue"; type: "QVariant" }
}
Method {
name: "value"
type: "QVariant"
Parameter { name: "key"; type: "string" }
}
Method {
name: "setValue"
Parameter { name: "key"; type: "string" }
Parameter { name: "value"; type: "QVariant" }
}
Method { name: "sync" }
}
}