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.
2 parents 55bf70c + 476c6c6 commit 64aaa3cCopy full SHA for 64aaa3c
userInterface.py
@@ -666,7 +666,7 @@ def addSma(self):
666
paramDialog.addParameterColor("Plot color", "#FFFF00")
667
paramDialog.adjustSize()
668
669
- if (paramDialog.exec() == QtWidgets.QDialog.DialogCode.Accepted ):
+ if paramDialog.exec() == QtWidgets.QDialog.DialogCode.Accepted:
670
period = paramDialog.getValue("SMA Period")
671
width = paramDialog.getValue("Plot width")
672
qColor = paramDialog.getColorValue("Plot color")
0 commit comments