Cura/resources/qml/Menus
Jaime van Kessel 6b9cc3f1c7 Use the correct function parameters when removing objects in menu
It turns out that the order of these functions matters. So when we created a
function with only one param, it would actually give it the index. Removing
with the index didn't work, so the object would still be there. The Qt objects
would already be deleted which caused segfaults

CURA-9222
2022-04-28 17:03:41 +02:00
..
ConfigurationMenu Replace RecolorImage with ColorImage 2022-04-08 15:55:34 +02:00
ContextMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
EditMenu.qml Ensure that edit & help menu have the right styling 2022-02-21 13:13:27 +01:00
ExtensionMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
FileMenu.qml Change all unstyled menuseperators to styled ones 2022-02-21 13:21:51 +01:00
HelpMenu.qml Ensure that edit & help menu have the right styling 2022-02-21 13:13:27 +01:00
MaterialBrandMenu.qml Removed last remnants of RecolorImage 2022-04-13 12:40:54 +02:00
MaterialMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
NozzleMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
OpenFilesMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
PreferencesMenu.qml Change all unstyled menuseperators to styled ones 2022-02-21 13:21:51 +01:00
PrinterMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
PrinterTypeMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
RecentFilesMenu.qml Fix deprecation warning on recentfilesmenu 2022-04-01 13:47:21 +02:00
SaveProjectMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
SettingsMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
SettingVisibilityPresetsMenu.qml Use the correct function parameters when removing objects in menu 2022-04-28 17:03:41 +02:00
ViewMenu.qml Use CuraMenu so that custom styling is used 2022-01-14 15:01:48 +01:00