From 06b1d9afbb697248e958e66a05ed6bc650c78655 Mon Sep 17 00:00:00 2001 From: srikappa-amzn Date: Tue, 24 Aug 2021 19:25:06 -0700 Subject: [PATCH] Delete some accidentally committed local ui work Signed-off-by: srikappa-amzn --- Code/Editor/SaveAllPrefabsDialog.cpp | 29 -------- Code/Editor/SaveAllPrefabsDialog.h | 29 -------- Code/Editor/SaveAllPrefabsDialog.ui | 107 --------------------------- 3 files changed, 165 deletions(-) delete mode 100644 Code/Editor/SaveAllPrefabsDialog.cpp delete mode 100644 Code/Editor/SaveAllPrefabsDialog.h delete mode 100644 Code/Editor/SaveAllPrefabsDialog.ui diff --git a/Code/Editor/SaveAllPrefabsDialog.cpp b/Code/Editor/SaveAllPrefabsDialog.cpp deleted file mode 100644 index 4a344b32ae..0000000000 --- a/Code/Editor/SaveAllPrefabsDialog.cpp +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. - * For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - - #include - #include "SaveAllPrefabsDialog.h" - #include - -AZ_PUSH_DISABLE_DLL_EXPORT_MEMBER_WARNING -#include -AZ_POP_DISABLE_DLL_EXPORT_MEMBER_WARNING - -SaveAllPrefabsDialog::SaveAllPrefabsDialog(QWidget* parent) - : QDialog(parent) - , ui(new Ui::SaveAllPrefabsDialog) -{ - ui->setupUi(this); - AzQtComponents::CheckBox::applyToggleSwitchStyle(ui->saveAllPrefabsCheckBox); - AzQtComponents::CheckBox::applyToggleSwitchStyle(ui->rememberPrefabSavePreferenceCheckBox); -} - -SaveAllPrefabsDialog::~SaveAllPrefabsDialog() -{ - delete ui; -} diff --git a/Code/Editor/SaveAllPrefabsDialog.h b/Code/Editor/SaveAllPrefabsDialog.h deleted file mode 100644 index 807f902309..0000000000 --- a/Code/Editor/SaveAllPrefabsDialog.h +++ /dev/null @@ -1,29 +0,0 @@ -/* - * Copyright (c) Contributors to the Open 3D Engine Project. - * For complete copyright and license terms please see the LICENSE at the root of this distribution. - * - * SPDX-License-Identifier: Apache-2.0 OR MIT - * - */ - -#pragma once - -#include -#include - -namespace Ui -{ - class SaveAllPrefabsDialog; -} - - - class SaveAllPrefabsDialog : public QDialog - { - public: - SaveAllPrefabsDialog(QWidget* pParent = nullptr); - ~SaveAllPrefabsDialog(); - - private: - Ui::SaveAllPrefabsDialog* ui; - }; - diff --git a/Code/Editor/SaveAllPrefabsDialog.ui b/Code/Editor/SaveAllPrefabsDialog.ui deleted file mode 100644 index 8d1e70b935..0000000000 --- a/Code/Editor/SaveAllPrefabsDialog.ui +++ /dev/null @@ -1,107 +0,0 @@ - - - SaveAllPrefabsDialog - - - - 0 - 0 - 800 - 600 - - - - Dialog - - - - - - Changes in level saved successfully - - - - - - - Second text - - - - - - - - - CheckBox - - - - - - - TextLabel - - - - - - - - - Qt::Horizontal - - - - - - - - - - - - - CheckBox - - - - - - - TextLabel - - - - - - - - - TextLabel - - - - - - - - - PushButton - - - - - - - PushButton - - - - - - - - - -