Hello folks
I am creating a gui-enabled script using Pyside2. My goal is to change the line length. The user will select the line to modify and enter the length.
Selected_Line = self.Lines_QComboBox.currentText() #select the line
Line_Length = float…