|
@ -44,7 +44,6 @@ Column |
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
sourceComponent: |
|
|
sourceComponent: |
|
|
{ |
|
|
{ |
|
|
console.log("loading param"); |
|
|
|
|
|
var t = modelData.type.category; |
|
|
var t = modelData.type.category; |
|
|
if (t === QSolidityType.SignedInteger || t === QSolidityType.UnsignedInteger) |
|
|
if (t === QSolidityType.SignedInteger || t === QSolidityType.UnsignedInteger) |
|
|
return Qt.createComponent("qrc:/qml/QIntTypeView.qml"); |
|
|
return Qt.createComponent("qrc:/qml/QIntTypeView.qml"); |
|
|