Skip to content

Commit cdfc56d

Browse files
committed
Remove QML Import versions and JASP.Widgets
1 parent a947ac1 commit cdfc56d

File tree

82 files changed

+294
-377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+294
-377
lines changed

inst/qml/common/analyses/boosting/AlgorithmicSettings.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
Group
2524
{
@@ -60,4 +59,4 @@ Group
6059
defaultValue: 50
6160
info: qsTr("Select the percentage of training data that is used to train each individual tree.")
6261
}
63-
}
62+
}

inst/qml/common/analyses/boosting/Deviance.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
2625
name: "deviancePlot"
2726
text: qsTr("Deviance")
2827
info: qsTr("Shows the prediction error plotted against the number of trees.")
29-
}
28+
}

inst/qml/common/analyses/boosting/ModelOptimization.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
RadioButtonGroup
2524
{
@@ -66,4 +65,4 @@ RadioButtonGroup
6665
info: qsTr("Sets the maximum number of possible decision trees to be considered. At default, this is set to 100.")
6766
}
6867
}
69-
}
68+
}

inst/qml/common/analyses/boosting/Oob.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
2625
name: "outOfBagImprovementPlot"
2726
text: qsTr("Out-of-bag improvement")
2827
info: qsTr("Plots the number of trees against the out-of-bag classification accuracy improvement of the model. Accuracy is assessed for the training set.")
29-
}
28+
}

inst/qml/common/analyses/boosting/RelativeInfluence.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
2625
name: "relativeInfluencePlot"
2726
text: qsTr("Relative influence")
2827
info: qsTr("Shows the relative influence of the features.")
29-
}
28+
}

inst/qml/common/analyses/decisiontree/AlgorithmicSettings.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
Group
2524
{
@@ -50,4 +49,4 @@ Group
5049
max: 30
5150
info: qsTr("Set the maximum depth of any node of the final tree.")
5251
}
53-
}
52+
}

inst/qml/common/analyses/decisiontree/AttemptedSplits.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
@@ -34,4 +33,4 @@ CheckBox
3433
checked: true
3534
info: qsTr("Remove splits that do not occur in the final tree from the table.")
3635
}
37-
}
36+
}

inst/qml/common/analyses/decisiontree/ModelOptimization.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
RadioButtonGroup
2524
{
@@ -62,4 +61,4 @@ RadioButtonGroup
6261
info: qsTr("Sets the maximum value of the complexity penalty to be considered. At default, this is set to 1.")
6362
}
6463
}
65-
}
64+
}

inst/qml/common/analyses/decisiontree/OptimPlot.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
@@ -30,4 +29,4 @@ CheckBox
3029
name: "optimPlot"
3130
enabled: enable
3231
info: qsTr("For regression, Plots the complexity penalty against the MSE of the model. Accuracy is assessed for the training (and validation) set. For classification, plots the complexity penalty against the classification accuracy of the model. Accuracy is assessed for the training (and validation) set.")
33-
}
32+
}

inst/qml/common/analyses/decisiontree/TreePlot.qml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
1616
// <http://www.gnu.org/licenses/>.
1717
//
1818

19-
import QtQuick 2.8
20-
import QtQuick.Layouts 1.3
21-
import JASP.Controls 1.0
22-
import JASP.Widgets 1.0
19+
import QtQuick
20+
import QtQuick.Layouts
21+
import JASP.Controls
2322

2423
CheckBox
2524
{
2625
name: "decisionTreePlot"
2726
text: qsTr("Decision tree")
2827
info: qsTr("Creates a plot that visualizes the decision tree and its leafs.")
29-
}
28+
}

0 commit comments

Comments
 (0)