DigitalCircuit/ui/Window.ui
2020-11-30 17:35:58 +01:00

85 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Window</class>
<widget class="QMainWindow" name="Window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Digital Circuit</string>
</property>
<property name="dockOptions">
<set>QMainWindow::AnimatedDocks</set>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="Component" name="frame">
<property name="geometry">
<rect>
<x>170</x>
<y>180</y>
<width>100</width>
<height>100</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionStart"/>
</widget>
<action name="actionStart">
<property name="icon">
<iconset resource="assets/resources.qrc">
<normaloff>:/toolbar/start.png</normaloff>:/toolbar/start.png</iconset>
</property>
<property name="text">
<string>StartStop</string>
</property>
<property name="toolTip">
<string>Starts the simulation</string>
</property>
<property name="shortcut">
<string>F5</string>
</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>
<connections/>
</ui>