프로퍼티 | 타입 | 설명 | |
---|---|---|---|
data |
메소드 | 설명 | |
---|---|---|
HasConfigurationFile ( ) : bool |
Checks if configuration file is present
|
|
IsValidQtId ( string id ) : bool |
Checks if a Qt id has a valid format
|
|
LoadConfiguration ( ) : bool |
Load data from configuration file Atm the function only loads 2 values (because there are only two settings), but it could easily be extended to detect more settings.
|
|
WriteWizardConfig ( |
Writes the initial configuration file
|
public static IsValidQtId ( string id ) : bool | ||
id | string | Qt id (some combined hexadecimal values) |
리턴 | bool |
public static WriteWizardConfig ( |
||
data | Data to write | |
리턴 | bool |