Draft: fix(curve_dialog): changed LineEdits to SignalLineEdits
Description
Change LineEdits
of curve_dialog to SignalLineEdits
Related Issues
closes #394
Type of Change
- Changed curve dialog line edits to use signal line edits
Potential side effects
@appel_c Not sure if this is bug with SignalLineEdit or CurveDialog, but the SignalLineEdit is always red even though the signal is correct. In Designer I have same problem. Can you check it?
Screenshots / GIFs (if applicable)
[Include any relevant screenshots or GIFs to showcase the changes made.]
Additional Comments
- Waveform widget works, however
SignalLineEdit
is always red from some reason. You can try just to runwidgets/waveform/waveform_widget.py
- tests will be fixed later when the appearance of signal line edits is fixed
Definition of Done
-
Documentation is up-to-date.
Edited by wyzula_j