From a36cb6c9a2d7294d4f8d82f4a9bcfa558c303c28 Mon Sep 17 00:00:00 2001 From: BYolivia Date: Mon, 24 Nov 2025 20:12:22 +0100 Subject: [PATCH] add XML configuration files for migration state services and project settings --- .idea/copilot.data.migration.agent.xml | 6 ++++++ .idea/copilot.data.migration.ask.xml | 6 ++++++ .idea/copilot.data.migration.ask2agent.xml | 6 ++++++ .idea/copilot.data.migration.edit.xml | 6 ++++++ .idea/misc.xml | 7 +++++++ vista/panel_central.py | 0 vista/panel_lateral.py | 0 vista/ventana_principal.py | 0 8 files changed, 31 insertions(+) create mode 100644 .idea/copilot.data.migration.agent.xml create mode 100644 .idea/copilot.data.migration.ask.xml create mode 100644 .idea/copilot.data.migration.ask2agent.xml create mode 100644 .idea/copilot.data.migration.edit.xml create mode 100644 .idea/misc.xml create mode 100644 vista/panel_central.py create mode 100644 vista/panel_lateral.py create mode 100644 vista/ventana_principal.py diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml new file mode 100644 index 0000000..4ea72a9 --- /dev/null +++ b/.idea/copilot.data.migration.agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml new file mode 100644 index 0000000..7ef04e2 --- /dev/null +++ b/.idea/copilot.data.migration.ask.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml new file mode 100644 index 0000000..8648f94 --- /dev/null +++ b/.idea/copilot.data.migration.edit.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8737477 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/vista/panel_central.py b/vista/panel_central.py new file mode 100644 index 0000000..e69de29 diff --git a/vista/panel_lateral.py b/vista/panel_lateral.py new file mode 100644 index 0000000..e69de29 diff --git a/vista/ventana_principal.py b/vista/ventana_principal.py new file mode 100644 index 0000000..e69de29