Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename menu #326

Merged
merged 1 commit into from
Aug 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 20 additions & 23 deletions inst/Description.qml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Description
name: "jaspQualityControl"
title: qsTr("Quality Control")
description: qsTr("Investigate if a manufactured product adheres to a defined set of quality criteria")
version : "0.19.0"
version: "0.19.0"
author: "JASP Team"
maintainer: "JASP <[email protected]>"
website: "https://github.com/jasp-stats/jaspQualityControl"
Expand All @@ -18,25 +18,26 @@ Description
title: qsTr("Measurement Systems Analysis")
icon: "qualityControl-measurement.svg"
}

Analysis
{
title: qsTr("Type 1 Instrument Capability")
title: qsTr("Type 1 Instrument Capability Study")
func: "msaType1Gauge"
}
Analysis
{
title: qsTr("Linearity Study")
func: "msaGaugeLinearity"
title: qsTr("Type 2 Gauge r&R Study")
func: "msaGaugeRR"
}
Analysis
{
title: qsTr("Type 2 and 3 Gauge r&R (manual/automatic equipment)")
func: "msaGaugeRR"
title: qsTr("Gauge r&R Study (Non-replicable Measurements)")
func: "msaGaugeRRnonrep"
}
Analysis
{
title: qsTr("Gauge r&R (non-replicable measurements)")
func: "msaGaugeRRnonrep"
title: qsTr("Type 4 Linearity Study")
func: "msaGaugeLinearity"
}
Analysis
{
Expand All @@ -48,12 +49,18 @@ Description
title: qsTr("Test-retest (Range method)")
func: "msaTestRetest"
}
Analysis
{
title: qsTr("Probability of Detection")
func: "probabilityOfDetection"
}

GroupTitle
{
title: qsTr("Control Charts")
icon: "qualityControl-control.svg"
}

Analysis
{
title: qsTr("Variables Charts for Subgroups")
Expand All @@ -77,7 +84,7 @@ Description

GroupTitle
{
title: qsTr("Capability Study")
title: qsTr("Capability Analysis")
icon: "qualityControl-capability.svg"
}
Analysis
Expand All @@ -88,18 +95,19 @@ Description

GroupTitle
{
title: qsTr("DOE")
title: qsTr("Design of Experiments")
icon: "qualityControl-design.svg"
}

Analysis
{
title: qsTr("Factorial Design")
title: qsTr("Create Factorial Worksheet")
func: "doeFactorial"
requiresData: false
}
Analysis
{
title: qsTr("Response Surface Design")
title: qsTr("Create Response Surface Worksheet")
func: "doeResponseSurfaceMethodology"
requiresData: false
}
Expand All @@ -109,15 +117,4 @@ Description
func: "doeAnalysis"
requiresData: true
}

GroupTitle
{
title: qsTr("Probability of Detection")
icon: "qualityControl-probabilityofdetection.svg"
}
Analysis
{
title: qsTr("Probability of Detection")
func: "probabilityOfDetection"
}
}
Loading