File indexing completed on 2025-02-02 05:31:06
0001 using namespace QtQuick; 0002 using namespace QtQuick::Controls; 0003 /* 0004 * Header bla 0005 */ 0006 /** 0007 * Parent item. 0008 */ 0009 class Nesting : public QtQuick.Item { 0010 /// @page page1 A page describing the content of the QML file 0011 /// 0012 /// Some Description Here 0013 /// Another block that gets added to the page which could describe why 0014 /// childItem2 is here 0015 };