Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
boutinb committed Jan 10, 2025
1 parent 389e7ca commit 0c62cc8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion Docs/development/jasp-qml-style-example.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import QtQuick
import QtQuick.Layouts
import JASP.Controls
import JASP.Widgets

//Not exactly a style thing but every QML form should have Form as it's root:
Form
Expand Down
2 changes: 1 addition & 1 deletion QMLComponents/components/JASP/Controls/Form.qml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ AnalysisForm
{
id: popup

parent: Overlay.overlay
parent: QtC.Overlay.overlay
anchors.centerIn: parent

width: 400 * jaspTheme.uiScale
Expand Down
6 changes: 3 additions & 3 deletions QMLComponents/components/JASP/Controls/HelpButton.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
// <http://www.gnu.org/licenses/>.
//

import QtQuick 2.8
import QtQuick.Layouts 1.3
import JASP.Controls 1.0
import QtQuick
import QtQuick.Layouts
import JASP.Controls

///Simple help button that shows you the 'helpPage'. Only works when run from a Form.
MenuButton
Expand Down
10 changes: 5 additions & 5 deletions QMLComponents/components/JASP/Controls/Slider.qml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import QtQuick 2.11
import QtQuick.Controls 2.4
import JASP.Controls 1.0 as JC //He returns!
import QtQuick.Layouts 1.3
import JASP 1.0
import QtQuick
import QtQuick.Controls
import JASP.Controls as JC //He returns!
import QtQuick.Layouts
import JASP

SliderBase
{
Expand Down

0 comments on commit 0c62cc8

Please sign in to comment.