Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma Mobile
Calindori
Commits
9ebb6522
Commit
9ebb6522
authored
Mar 03, 2019
by
Dimitris Kardarakos
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'cardheader' into 'master'
Use builtin card header See merge request dkardarakos/calindori!8
parents
0055e124
3c55c1ba
Pipeline
#1232
passed with stage
in 4 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
src/contents/ui/TodosView.qml
src/contents/ui/TodosView.qml
+4
-6
No files found.
src/contents/ui/TodosView.qml
View file @
9ebb6522
...
@@ -58,12 +58,10 @@ Kirigami.Page {
...
@@ -58,12 +58,10 @@ Kirigami.Page {
id
:
cardsListview
id
:
cardsListview
anchors.fill
:
parent
anchors.fill
:
parent
delegate
:
Kirigami.Card
{
delegate
:
Kirigami.Card
{
header
:
Kirigami.Heading
{
banner.title
:
model
.
summary
text
:
model
.
summary
banner.titleLevel
:
3
level
:
3
}
actions
:
[
actions
:
[
Kirigami.Action
{
Kirigami.Action
{
text
:
qsTr
(
"
Delete
"
)
text
:
qsTr
(
"
Delete
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment