|
@ -185,7 +185,6 @@ Rectangle { |
|
|
else |
|
|
else |
|
|
width = undefined |
|
|
width = undefined |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Button |
|
|
Button |
|
|
{ |
|
|
{ |
|
@ -207,6 +206,39 @@ Rectangle { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Rectangle |
|
|
|
|
|
{ |
|
|
|
|
|
visible: false |
|
|
|
|
|
color: "transparent" |
|
|
|
|
|
width: 40 |
|
|
|
|
|
height: parent.height |
|
|
|
|
|
anchors.top: parent.top |
|
|
|
|
|
anchors.left: status.right |
|
|
|
|
|
anchors.leftMargin: 15 |
|
|
|
|
|
id: goToLine |
|
|
|
|
|
RowLayout |
|
|
|
|
|
{ |
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
Rectangle |
|
|
|
|
|
{ |
|
|
|
|
|
color: "transparent" |
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
Button |
|
|
|
|
|
{ |
|
|
|
|
|
z: 4 |
|
|
|
|
|
anchors.right: parent.right |
|
|
|
|
|
anchors.rightMargin: 9 |
|
|
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
|
|
id: goToLineBtn |
|
|
|
|
|
text: "" |
|
|
|
|
|
iconSource: "qrc:/qml/img/signerroricon32.png" |
|
|
|
|
|
action: goToCompilationError |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
Action { |
|
|
Action { |
|
|
id: toolTipInfo |
|
|
id: toolTipInfo |
|
@ -276,39 +308,6 @@ Rectangle { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
Rectangle |
|
|
|
|
|
{ |
|
|
|
|
|
visible: false |
|
|
|
|
|
color: "transparent" |
|
|
|
|
|
width: 40 |
|
|
|
|
|
height: parent.height |
|
|
|
|
|
anchors.top: parent.top |
|
|
|
|
|
anchors.left: statusContainer.right |
|
|
|
|
|
anchors.leftMargin: 15 |
|
|
|
|
|
id: goToLine |
|
|
|
|
|
RowLayout |
|
|
|
|
|
{ |
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
Rectangle |
|
|
|
|
|
{ |
|
|
|
|
|
color: "transparent" |
|
|
|
|
|
anchors.fill: parent |
|
|
|
|
|
Button |
|
|
|
|
|
{ |
|
|
|
|
|
z: 4 |
|
|
|
|
|
anchors.right: parent.right |
|
|
|
|
|
anchors.rightMargin: 9 |
|
|
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
|
|
id: goToLineBtn |
|
|
|
|
|
text: "" |
|
|
|
|
|
iconSource: "qrc:/qml/img/signerroricon32.png" |
|
|
|
|
|
action: goToCompilationError |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rectangle |
|
|
Rectangle |
|
|
{ |
|
|
{ |
|
|
color: "transparent" |
|
|
color: "transparent" |
|
|