Skip to content

Commit 37777e7

Browse files
authored
Add small group titles and new icons (#448)
* Add small group titles * Update * Update * Remove borders * Home-made icons
1 parent b9fd21d commit 37777e7

File tree

3 files changed

+176
-13
lines changed

3 files changed

+176
-13
lines changed

inst/Description.qml

Lines changed: 24 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Description
1515
preloadData: true
1616

1717
GroupTitle
18+
{
19+
title: qsTr("Supervised Learning")
20+
icon: "supervised-learning.svg"
21+
}
22+
23+
GroupTitleSmall
1824
{
1925
title: qsTr("Regression")
2026
icon: "analysis-ml-regression.svg"
@@ -69,7 +75,7 @@ Description
6975
}
7076

7177

72-
GroupTitle
78+
GroupTitleSmall
7379
{
7480
title: qsTr("Classification")
7581
icon: "analysis-ml-classification.svg"
@@ -129,8 +135,25 @@ Description
129135
func: "mlClassificationSvm"
130136
}
131137

138+
GroupTitleSmall
139+
{
140+
title: qsTr("Prediction")
141+
icon: "analysis-ml-prediction.svg"
142+
}
143+
Analysis
144+
{
145+
menu: qsTr("Prediction")
146+
title: qsTr("Prediction")
147+
func: "mlPrediction"
148+
}
132149

133150
GroupTitle
151+
{
152+
title: qsTr("Unsupervised Learning")
153+
icon: "unsupervised-learning.svg"
154+
}
155+
156+
GroupTitleSmall
134157
{
135158
title: qsTr("Clustering")
136159
icon: "analysis-ml-clustering.svg"
@@ -171,16 +194,4 @@ Description
171194
title: qsTr("Random Forest Clustering")
172195
func: "mlClusteringRandomForest"
173196
}
174-
175-
GroupTitle
176-
{
177-
title: qsTr("Prediction")
178-
icon: "analysis-ml-prediction.svg"
179-
}
180-
Analysis
181-
{
182-
menu: qsTr("Prediction")
183-
title: qsTr("Prediction")
184-
func: "mlPrediction"
185-
}
186197
}

inst/icons/supervised-learning.svg

Lines changed: 68 additions & 0 deletions
Loading
Lines changed: 84 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)