Cura/plugins/DigitalLibrary/resources/qml
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
..
CreateNewProjectPopup.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactoryOpenDialog.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
DigitalFactorySaveDialog.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
LoadMoreProjectsCard.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
OpenProjectFilesPage.qml Immediately open a digital library file after double clicking on it 2021-04-29 16:35:32 +02:00
ProjectSummaryCard.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
SaveProjectFilesPage.qml Initial commit for the DL 2021-04-20 11:30:49 +02:00
SelectProjectPage.qml Add function to update search filter when the user types 2021-07-12 17:41:10 +02:00