debugging
This commit is contained in:
parent
6e16292f06
commit
27124380e4
8 changed files with 76 additions and 52 deletions
|
@ -66,7 +66,7 @@ Item {
|
|||
|
||||
Button {
|
||||
text: qsTr("Create")
|
||||
onClicked: inner.send(titleField.text, titleField.text, colorField.text)
|
||||
onClicked: inner.send(titleField.text, iconField.text, colorField.text)
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -79,7 +79,7 @@ Item {
|
|||
return;
|
||||
|
||||
titleField.text = title;
|
||||
titleField.text = icon;
|
||||
iconField.text = icon;
|
||||
colorField.text = color;
|
||||
|
||||
modal.inProgress = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue