Cura/resources/qml/Preferences
j.delarago 8bb1b0bee8 selectedNameFilter is now an object instead of a string. The nameFilter has to be manually pulled out using the index in selectedNameFilter.
If only one filter is supplied to nameFilters, the index will always be -1. I assume this is because we are not selecting the file type in the Dialog, it just defaults to the only item.

This code should still work if the behaviour is changed in the future.

FileDialog now uses currentFolder instead of folder.

CURA-9214
2022-04-28 14:29:44 +02:00
..
Materials selectedNameFilter is now an object instead of a string. The nameFilter has to be manually pulled out using the index in selectedNameFilter. 2022-04-28 14:29:44 +02:00
GeneralPage.qml Fix combobox and label heights in general page 2022-04-05 17:22:57 +02:00
MachinesPage.qml Fix typo 2022-03-15 16:23:18 +01:00
ProfilesPage.qml selectedNameFilter is now an object instead of a string. The nameFilter has to be manually pulled out using the index in selectedNameFilter. 2022-04-28 14:29:44 +02:00
ReadOnlyTextArea.qml Update ReadOnlyTextArea import 2022-03-15 14:50:02 +01:00
RenameDialog.qml Dialogs inheriting from incorrect Component, causing the buttons to be styled incorrectly 2022-03-01 14:53:51 +01:00
SettingVisibilityCategory.qml Move CategoryButton to cura repo 2022-03-11 13:11:36 +01:00
SettingVisibilityItem.qml Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
SettingVisibilityPage.qml Move CategoryButton to cura repo 2022-03-11 13:11:36 +01:00