From d476d2e053f937c0060f696312f301591e4f43ea Mon Sep 17 00:00:00 2001 From: brenda-br Date: Thu, 23 Feb 2023 22:14:39 +0530 Subject: Restructure Code -1 --- .../ui/DockWidgets/DockWidgetShortcutColumn.ui | 360 +++++++++++++++++++++ 1 file changed, 360 insertions(+) create mode 100644 src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui (limited to 'src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui') diff --git a/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui b/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui new file mode 100644 index 0000000..f79c27e --- /dev/null +++ b/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui @@ -0,0 +1,360 @@ + + + Form + + + true + + + + 0 + 0 + 392 + 700 + + + + + 0 + 0 + + + + + 3200 + 5000 + + + + Form + + + + + 10 + 40 + 381 + 611 + + + + 0 + + + + Input Data + + + + + 8 + 13 + 331 + 261 + + + + + 0 + 0 + + + + Calculation Parameters + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + TextLabel + + + + + + + TextLabel + + + + + + + TextLabel + + + + + + + + + + + 10 + 350 + 331 + 23 + + + + + 0 + 0 + + + + Submit + + + + + + 10 + 280 + 331 + 61 + + + + + 0 + 0 + + + + + + + + + + + + TextLabel + + + + + + + + + + + + + + Results + + + + + + 3 + + + 110 + + + true + + + + Attribute + + + + + Value + + + + + Unit + + + + + + + + + + + -- cgit From 7af3526e105cc330422f8742ec5edec1c4a0a98f Mon Sep 17 00:00:00 2001 From: brenda-br Date: Thu, 2 Mar 2023 15:49:11 +0530 Subject: Restructuring Finalized for App Bundling --- .../ui/DockWidgets/DockWidgetShortcutColumn.ui | 360 --------------------- 1 file changed, 360 deletions(-) delete mode 100644 src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui (limited to 'src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui') diff --git a/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui b/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui deleted file mode 100644 index f79c27e..0000000 --- a/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui +++ /dev/null @@ -1,360 +0,0 @@ - - - Form - - - true - - - - 0 - 0 - 392 - 700 - - - - - 0 - 0 - - - - - 3200 - 5000 - - - - Form - - - - - 10 - 40 - 381 - 611 - - - - 0 - - - - Input Data - - - - - 8 - 13 - 331 - 261 - - - - - 0 - 0 - - - - Calculation Parameters - - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - - 0 - 0 - - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - - - - - - 0 - 0 - - - - - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - - 0 - 0 - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - TextLabel - - - - - - - - - - - 10 - 350 - 331 - 23 - - - - - 0 - 0 - - - - Submit - - - - - - 10 - 280 - 331 - 61 - - - - - 0 - 0 - - - - - - - - - - - - TextLabel - - - - - - - - - - - - - - Results - - - - - - 3 - - - 110 - - - true - - - - Attribute - - - - - Value - - - - - Unit - - - - - - - - - - - -- cgit From 3cbdd4238867bc860282f7cf702d73b5be6e3f86 Mon Sep 17 00:00:00 2001 From: brenda-br Date: Sat, 4 Mar 2023 11:32:15 +0530 Subject: Revert "Restructuring Finalized for App Bundling" This reverts commit 7af3526e105cc330422f8742ec5edec1c4a0a98f. --- .../ui/DockWidgets/DockWidgetShortcutColumn.ui | 360 +++++++++++++++++++++ 1 file changed, 360 insertions(+) create mode 100644 src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui (limited to 'src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui') diff --git a/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui b/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui new file mode 100644 index 0000000..f79c27e --- /dev/null +++ b/src/main/ui/DockWidgets/DockWidgetShortcutColumn.ui @@ -0,0 +1,360 @@ + + + Form + + + true + + + + 0 + 0 + 392 + 700 + + + + + 0 + 0 + + + + + 3200 + 5000 + + + + Form + + + + + 10 + 40 + 381 + 611 + + + + 0 + + + + Input Data + + + + + 8 + 13 + 331 + 261 + + + + + 0 + 0 + + + + Calculation Parameters + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + + + + + + 0 + 0 + + + + + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + + 0 + 0 + + + + TextLabel + + + + + + + TextLabel + + + + + + + TextLabel + + + + + + + TextLabel + + + + + + + + + + + 10 + 350 + 331 + 23 + + + + + 0 + 0 + + + + Submit + + + + + + 10 + 280 + 331 + 61 + + + + + 0 + 0 + + + + + + + + + + + + TextLabel + + + + + + + + + + + + + + Results + + + + + + 3 + + + 110 + + + true + + + + Attribute + + + + + Value + + + + + Unit + + + + + + + + + + + -- cgit