Cura/resources/qml/Preferences
casper 99478d6a15 Add "Ok" button in export/import materials popup dialog
Proposed solution takes a different approach compared to the previous
solution. Previously there was one message dialog that was hidden by
default. When the import/export material confirm dialog was triggered
the text and body of this message dialog would change.

I did deviate from this pattern as this might introduce hard to debug
issues when a property would be set on this dialog. As this dialog is
used for various instances every instance should update the same
properties. If one property is missed then the popup might show unwanted
information.

I propose a different solution instead. Here a popup is created
dynamically. This way the properties used for each instance is clear.
This might add a delay when showing the popup as the whole component
needs to be created when called.

CURA-8959
2022-02-15 11:18:02 +01:00
..
Materials Add "Ok" button in export/import materials popup dialog 2022-02-15 11:18:02 +01:00
GeneralPage.qml Merge branch 'replace_controls_1_for_controls_2' into CURA-8684_QtControls_replacement_Buttons,_Actions_&_'Exclusivity' 2022-01-31 16:53:45 +01:00
MachinesPage.qml Update UM.ConfirmRemoveDialog 2022-02-07 21:23:17 +01:00
ProfilesPage.qml Fix ProfilesPage 2022-02-07 22:03:37 +01:00
ReadOnlyTextArea.qml Revert "Cura 7813 qml modules version bump" 2021-03-30 09:48:28 +02:00
ReadOnlyTextField.qml Remove unused QtQuick.Dialogs imports 2022-02-09 14:56:06 +01:00
SettingVisibilityPage.qml Fix styling of visibilityPresetCombobox 2022-02-10 11:24:07 +01:00