include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf) include($QT_INSTALL_DOCS/config/exampleurl-qtquickcontrols2.qdocconf) include(manifest-meta.qdocconf) moduleheader = QtQuickControls2 project = QtQuickControls description = Qt Quick Controls Reference Documentation version = $QT_VERSION qhp.projects = QtQuickControls qhp.QtQuickControls.file = qtquickcontrols.qhp qhp.QtQuickControls.namespace = org.qt-project.qtquickcontrols.$QT_VERSION_TAG qhp.QtQuickControls.virtualFolder = qtquickcontrols qhp.QtQuickControls.indexTitle = Qt Quick Controls qhp.QtQuickControls.indexRoot = qhp.QtQuickControls.subprojects = manual examples qmltypes classes qhp.QtQuickControls.subprojects.manual.title = Qt Quick Controls qhp.QtQuickControls.subprojects.manual.indexTitle = Qt Quick Controls module topics qhp.QtQuickControls.subprojects.manual.type = manual qhp.QtQuickControls.subprojects.examples.title = Examples qhp.QtQuickControls.subprojects.examples.indexTitle = Qt Quick Controls Examples qhp.QtQuickControls.subprojects.examples.selectors = example qhp.QtQuickControls.subprojects.examples.sortPages = true qhp.QtQuickControls.subprojects.qmltypes.title = QML Types qhp.QtQuickControls.subprojects.qmltypes.indexTitle = Qt Quick Controls QML Types qhp.QtQuickControls.subprojects.qmltypes.selectors = qmlclass qhp.QtQuickControls.subprojects.qmltypes.sortPages = true qhp.QtQuickControls.subprojects.classes.title = C++ Classes qhp.QtQuickControls.subprojects.classes.indexTitle = Qt Quick Controls C++ Classes qhp.QtQuickControls.subprojects.classes.selectors = class fake:headerfile qhp.QtQuickControls.subprojects.classes.sortPages = true depends = qtcore qtgui qtdoc qtqml qtqmlmodels qtquick qtquickdialogs qtsql qtwidgets qtlabsplatform qmake qtcmake qtvirtualkeyboard # Specify the install path under QT_INSTALL_EXAMPLES # Note: paths passed to \example command must contain the parent directory, e.g. # \example controls/tabs exampledirs += ../../../examples/quickcontrols \ ../../quicktemplates \ ../ \ snippets examples.fileextensions += "*.conf *.theme" examplesinstallpath = quickcontrols headerdirs += ../../quicktemplates \ .. sourcedirs += ../../quicktemplates \ .. \ ../../quicktemplates/doc/src \ src # Exclude .qml files from the doc build to prevent conflicts with .qml files # in style-specific directories; all types are documented in .cpp/.qdoc files sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qdoc" imagedirs += images \ .. navigation.landingpage = "Qt Quick Controls" navigation.qmltypespage = "Qt Quick Controls QML Types" navigation.cppclassespage = "Qt Quick Controls C++ Classes" tagfile = qtquickcontrols.tags # \styleimport {QtQuick.Controls.Universal 2.0} macro.styleimport.HTML = "
Import Statement: import \1
Since: \2
" macro.styleimport.DocBook = "Import Statementimport \1Since\2" # \styleproperty {propertyname} {enumeration} # \target html-target-id # This property holds ... # (empty line) # \endstyleproperty macro.styleproperty.HTML = "

\1 : \2

" macro.endstyleproperty.HTML = "
" macro.styleproperty.DocBook = "\1 : \2\2\1" macro.endstyleproperty.DocBook = "" # \stylemethod {returntype} {methodname} {argtype} {argname} # \target html-target-id # This property holds ... # (empty line) # \endstylemethod macro.stylemethod.HTML = "

\1 \2(\3 \4)

" macro.endstylemethod.HTML = "
" macro.stylemethod.DocBook = "\1 \2(\3 \4)\1\2\3\4" macro.endstylemethod.DocBook = "" # \stylemethod2 {returntype} {methodname} {arg1type} {arg1name} {arg2type} {arg2name} # \target html-target-id # This method returns ... # (empty line) # \endstylemethod2 macro.stylemethod2.HTML = "

\1 \2(\3 \4, \5 \6)

" macro.endstylemethod2.HTML = "
" macro.stylemethod2.DocBook = "\1 \2(\3 \4)\1\2\3\4\5\6" macro.endstylemethod2.DocBook = "" # \stylecolor {#6A00FF} {(default)} macro.stylecolor.HTML = "
\1 \2
" macro.stylecolor.DocBook = "\1 \2" macro.nbsp.HTML = " " macro.nbsp.DocBook = " " manifestmeta.highlighted.names = \ "QtQuickControls/File System Explorer" \ "QtQuickControls/Qt Quick Controls - Wearable Demo" \ "QtQuickControls/Qt Quick Controls - Gallery" \ "QtQuickControls/Qt Quick Controls - Event Calendar" \ "QtQuickControls/Qt Quick Controls - Contact List" # Auto-generate navigation linking based on "Qt Quick Controls module topics": navigation.toctitles = "Qt Quick Controls module topics" navigation.toctitles.inclusive = false # Enforce zero documentation warnings warninglimit = 0