import QtQuick 2.4 import QtQuick.Controls 2.1 ItemDelegate { property var paramType: null property var value: null }