![]() |
Qt 6.x
The Qt SDK
|
#include <qmlutils.h>
Collaboration diagram for QmlImportScanResult::Module:Public Member Functions | |
| QString | installPath (const QString &root) const |
Public Attributes | |
| QString | name |
| QString | className |
| QString | sourcePath |
| QString | relativePath |
Definition at line 16 of file qmlutils.h.
Definition at line 25 of file qmlutils.cpp.
References QString::lastIndexOf(), QString::left(), and relativePath.
Here is the call graph for this function:| QString QmlImportScanResult::Module::className |
Definition at line 20 of file qmlutils.h.
Referenced by operator==(), and runQmlImportScanner().
| QString QmlImportScanResult::Module::name |
Definition at line 19 of file qmlutils.h.
Referenced by operator==(), and runQmlImportScanner().
| QString QmlImportScanResult::Module::relativePath |
Definition at line 22 of file qmlutils.h.
Referenced by installPath(), and runQmlImportScanner().
| QString QmlImportScanResult::Module::sourcePath |
Definition at line 21 of file qmlutils.h.
Referenced by runQmlImportScanner().