From d6462907f1c38dd9a73787a9da7e870c8765964c Mon Sep 17 00:00:00 2001 From: Nefomemes Date: Sun, 12 Sep 2021 15:09:19 +0700 Subject: [PATCH] fix(.ui): Rename MainWindow class to EchidnaEditor and fix the sidebar tab that isn't a proper tab. The code in my local machine (to be commited later) refers to the main window UI class as EchidnaEditor, although the ui file still uses MainWindow, Qt Designer's default class name. I was confused so much by the error message, until I realized the issue was this. Anyways, this includes the "fix the sidebar tab that isn't a proper tab". Should have commited this in a separate commit, but Git won't let me. Should have commited this earlier. Same thing with e0ba34d. --- ui/echidna.ui | 238 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 ui/echidna.ui diff --git a/ui/echidna.ui b/ui/echidna.ui new file mode 100644 index 0000000..43d2a85 --- /dev/null +++ b/ui/echidna.ui @@ -0,0 +1,238 @@ + + + MainWindow + + + + 0 + 0 + 770 + 559 + + + + MainWindow + + + + + + 0 + 490 + 801 + 21 + + + + background-color: #191A21 + + + + + + 270 + 290 + 531 + 201 + + + + 2 + + + + Problems + + + + + Output + + + + + Terminal + + + + + Debug Console + + + + + + + 0 + 0 + 271 + 491 + + + + QTabBar::tab { +width: 48px; +height: 48px; + +} + + + + + QTabWidget::West + + + 0 + + + + Tab 1 + + + + + Tab 2 + + + + + + + + 0 + 0 + 770 + 25 + + + + + Edit + + + + + + + Selection + + + + + View + + + + Tabs + + + + + + + + + + + Go + + + + + Run + + + + + Terminal + + + + + Help + + + + + File + + + + New + + + + + + + + + + + + + + + + + + + + + New File + + + + + Undo + + + + + Redo + + + + + Problems + + + + + Output + + + + + Debug Console + + + + + Terminal + + + + + File + + + + + Open + + + + + Window + + + + + Save + + + + + +