Skip to content

Use textEdited signal in dockwidgets for name lineedit

Israel Galadima requested to merge izzygala/labplot:fix-dock-widgets into master

Description

I added a textEdited signal to TimedLineEdit in addition to the existing textChanged signal. I then migrated the BaseDock to use the new textEdited signal from the old textChanged signal.

Conformity

  • [ ] Changelog entry
  • [ ] Unit tests
  • [ ] Update INSTALL
  • [ ] Downport
  • Fixes:

When external dependencies are removed

  • [ ] Reporting to ...

Merge request reports