Skip to content
Snippets Groups Projects
Commit 45bcddbd authored by andrey.daragan's avatar andrey.daragan
Browse files

[+] Added Project resource error fixed.

parent 8a7c4d29
No related branches found
No related tags found
1 merge request!11Cellframe clone
import QtQuick 2.11
import QtQuick.Controls 1.4
import QtQuick.Controls 2.2
Page {
id: dapUiQmlWidgetChainNodeLogs
title: "Logs"
TableView {
id: tableViewLogs
anchors.top: parent.top
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
TableViewColumn {
id: columnDate
role: "date"
title: "Date"
}
TableViewColumn {
id: columnTime
role: "time"
title: "Time"
}
TableViewColumn {
id: columnFile
role: "file"
title: "File"
}
TableViewColumn {
id: columnMessage
role: "Message"
title: "Message"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment