parent
9fd584f881
commit
0f6ca1005a
4 changed files with 22 additions and 20 deletions
LogarithmPlotter/qml/eu/ad5001
|
@ -24,21 +24,21 @@ Column {
|
|||
Row {
|
||||
height: 30
|
||||
width: parent.width;
|
||||
Icon {
|
||||
id: iconLabel
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: icon == "" ? 0 : 3
|
||||
source: control.visible ? control.icon : ""
|
||||
width: height
|
||||
height: icon == "" || !visible ? 0 : 24
|
||||
color: sysPalette.windowText
|
||||
}
|
||||
Label {
|
||||
id: labelItem
|
||||
height: 30
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
text: control.label +": "
|
||||
}
|
||||
Icon {
|
||||
id: iconLabel
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: icon == "" ? 0 : 3
|
||||
source: control.visible ? control.icon : ""
|
||||
width: height
|
||||
height: icon == "" || !visible ? 0 : 24
|
||||
color: sysPalette.windowText
|
||||
}
|
||||
Label {
|
||||
id: labelItem
|
||||
height: 30
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
text: control.label +": "
|
||||
}
|
||||
}
|
||||
|
||||
Repeater {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ab80a422ed6ac99fc79791c106195cc569716e5d
|
||||
Subproject commit 5c6e05b1e4fe20f5ad9b4e427dd91ae305fd26c6
|
Loading…
Add table
Add a link
Reference in a new issue