feat: remove some Qt files

merge-requests/8/head
Nefo Fortressia 2021-10-15 13:40:06 +07:00
parent c88f019285
commit 737027151a
2 changed files with 0 additions and 258 deletions

View File

@ -1,253 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>EchidnaEditor</class>
<widget class="QMainWindow" name="EchidnaEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>770</width>
<height>559</height>
</rect>
</property>
<property name="windowTitle">
<string>Echidna Editor</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QWidget" name="statusBar" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>490</y>
<width>801</width>
<height>21</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: #191A21</string>
</property>
</widget>
<widget class="QTabWidget" name="langFeaturesTab">
<property name="geometry">
<rect>
<x>270</x>
<y>290</y>
<width>531</width>
<height>201</height>
</rect>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="problemsTab">
<attribute name="title">
<string>Problems</string>
</attribute>
</widget>
<widget class="QWidget" name="outputTab">
<attribute name="title">
<string>Output</string>
</attribute>
</widget>
<widget class="QWidget" name="terminalTab">
<attribute name="title">
<string>Terminal</string>
</attribute>
</widget>
<widget class="QWidget" name="debugConsoleTab">
<attribute name="title">
<string>Debug Console</string>
</attribute>
</widget>
</widget>
<widget class="QTabWidget" name="activityTab">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>271</width>
<height>491</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">QTabBar::tab {
width: 48px;
height: 48px;
}
</string>
</property>
<property name="tabPosition">
<enum>QTabWidget::West</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>Tab 1</string>
</attribute>
</widget>
<widget class="QWidget" name="tab_4">
<attribute name="title">
<string>Tab 2</string>
</attribute>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>770</width>
<height>25</height>
</rect>
</property>
<widget class="QMenu" name="menuSelection">
<property name="title">
<string>Selection</string>
</property>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<widget class="QMenu" name="menuTabs">
<property name="title">
<string>Tabs</string>
</property>
<addaction name="actionProblem"/>
<addaction name="actionOutput"/>
<addaction name="actionDebugConsole"/>
<addaction name="actionTerminal"/>
</widget>
<addaction name="menuTabs"/>
</widget>
<widget class="QMenu" name="menuGo">
<property name="title">
<string>Go</string>
</property>
</widget>
<widget class="QMenu" name="menuRun">
<property name="title">
<string>Run</string>
</property>
</widget>
<widget class="QMenu" name="menuTerminal">
<property name="title">
<string>Terminal</string>
</property>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionGitHub_Repository"/>
</widget>
<widget class="QMenu" name="menuEchidna">
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuNew">
<property name="title">
<string>New</string>
</property>
<addaction name="actionFile"/>
<addaction name="actionWindow"/>
</widget>
<widget class="QMenu" name="menuOpen">
<property name="title">
<string>Open</string>
</property>
<addaction name="actionFile_2"/>
<addaction name="actionFolder"/>
<addaction name="actionAddFolderToWorkspace"/>
</widget>
<addaction name="menuNew"/>
<addaction name="menuOpen"/>
<addaction name="actionSave"/>
</widget>
<addaction name="menuEchidna"/>
<addaction name="menuSelection"/>
<addaction name="menuView"/>
<addaction name="menuGo"/>
<addaction name="menuRun"/>
<addaction name="menuTerminal"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionNew_File">
<property name="text">
<string>New File</string>
</property>
</action>
<action name="actionUndo">
<property name="text">
<string>Undo</string>
</property>
</action>
<action name="actionRedo">
<property name="text">
<string>Redo</string>
</property>
</action>
<action name="actionProblem">
<property name="text">
<string>Problems</string>
</property>
</action>
<action name="actionOutput">
<property name="text">
<string>Output</string>
</property>
</action>
<action name="actionDebugConsole">
<property name="text">
<string>Debug Console</string>
</property>
</action>
<action name="actionTerminal">
<property name="text">
<string>Terminal</string>
</property>
</action>
<action name="actionFileTop">
<property name="text">
<string>File</string>
</property>
</action>
<action name="actionWindow">
<property name="text">
<string>Window</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
</action>
<action name="actionFile">
<property name="text">
<string>File</string>
</property>
</action>
<action name="actionFolder">
<property name="text">
<string>Folder</string>
</property>
</action>
<action name="actionAddFolderToWorkspace">
<property name="text">
<string>Add Folder to Workspace</string>
</property>
</action>
<action name="actionGitHub_Repository">
<property name="text">
<string>GitHub Repository</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>

View File

@ -1,5 +0,0 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
</qresource>
</RCC>