ExecutableInfo
- class mobase.ExecutableInfo(title, binary)
Bases:
objectMethods Summary
asCustom()binary()isCustom()isValid()title()withArgument(argument)withSteamAppId(app_id)withWorkingDirectory(directory)Methods Documentation
- arguments()
- Return type:
Sequence[str]
- asCustom()
- Return type:
- binary()
- Return type:
QFileInfo
- isCustom()
- Return type:
bool
- isValid()
- Return type:
bool
- steamAppID()
- Return type:
str
- title()
- Return type:
str
- withArgument(argument)
- Return type:
- withSteamAppId(app_id)
- Return type:
- withWorkingDirectory(directory)
- Return type:
- workingDirectory()
- Return type:
QDir