import QtQuick
import QtQuick.Controls
QtObject {
id:flu_object;
default property list<QtObject> children;
}