Cura/plugins/DigitalLibrary
Ghostkeeper 65f7eb5ea8
Add function to update search filter when the user types
Seems to work fine.
The pyqtSignal is not technically necessary unless we display this filter in the interface anywhere. We don't currently. If the signal is not present it would complain about non-notifyable properties. And making it a slot instead of a signal seems a bit unintuitive to me in how the field is being used.

Contributes to issue CURA-8009.
2021-07-12 17:41:10 +02:00
..
resources Add function to update search filter when the user types 2021-07-12 17:41:10 +02:00
src Add function to update search filter when the user types 2021-07-12 17:41:10 +02:00
tests Remove unneeded pycapsule imports 2021-05-10 16:53:16 +02:00
__init__.py Initial commit for the DL 2021-04-20 11:30:49 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00