From 9019bbc1cc0e55a37eb5f8978966c003669d73d3 Mon Sep 17 00:00:00 2001 From: Connor Spangler Date: Mon, 16 Oct 2023 11:31:22 +0900 Subject: [PATCH] Removed unecessary ui files from root dir --- color_palette_ui.py | 10 ---------- color_preview_ui.py | 10 ---------- main_window_ui.py | 10 ---------- pixel_palette_ui.py | 10 ---------- preferences_dialog_ui.py | 10 ---------- 5 files changed, 50 deletions(-) delete mode 100644 color_palette_ui.py delete mode 100644 color_preview_ui.py delete mode 100644 main_window_ui.py delete mode 100644 pixel_palette_ui.py delete mode 100644 preferences_dialog_ui.py diff --git a/color_palette_ui.py b/color_palette_ui.py deleted file mode 100644 index 764f2aa..0000000 --- a/color_palette_ui.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '../res/ui/ColorPalette.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - diff --git a/color_preview_ui.py b/color_preview_ui.py deleted file mode 100644 index 015ab7d..0000000 --- a/color_preview_ui.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '../res/ui/ColorPreview.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - diff --git a/main_window_ui.py b/main_window_ui.py deleted file mode 100644 index f8097da..0000000 --- a/main_window_ui.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '../res/ui/MainWindow.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - diff --git a/pixel_palette_ui.py b/pixel_palette_ui.py deleted file mode 100644 index 222b0f5..0000000 --- a/pixel_palette_ui.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '../res/ui/PixelPalette.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - - diff --git a/preferences_dialog_ui.py b/preferences_dialog_ui.py deleted file mode 100644 index 16da1b3..0000000 --- a/preferences_dialog_ui.py +++ /dev/null @@ -1,10 +0,0 @@ -# -*- coding: utf-8 -*- - -# Form implementation generated from reading ui file '../res/ui/PreferencesDialog.ui' -# -# Created by: PyQt5 UI code generator 5.15.9 -# -# WARNING: Any manual changes made to this file will be lost when pyuic5 is -# run again. Do not edit this file unless you know what you are doing. - -