I am building a form with QuickDialog library in iOS. Here it is possible to insert any QElement at an index into any QSection dynamically with this method
- (void)insertElement:(QElement *)element atIndex:(NSUInteger)index;
But I found no way to insert a QSection into my QRootElement at runtime. Is there any way I can do that ?