We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47715a5 commit cc90496Copy full SHA for cc90496
inst/qml/glinmod.qml
@@ -1,7 +1,7 @@
1
-import QtQuick 2.12
2
-import JASP.Controls 1.0
3
-import JASP.Widgets 1.0
4
-import JASP 1.0
+import QtQuick
+import JASP.Controls
+import JASP
+
5
6
Form
7
{
@@ -41,7 +41,7 @@ Form
41
}
42
43
44
- /* ExpanderButton{
+ /* Section{
45
title: qsTr("Family and Link Function")
46
47
inst/qml/linmod.qml
@@ -1,7 +1,6 @@
- import QtQuick 2.12
inst/qml/mixedmod.qml
0 commit comments