commit | 06cec4e5eef1195428f1ba6a7e2c4830db93239a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 24 19:04:32 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 24 19:04:32 2022 -0800 |
tree | 9cf5caac2edbad726600a849cbf603ce4328473b | |
parent | 5d3e556a075ee53131e9fa70aef1bbc893aee66a [diff] [blame] |
Add menu, material card
diff --git a/ide/qml/Constants.qml b/ide/qml/Constants.qml new file mode 100644 index 0000000..a6d02fb --- /dev/null +++ b/ide/qml/Constants.qml
@@ -0,0 +1,8 @@ +pragma Singleton + +import QtQuick 2.0 +import QtQuick.Controls.Material 2.0 + +QtObject { + readonly property var buttonGrey: Material.color(Material.Grey, Material.theme == Material.Dark ? Material.Shade400 : Material.Shade600) +}