Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QmlImportScanResult::Module Struct Reference

#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

Detailed Description

Definition at line 16 of file qmlutils.h.

Member Function Documentation

◆ installPath()

QString QmlImportScanResult::Module::installPath ( const QString & root) const

Definition at line 25 of file qmlutils.cpp.

Member Data Documentation

◆ className

QString QmlImportScanResult::Module::className

Definition at line 20 of file qmlutils.h.

◆ name

QString QmlImportScanResult::Module::name

◆ relativePath

QString QmlImportScanResult::Module::relativePath

Definition at line 22 of file qmlutils.h.

◆ sourcePath

QString QmlImportScanResult::Module::sourcePath

Definition at line 21 of file qmlutils.h.


The documentation for this struct was generated from the following files: