adding info to readme about nix
This commit is contained in:
parent
db70ac90f2
commit
99afdd0b0f
3 changed files with 13 additions and 13 deletions
|
@ -29,17 +29,5 @@ Kirigami.OverlaySheet {
|
|||
presentationScreen = screens[currentIndex];
|
||||
}
|
||||
}
|
||||
Controls.TextField {
|
||||
id: descriptionField
|
||||
Kirigami.FormData.label: i18nc("@label:textbox", "Description:")
|
||||
placeholderText: i18n("Optional")
|
||||
onAccepted: dateField.forceActiveFocus()
|
||||
}
|
||||
Controls.TextField {
|
||||
id: dateField
|
||||
Kirigami.FormData.label: i18nc("@label:textbox", "Date:")
|
||||
placeholderText: i18n("YYYY-MM-DD")
|
||||
inputMask: "0000-00-00"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue