can now add new components

This commit is contained in:
Robert 2020-12-01 16:20:19 +01:00
parent edf6a0ad2b
commit 96f2cffbcc
3 changed files with 7 additions and 37 deletions

View file

@ -16,24 +16,7 @@
<property name="dockOptions">
<set>QMainWindow::AnimatedDocks</set>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="Component" name="frame">
<property name="geometry">
<rect>
<x>360</x>
<y>180</y>
<width>120</width>
<height>80</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</widget>
<widget class="QWidget" name="centralwidget"/>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
@ -106,14 +89,6 @@
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>Component</class>
<extends>QFrame</extends>
<header>Component.hpp</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="assets/resources.qrc"/>
</resources>