Skip to content
Snippets Groups Projects
Commit 6fa5f833 authored by Orgad Shaneh's avatar Orgad Shaneh Committed by Joerg Bornemann
Browse files

qbs files: Group and sort QmlDesigner


Change-Id: I38930748f4c2f5540f2a631f04020f783c35612b
Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@digia.com>
parent 18d34fef
Branches
Tags
No related merge requests found
...@@ -41,418 +41,441 @@ QtcPlugin { ...@@ -41,418 +41,441 @@ QtcPlugin {
buildDirectory buildDirectory
] ]
Group {
prefix: "designercore/filemanager/"
files: [ files: [
"designercore/filemanager/qmlrewriter.h", "addarraymembervisitor.cpp",
"designercore/filemanager/qmlrefactoring.h", "addarraymembervisitor.h",
"designercore/filemanager/changeobjecttypevisitor.h", "addobjectvisitor.cpp",
"designercore/filemanager/changepropertyvisitor.h", "addobjectvisitor.h",
"designercore/filemanager/removeuiobjectmembervisitor.h", "addpropertyvisitor.cpp",
"designercore/filemanager/removepropertyvisitor.h", "addpropertyvisitor.h",
"designercore/filemanager/addpropertyvisitor.h", "astobjecttextextractor.cpp",
"designercore/filemanager/moveobjectvisitor.h", "astobjecttextextractor.h",
"designercore/filemanager/addobjectvisitor.h", "changeimportsvisitor.cpp",
"designercore/filemanager/addarraymembervisitor.h", "changeimportsvisitor.h",
"designercore/filemanager/astobjecttextextractor.h", "changeobjecttypevisitor.cpp",
"designercore/filemanager/objectlengthcalculator.h", "changeobjecttypevisitor.h",
"designercore/filemanager/firstdefinitionfinder.h", "changepropertyvisitor.cpp",
"designercore/filemanager/moveobjectbeforeobjectvisitor.h", "changepropertyvisitor.h",
"designercore/filemanager/changeimportsvisitor.h", "firstdefinitionfinder.cpp",
"designercore/include/nodeinstance.h", "firstdefinitionfinder.h",
"designercore/instances/nodeinstanceserverproxy.h", "moveobjectbeforeobjectvisitor.cpp",
"../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceclientinterface.h", "moveobjectbeforeobjectvisitor.h",
"../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.h", "moveobjectvisitor.cpp",
"../../../share/qtcreator/qml/qmlpuppet/interfaces/commondefines.h", "moveobjectvisitor.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.h", "objectlengthcalculator.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/tokencommand.h", "objectlengthcalculator.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.h", "qmlrefactoring.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.h", "qmlrefactoring.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.h", "qmlrewriter.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.h", "qmlrewriter.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.h", "removepropertyvisitor.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.h", "removepropertyvisitor.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/changeidscommand.h", "removeuiobjectmembervisitor.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.h", "removeuiobjectmembervisitor.h"
"../../../share/qtcreator/qml/qmlpuppet/commands/changestatecommand.h", ]
"../../../share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.h", }
"../../../share/qtcreator/qml/qmlpuppet/commands/createscenecommand.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.h", Group {
"../../../share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.h", prefix: "../../../share/qtcreator/qml/qmlpuppet/"
"../../../share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.h", files: [
"../../../share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.h", "commands/changeauxiliarycommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.h", "commands/changeauxiliarycommand.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.h", "commands/changebindingscommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.h", "commands/changebindingscommand.h",
"../../../share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.h", "commands/changefileurlcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.h", "commands/changefileurlcommand.h",
"../../../share/qtcreator/qml/qmlpuppet/container/addimportcontainer.h", "commands/changeidscommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/imagecontainer.h", "commands/changeidscommand.h",
"../../../share/qtcreator/qml/qmlpuppet/container/idcontainer.h", "commands/changenodesourcecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/informationcontainer.h", "commands/changenodesourcecommand.h",
"../../../share/qtcreator/qml/qmlpuppet/container/instancecontainer.h", "commands/changestatecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/reparentcontainer.h", "commands/changestatecommand.h",
"../../../share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.h", "commands/changevaluescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.h", "commands/changevaluescommand.h",
"../../../share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.h", "commands/childrenchangedcommand.cpp",
"designercore/include/corelib_global.h", "commands/childrenchangedcommand.h",
"designercore/include/abstractview.h", "commands/clearscenecommand.cpp",
"designercore/include/nodeinstanceview.h", "commands/clearscenecommand.h",
"designercore/include/rewriterview.h", "commands/completecomponentcommand.cpp",
"designercore/include/metainfo.h", "commands/completecomponentcommand.h",
"designercore/include/metainfoparser.h", "commands/componentcompletedcommand.cpp",
"designercore/include/nodemetainfo.h", "commands/componentcompletedcommand.h",
"designercore/include/itemlibraryinfo.h", "commands/createinstancescommand.cpp",
"designercore/model/internalproperty.h", "commands/createinstancescommand.h",
"designercore/include/modelnode.h", "commands/createscenecommand.cpp",
"designercore/include/model.h", "commands/createscenecommand.h",
"designercore/include/nodeproperty.h", "commands/informationchangedcommand.cpp",
"designercore/include/subcomponentmanager.h", "commands/informationchangedcommand.h",
"designercore/include/propertycontainer.h", "commands/pixmapchangedcommand.cpp",
"designercore/model/internalnode_p.h", "commands/pixmapchangedcommand.h",
"designercore/model/model_p.h", "commands/removeinstancescommand.cpp",
"designercore/model/painteventfilter_p.h", "commands/removeinstancescommand.h",
"designercore/include/propertyparser.h", "commands/removepropertiescommand.cpp",
"designercore/pluginmanager/widgetpluginmanager.h", "commands/removepropertiescommand.h",
"designercore/pluginmanager/widgetpluginpath.h", "commands/reparentinstancescommand.cpp",
"designercore/include/exception.h", "commands/reparentinstancescommand.h",
"designercore/include/invalidreparentingexception.h", "commands/statepreviewimagechangedcommand.cpp",
"designercore/include/invalidmetainfoexception.h", "commands/statepreviewimagechangedcommand.h",
"designercore/include/invalidargumentexception.h", "commands/synchronizecommand.cpp",
"designercore/include/notimplementedexception.h", "commands/synchronizecommand.h",
"designercore/include/invalidpropertyexception.h", "commands/tokencommand.cpp",
"designercore/include/invalidmodelstateexception.h", "commands/tokencommand.h",
"designercore/include/removebasestateexception.h", "commands/valueschangedcommand.cpp",
"designercore/include/invalididexception.h", "commands/valueschangedcommand.h",
"designercore/include/propertynode.h", "container/addimportcontainer.cpp",
"designercore/include/invalidslideindexexception.h", "container/addimportcontainer.h",
"designercore/include/import.h", "container/idcontainer.cpp",
"designercore/include/invalidqmlsourceexception.h", "container/idcontainer.h",
"designercore/model/viewlogger.h", "container/imagecontainer.cpp",
"designercore/model/internalvariantproperty.h", "container/imagecontainer.h",
"designercore/model/internalnodelistproperty.h", "container/informationcontainer.cpp",
"designercore/include/variantproperty.h", "container/informationcontainer.h",
"designercore/include/nodelistproperty.h", "container/instancecontainer.cpp",
"designercore/include/abstractproperty.h", "container/instancecontainer.h",
"designercore/model/internalbindingproperty.h", "container/propertyabstractcontainer.cpp",
"designercore/include/bindingproperty.h", "container/propertyabstractcontainer.h",
"designercore/model/internalnodeproperty.h", "container/propertybindingcontainer.cpp",
"designercore/model/internalnodeabstractproperty.h", "container/propertybindingcontainer.h",
"designercore/include/nodeabstractproperty.h", "container/propertyvaluecontainer.cpp",
"designercore/include/plaintexteditmodifier.h", "container/propertyvaluecontainer.h",
"designercore/include/basetexteditmodifier.h", "container/reparentcontainer.cpp",
"designercore/include/componenttextmodifier.h", "container/reparentcontainer.h",
"designercore/include/textmodifier.h", "interfaces/commondefines.h",
"designercore/model/modeltotextmerger.h", "interfaces/nodeinstanceclientinterface.h",
"designercore/model/texttomodelmerger.h", "interfaces/nodeinstanceserverinterface.cpp",
"designercore/include/qmlmodelview.h", "interfaces/nodeinstanceserverinterface.h"
"designercore/include/qmlitemnode.h", ]
"designercore/include/qmlstate.h", }
"designercore/include/qmlchangeset.h",
"designercore/include/qmlmodelnodefacade.h", Group {
"designercore/include/forwardview.h", prefix: "designercore/"
"designercore/include/qmlobjectnode.h", files: [
"designercore/include/qmlanchors.h", "exceptions/exception.cpp",
"designercore/rewritertransaction.h", "exceptions/invalidargumentexception.cpp",
"designercore/model/rewriteaction.h", "exceptions/invalididexception.cpp",
"designercore/include/modelnodepositionstorage.h", "exceptions/invalidmetainfoexception.cpp",
"designercore/model/modelnodepositionrecalculator.h", "exceptions/invalidmodelnodeexception.cpp",
"designercore/model/rewriteactioncompressor.h", "exceptions/invalidmodelstateexception.cpp",
"designercore/model/qmltextgenerator.h", "exceptions/invalidpropertyexception.cpp",
"designercore/include/modelmerger.h", "exceptions/invalidqmlsourceexception.cpp",
"designercore/include/mathutils.h", "exceptions/invalidreparentingexception.cpp",
"designercore/include/customnotifications.h", "exceptions/invalidslideindexexception.cpp",
"designercore/include/rewritingexception.h", "exceptions/notimplementedexception.cpp",
"components/componentscore/modelnodecontextmenu.h", "exceptions/removebasestateexception.cpp",
"designercore/include/basetexteditmodifier.h", "exceptions/rewritingexception.cpp",
"components/integration/designdocumentcontrollerview.h", "include/abstractproperty.h",
"components/integration/designdocumentcontroller.h", "include/abstractview.h",
"components/integration/utilitypanelcontroller.h", "include/basetexteditmodifier.h",
"components/integration/stackedutilitypanelcontroller.h", "include/basetexteditmodifier.h",
"components/integration/componentaction.h", "include/bindingproperty.h",
"components/integration/componentview.h", "include/componenttextmodifier.h",
"components/integration/xuifiledialog.h", "include/corelib_global.h",
"components/integration/designdocumentcontroller.cpp", "include/customnotifications.h",
"components/integration/designdocumentcontrollerview.cpp", "include/exception.h",
"components/integration/utilitypanelcontroller.cpp", "include/forwardview.h",
"components/integration/stackedutilitypanelcontroller.cpp", "include/import.h",
"components/integration/componentaction.cpp", "include/invalidargumentexception.h",
"components/integration/componentview.cpp", "include/invalididexception.h",
"components/integration/xuifiledialog.cpp", "include/invalidmetainfoexception.h",
"components/propertyeditor/propertyeditor.h", "include/invalidmodelstateexception.h",
"components/propertyeditor/qmlanchorbindingproxy.h", "include/invalidpropertyexception.h",
"components/propertyeditor/resetwidget.h", "include/invalidqmlsourceexception.h",
"components/propertyeditor/qlayoutobject.h", "include/invalidreparentingexception.h",
"components/propertyeditor/basiclayouts.h", "include/invalidslideindexexception.h",
"components/propertyeditor/basicwidgets.h", "include/itemlibraryinfo.h",
"components/propertyeditor/behaviordialog.h", "include/mathutils.h",
"components/propertyeditor/qproxylayoutitem.h", "include/metainfo.h",
"components/propertyeditor/layoutwidget.h", "include/metainfoparser.h",
"components/propertyeditor/filewidget.h", "include/model.h",
"components/propertyeditor/propertyeditorvalue.h", "include/modelmerger.h",
"components/propertyeditor/fontwidget.h", "include/modelnode.h",
"components/propertyeditor/originwidget.h", "include/modelnodepositionstorage.h",
"components/propertyeditor/siblingcombobox.h", "include/nodeabstractproperty.h",
"components/propertyeditor/propertyeditortransaction.h", "include/nodeinstance.h",
"components/propertyeditor/designerpropertymap.h", "include/nodeinstanceview.h",
"components/propertyeditor/propertyeditorcontextobject.h", "include/nodelistproperty.h",
"components/propertyeditor/declarativewidgetview.h", "include/nodemetainfo.h",
"components/propertyeditor/gradientlineqmladaptor.h", "include/nodeproperty.h",
"components/propertyeditor/propertyeditor.cpp", "include/notimplementedexception.h",
"components/propertyeditor/qmlanchorbindingproxy.cpp", "include/plaintexteditmodifier.h",
"components/propertyeditor/resetwidget.cpp", "include/propertycontainer.h",
"components/propertyeditor/qlayoutobject.cpp", "include/propertynode.h",
"components/propertyeditor/basiclayouts.cpp", "include/propertyparser.h",
"components/propertyeditor/basicwidgets.cpp", "include/qmlanchors.h",
"components/propertyeditor/behaviordialog.cpp", "include/qmlchangeset.h",
"components/propertyeditor/qproxylayoutitem.cpp", "include/qmlitemnode.h",
"components/propertyeditor/layoutwidget.cpp", "include/qmlmodelnodefacade.h",
"components/propertyeditor/filewidget.cpp", "include/qmlmodelview.h",
"components/propertyeditor/propertyeditorvalue.cpp", "include/qmlobjectnode.h",
"components/propertyeditor/fontwidget.cpp", "include/qmlstate.h",
"components/propertyeditor/originwidget.cpp", "include/removebasestateexception.h",
"components/propertyeditor/siblingcombobox.cpp", "include/rewriterview.h",
"components/propertyeditor/propertyeditortransaction.cpp", "include/rewritingexception.h",
"components/propertyeditor/propertyeditorcontextobject.cpp", "include/subcomponentmanager.h",
"components/propertyeditor/declarativewidgetview.cpp", "include/textmodifier.h",
"components/propertyeditor/gradientlineqmladaptor.cpp", "include/variantproperty.h",
"components/propertyeditor/propertyeditor.qrc", "instances/nodeinstance.cpp",
"components/formeditor/formeditorscene.h", "instances/nodeinstanceserverproxy.cpp",
"components/formeditor/formeditorwidget.h", "instances/nodeinstanceserverproxy.h",
"components/formeditor/formeditoritem.h", "instances/nodeinstanceview.cpp",
"components/formeditor/formeditorview.h", "metainfo/itemlibraryinfo.cpp",
"components/formeditor/selectiontool.h", "metainfo/metainfo.cpp",
"components/formeditor/abstractformeditortool.h", "metainfo/metainfoparser.cpp",
"components/formeditor/controlelement.h", "metainfo/nodemetainfo.cpp",
"components/formeditor/resizemanipulator.h", "metainfo/subcomponentmanager.cpp",
"components/formeditor/movemanipulator.h", "model/abstractproperty.cpp",
"components/formeditor/layeritem.h", "model/abstractview.cpp",
"components/formeditor/itemutilfunctions.h", "model/basetexteditmodifier.cpp",
"components/formeditor/selectionrectangle.h", "model/bindingproperty.cpp",
"components/formeditor/rubberbandselectionmanipulator.h", "model/componenttextmodifier.cpp",
"components/formeditor/movetool.h", "model/import.cpp",
"components/formeditor/selectionindicator.h", "model/internalbindingproperty.cpp",
"components/formeditor/snappinglinecreator.h", "model/internalbindingproperty.h",
"components/formeditor/snapper.h", "model/internalnode.cpp",
"components/formeditor/onedimensionalcluster.h", "model/internalnode_p.h",
"components/formeditor/singleselectionmanipulator.h", "model/internalnodeabstractproperty.cpp",
"components/formeditor/scalemanipulator.h", "model/internalnodeabstractproperty.h",
"components/formeditor/resizetool.h", "model/internalnodelistproperty.cpp",
"components/formeditor/resizeindicator.h", "model/internalnodelistproperty.h",
"components/formeditor/scaleitem.h", "model/internalnodeproperty.cpp",
"components/formeditor/resizecontroller.h", "model/internalnodeproperty.h",
"components/formeditor/resizehandleitem.h", "model/internalproperty.cpp",
"components/formeditor/dragtool.h", "model/internalproperty.h",
"components/formeditor/toolbox.h", "model/internalvariantproperty.cpp",
"components/formeditor/zoomaction.h", "model/internalvariantproperty.h",
"components/formeditor/formeditorgraphicsview.h", "model/model.cpp",
"components/formeditor/numberseriesaction.h", "model/model_p.h",
"components/formeditor/lineeditaction.h", "model/modelmerger.cpp",
"components/formeditor/formeditoritem.cpp", "model/modelnode.cpp",
"components/formeditor/formeditorview.cpp", "model/modelnodepositionrecalculator.cpp",
"components/formeditor/formeditorscene.cpp", "model/modelnodepositionrecalculator.h",
"components/formeditor/formeditorwidget.cpp", "model/modelnodepositionstorage.cpp",
"components/formeditor/selectiontool.cpp", "model/modeltotextmerger.cpp",
"components/formeditor/abstractformeditortool.cpp", "model/modeltotextmerger.h",
"components/formeditor/controlelement.cpp", "model/nodeabstractproperty.cpp",
"components/formeditor/resizemanipulator.cpp", "model/nodelistproperty.cpp",
"components/formeditor/movemanipulator.cpp", "model/nodeproperty.cpp",
"components/formeditor/layeritem.cpp", "model/painteventfilter.cpp",
"components/formeditor/itemutilfunctions.cpp", "model/painteventfilter_p.h",
"components/formeditor/selectionrectangle.cpp", "model/plaintexteditmodifier.cpp",
"components/formeditor/rubberbandselectionmanipulator.cpp", "model/propertycontainer.cpp",
"components/formeditor/movetool.cpp", "model/propertynode.cpp",
"components/formeditor/selectionindicator.cpp", "model/propertyparser.cpp",
"components/formeditor/snappinglinecreator.cpp", "model/qmlanchors.cpp",
"components/formeditor/snapper.cpp", "model/qmlchangeset.cpp",
"components/formeditor/onedimensionalcluster.cpp", "model/qmlitemnode.cpp",
"components/formeditor/singleselectionmanipulator.cpp", "model/qmlmodelnodefacade.cpp",
"components/formeditor/scalemanipulator.cpp", "model/qmlmodelview.cpp",
"components/formeditor/resizetool.cpp", "model/qmlobjectnode.cpp",
"components/formeditor/resizeindicator.cpp", "model/qmlstate.cpp",
"components/formeditor/scaleitem.cpp", "model/qmltextgenerator.cpp",
"components/formeditor/resizecontroller.cpp", "model/qmltextgenerator.h",
"components/formeditor/resizehandleitem.cpp", "model/rewriteaction.cpp",
"components/formeditor/dragtool.cpp", "model/rewriteaction.h",
"components/formeditor/toolbox.cpp", "model/rewriteactioncompressor.cpp",
"components/formeditor/zoomaction.cpp", "model/rewriteactioncompressor.h",
"components/formeditor/formeditorgraphicsview.cpp", "model/rewriterview.cpp",
"components/formeditor/numberseriesaction.cpp", "model/textmodifier.cpp",
"components/formeditor/lineeditaction.cpp", "model/texttomodelmerger.cpp",
"components/formeditor/formeditor.qrc", "model/texttomodelmerger.h",
"qmldesignerconstants.h", "model/variantproperty.cpp",
"qmldesignerplugin.h", "model/viewlogger.cpp",
"designmodewidget.h", "model/viewlogger.h",
"pluginmanager/widgetpluginmanager.cpp",
"pluginmanager/widgetpluginmanager.h",
"pluginmanager/widgetpluginpath.cpp",
"pluginmanager/widgetpluginpath.h",
"rewritertransaction.cpp",
"rewritertransaction.h"
]
}
Group {
prefix: "components/"
files: [
"componentcore/modelnodecontextmenu.cpp",
"componentcore/modelnodecontextmenu.h",
"formeditor/abstractformeditortool.cpp",
"formeditor/abstractformeditortool.h",
"formeditor/controlelement.cpp",
"formeditor/controlelement.h",
"formeditor/dragtool.cpp",
"formeditor/dragtool.h",
"formeditor/formeditor.qrc",
"formeditor/formeditorgraphicsview.cpp",
"formeditor/formeditorgraphicsview.h",
"formeditor/formeditoritem.cpp",
"formeditor/formeditoritem.h",
"formeditor/formeditorscene.cpp",
"formeditor/formeditorscene.h",
"formeditor/formeditorview.cpp",
"formeditor/formeditorview.h",
"formeditor/formeditorwidget.cpp",
"formeditor/formeditorwidget.h",
"formeditor/itemutilfunctions.cpp",
"formeditor/itemutilfunctions.h",
"formeditor/layeritem.cpp",
"formeditor/layeritem.h",
"formeditor/lineeditaction.cpp",
"formeditor/lineeditaction.h",
"formeditor/movemanipulator.cpp",
"formeditor/movemanipulator.h",
"formeditor/movetool.cpp",
"formeditor/movetool.h",
"formeditor/numberseriesaction.cpp",
"formeditor/numberseriesaction.h",
"formeditor/onedimensionalcluster.cpp",
"formeditor/onedimensionalcluster.h",
"formeditor/resizecontroller.cpp",
"formeditor/resizecontroller.h",
"formeditor/resizehandleitem.cpp",
"formeditor/resizehandleitem.h",
"formeditor/resizeindicator.cpp",
"formeditor/resizeindicator.h",
"formeditor/resizemanipulator.cpp",
"formeditor/resizemanipulator.h",
"formeditor/resizetool.cpp",
"formeditor/resizetool.h",
"formeditor/rubberbandselectionmanipulator.cpp",
"formeditor/rubberbandselectionmanipulator.h",
"formeditor/scaleitem.cpp",
"formeditor/scaleitem.h",
"formeditor/scalemanipulator.cpp",
"formeditor/scalemanipulator.h",
"formeditor/selectionindicator.cpp",
"formeditor/selectionindicator.h",
"formeditor/selectionrectangle.cpp",
"formeditor/selectionrectangle.h",
"formeditor/selectiontool.cpp",
"formeditor/selectiontool.h",
"formeditor/singleselectionmanipulator.cpp",
"formeditor/singleselectionmanipulator.h",
"formeditor/snapper.cpp",
"formeditor/snapper.h",
"formeditor/snappinglinecreator.cpp",
"formeditor/snappinglinecreator.h",
"formeditor/toolbox.cpp",
"formeditor/toolbox.h",
"formeditor/zoomaction.cpp",
"formeditor/zoomaction.h",
"integration/componentaction.cpp",
"integration/componentaction.h",
"integration/componentview.cpp",
"integration/componentview.h",
"integration/designdocumentcontroller.cpp",
"integration/designdocumentcontroller.h",
"integration/designdocumentcontrollerview.cpp",
"integration/designdocumentcontrollerview.h",
"integration/stackedutilitypanelcontroller.cpp",
"integration/stackedutilitypanelcontroller.h",
"integration/utilitypanelcontroller.cpp",
"integration/utilitypanelcontroller.h",
"integration/xuifiledialog.cpp",
"integration/xuifiledialog.h",
"itemlibrary/customdraganddrop.cpp",
"itemlibrary/customdraganddrop.h",
"itemlibrary/itemlibrary.qrc",
"itemlibrary/itemlibrarycomponents.cpp",
"itemlibrary/itemlibrarycomponents.h",
"itemlibrary/itemlibraryimageprovider.cpp",
"itemlibrary/itemlibraryimageprovider.h",
"itemlibrary/itemlibrarymodel.cpp",
"itemlibrary/itemlibrarymodel.h",
"itemlibrary/itemlibraryview.cpp",
"itemlibrary/itemlibraryview.h",
"itemlibrary/itemlibrarywidget.cpp",
"itemlibrary/itemlibrarywidget.h",
"itemlibrary/qml/ItemView.qml",
"itemlibrary/qml/ItemsView.qml",
"itemlibrary/qml/ItemsViewStyle.qml",
"itemlibrary/qml/Scrollbar.qml",
"itemlibrary/qml/SectionView.qml",
"itemlibrary/qml/Selector.qml",
"navigator/navigator.qrc",
"navigator/navigatortreemodel.cpp",
"navigator/navigatortreemodel.h",
"navigator/navigatortreeview.cpp",
"navigator/navigatortreeview.h",
"navigator/navigatorview.cpp",
"navigator/navigatorview.h",
"navigator/navigatorwidget.cpp",
"navigator/navigatorwidget.h",
"pluginmanager/iplugin.cpp",
"pluginmanager/iplugin.h",
"pluginmanager/pluginmanager.cpp",
"pluginmanager/pluginmanager.h",
"pluginmanager/pluginpath.cpp",
"pluginmanager/pluginpath.h",
"propertyeditor/basiclayouts.cpp",
"propertyeditor/basiclayouts.h",
"propertyeditor/basicwidgets.cpp",
"propertyeditor/basicwidgets.h",
"propertyeditor/behaviordialog.cpp",
"propertyeditor/behaviordialog.h",
"propertyeditor/behaviordialog.ui",
"propertyeditor/declarativewidgetview.cpp",
"propertyeditor/declarativewidgetview.h",
"propertyeditor/designerpropertymap.h",
"propertyeditor/filewidget.cpp",
"propertyeditor/filewidget.h",
"propertyeditor/fontwidget.cpp",
"propertyeditor/fontwidget.h",
"propertyeditor/gradientlineqmladaptor.cpp",
"propertyeditor/gradientlineqmladaptor.h",
"propertyeditor/layoutwidget.cpp",
"propertyeditor/layoutwidget.h",
"propertyeditor/originwidget.cpp",
"propertyeditor/originwidget.h",
"propertyeditor/propertyeditor.cpp",
"propertyeditor/propertyeditor.h",
"propertyeditor/propertyeditor.qrc",
"propertyeditor/propertyeditorcontextobject.cpp",
"propertyeditor/propertyeditorcontextobject.h",
"propertyeditor/propertyeditortransaction.cpp",
"propertyeditor/propertyeditortransaction.h",
"propertyeditor/propertyeditorvalue.cpp",
"propertyeditor/propertyeditorvalue.h",
"propertyeditor/qlayoutobject.cpp",
"propertyeditor/qlayoutobject.h",
"propertyeditor/qmlanchorbindingproxy.cpp",
"propertyeditor/qmlanchorbindingproxy.h",
"propertyeditor/qproxylayoutitem.cpp",
"propertyeditor/qproxylayoutitem.h",
"propertyeditor/resetwidget.cpp",
"propertyeditor/resetwidget.h",
"propertyeditor/siblingcombobox.cpp",
"propertyeditor/siblingcombobox.h",
"resources/resources.qrc",
"stateseditor/HorizontalScrollBar.qml",
"stateseditor/stateseditor.qrc",
"stateseditor/stateseditorimageprovider.cpp",
"stateseditor/stateseditorimageprovider.cpp",
"stateseditor/stateseditormodel.cpp",
"stateseditor/stateseditormodel.h",
"stateseditor/stateseditorview.cpp",
"stateseditor/stateseditorview.h",
"stateseditor/stateseditorwidget.cpp",
"stateseditor/stateseditorwidget.h",
"stateseditor/stateslist.qml"
]
}
files: [
"designersettings.cpp",
"designersettings.h", "designersettings.h",
"settingspage.h", "designmodecontext.cpp",
"designmodecontext.h", "designmodecontext.h",
"styledoutputpaneplaceholder.h",
"designercore/filemanager/qmlrewriter.cpp",
"designercore/filemanager/qmlrefactoring.cpp",
"designercore/filemanager/changeobjecttypevisitor.cpp",
"designercore/filemanager/changepropertyvisitor.cpp",
"designercore/filemanager/removeuiobjectmembervisitor.cpp",
"designercore/filemanager/removepropertyvisitor.cpp",
"designercore/filemanager/addpropertyvisitor.cpp",
"designercore/filemanager/moveobjectvisitor.cpp",
"designercore/filemanager/addobjectvisitor.cpp",
"designercore/filemanager/addarraymembervisitor.cpp",
"designercore/filemanager/astobjecttextextractor.cpp",
"designercore/filemanager/objectlengthcalculator.cpp",
"designercore/filemanager/firstdefinitionfinder.cpp",
"designercore/filemanager/moveobjectbeforeobjectvisitor.cpp",
"designercore/filemanager/changeimportsvisitor.cpp",
"designercore/instances/nodeinstanceserverproxy.cpp",
"designercore/instances/nodeinstance.cpp",
"designercore/instances/nodeinstanceview.cpp",
"../../../share/qtcreator/qml/qmlpuppet/interfaces/nodeinstanceserverinterface.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/synchronizecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/tokencommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/componentcompletedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/completecomponentcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/statepreviewimagechangedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/childrenchangedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changebindingscommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changefileurlcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changeidscommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changenodesourcecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changestatecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changevaluescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/informationchangedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/removeinstancescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/removepropertiescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/reparentinstancescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/valueschangedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/clearscenecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/createinstancescommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/createscenecommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/pixmapchangedcommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/commands/changeauxiliarycommand.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/addimportcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/imagecontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/idcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/informationcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/instancecontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/reparentcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/propertyabstractcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/propertybindingcontainer.cpp",
"../../../share/qtcreator/qml/qmlpuppet/container/propertyvaluecontainer.cpp",
"designercore/model/abstractview.cpp",
"designercore/model/rewriterview.cpp",
"designercore/metainfo/metainfo.cpp",
"designercore/metainfo/metainfoparser.cpp",
"designercore/metainfo/nodemetainfo.cpp",
"designercore/metainfo/itemlibraryinfo.cpp",
"designercore/metainfo/subcomponentmanager.cpp",
"designercore/model/internalproperty.cpp",
"designercore/model/model.cpp",
"designercore/model/modelnode.cpp",
"designercore/model/painteventfilter.cpp",
"designercore/model/internalnode.cpp",
"designercore/model/propertyparser.cpp",
"designercore/model/propertycontainer.cpp",
"designercore/pluginmanager/widgetpluginmanager.cpp",
"designercore/pluginmanager/widgetpluginpath.cpp",
"designercore/exceptions/exception.cpp",
"designercore/exceptions/invalidpropertyexception.cpp",
"designercore/exceptions/invalidmodelnodeexception.cpp",
"designercore/exceptions/invalidreparentingexception.cpp",
"designercore/exceptions/invalidmetainfoexception.cpp",
"designercore/exceptions/invalidargumentexception.cpp",
"designercore/exceptions/notimplementedexception.cpp",
"designercore/exceptions/invalidmodelstateexception.cpp",
"designercore/exceptions/removebasestateexception.cpp",
"designercore/exceptions/invalididexception.cpp",
"designercore/model/propertynode.cpp",
"designercore/exceptions/invalidslideindexexception.cpp",
"designercore/model/import.cpp",
"designercore/exceptions/invalidqmlsourceexception.cpp",
"designercore/model/viewlogger.cpp",
"designercore/model/internalvariantproperty.cpp",
"designercore/model/internalnodelistproperty.cpp",
"designercore/model/variantproperty.cpp",
"designercore/model/nodelistproperty.cpp",
"designercore/model/abstractproperty.cpp",
"designercore/model/internalbindingproperty.cpp",
"designercore/model/bindingproperty.cpp",
"designercore/model/internalnodeproperty.cpp",
"designercore/model/internalnodeabstractproperty.cpp",
"designercore/model/nodeabstractproperty.cpp",
"designercore/model/nodeproperty.cpp",
"designercore/model/modeltotextmerger.cpp",
"designercore/model/texttomodelmerger.cpp",
"designercore/model/plaintexteditmodifier.cpp",
"designercore/model/componenttextmodifier.cpp",
"designercore/model/textmodifier.cpp",
"designercore/model/qmlmodelview.cpp",
"designercore/model/qmlitemnode.cpp",
"designercore/model/qmlstate.cpp",
"designercore/model/qmlchangeset.cpp",
"designercore/model/qmlmodelnodefacade.cpp",
"designercore/model/qmlobjectnode.cpp",
"designercore/model/qmlanchors.cpp",
"designercore/rewritertransaction.cpp",
"designercore/model/rewriteaction.cpp",
"designercore/model/modelnodepositionstorage.cpp",
"designercore/model/modelnodepositionrecalculator.cpp",
"designercore/model/rewriteactioncompressor.cpp",
"designercore/model/qmltextgenerator.cpp",
"designercore/model/modelmerger.cpp",
"designercore/exceptions/rewritingexception.cpp",
"components/componentcore/modelnodecontextmenu.cpp",
"designercore/model/basetexteditmodifier.cpp",
"components/propertyeditor/behaviordialog.ui",
"components/itemlibrary/itemlibraryview.cpp",
"components/itemlibrary/itemlibrarywidget.cpp",
"components/itemlibrary/customdraganddrop.cpp",
"components/itemlibrary/itemlibrarymodel.cpp",
"components/itemlibrary/itemlibrarycomponents.cpp",
"components/itemlibrary/itemlibraryimageprovider.cpp",
"components/itemlibrary/itemlibraryview.h",
"components/itemlibrary/itemlibrarywidget.h",
"components/itemlibrary/customdraganddrop.h",
"components/itemlibrary/itemlibrarymodel.h",
"components/itemlibrary/itemlibrarycomponents.h",
"components/itemlibrary/itemlibraryimageprovider.h",
"components/itemlibrary/itemlibrary.qrc",
"components/navigator/navigatorview.h",
"components/navigator/navigatortreemodel.h",
"components/navigator/navigatorwidget.h",
"components/navigator/navigatortreeview.h",
"components/navigator/navigatorview.cpp",
"components/navigator/navigatortreemodel.cpp",
"components/navigator/navigatorwidget.cpp",
"components/navigator/navigatortreeview.cpp",
"components/navigator/navigator.qrc",
"components/pluginmanager/pluginmanager.cpp",
"components/pluginmanager/pluginpath.cpp",
"components/pluginmanager/iplugin.cpp",
"components/pluginmanager/pluginmanager.h",
"components/pluginmanager/pluginpath.h",
"components/pluginmanager/iplugin.h",
"components/stateseditor/stateseditorwidget.h",
"components/stateseditor/stateseditormodel.h",
"components/stateseditor/stateseditorview.h",
"components/stateseditor/stateseditorimageprovider.cpp",
"components/stateseditor/stateseditorwidget.cpp",
"components/stateseditor/stateseditormodel.cpp",
"components/stateseditor/stateseditorview.cpp",
"components/stateseditor/stateseditorimageprovider.cpp",
"components/stateseditor/stateseditor.qrc",
"components/stateseditor/stateslist.qml",
"components/stateseditor/HorizontalScrollBar.qml",
"qmldesignerplugin.cpp",
"designmodewidget.cpp", "designmodewidget.cpp",
"designersettings.cpp", "designmodewidget.h",
"qmldesignerconstants.h",
"qmldesignerplugin.cpp",
"qmldesignerplugin.h",
"settingspage.cpp", "settingspage.cpp",
"designmodecontext.cpp", "settingspage.h",
"styledoutputpaneplaceholder.cpp",
"settingspage.ui", "settingspage.ui",
"components/resources/resources.qrc", "styledoutputpaneplaceholder.cpp",
"components/itemlibrary/qml/Selector.qml", "styledoutputpaneplaceholder.h"
"components/itemlibrary/qml/SectionView.qml",
"components/itemlibrary/qml/Scrollbar.qml",
"components/itemlibrary/qml/ItemView.qml",
"components/itemlibrary/qml/ItemsViewStyle.qml",
"components/itemlibrary/qml/ItemsView.qml"
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment