|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<ui version="4.0">
|
|
|
<class>MainWindow</class>
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>547</width>
|
|
|
<height>393</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>MainWindow</string>
|
|
|
</property>
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
<item row="0" column="0">
|
|
|
<widget class="PCBGraphicView" name="graphicsView"/>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
<width>547</width>
|
|
|
<height>27</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
<property name="title">
|
|
|
<string>Fi&le</string>
|
|
|
</property>
|
|
|
<addaction name="actionOpen"/>
|
|
|
</widget>
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
<property name="title">
|
|
|
<string>edit</string>
|
|
|
</property>
|
|
|
<addaction name="actionRedraw"/>
|
|
|
</widget>
|
|
|
<addaction name="menuFile"/>
|
|
|
<addaction name="menuEdit"/>
|
|
|
</widget>
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
<attribute name="toolBarArea">
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
</attribute>
|
|
|
<attribute name="toolBarBreak">
|
|
|
<bool>false</bool>
|
|
|
</attribute>
|
|
|
</widget>
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
<action name="actionOpen">
|
|
|
<property name="text">
|
|
|
<string>&open</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
<action name="actionRedraw">
|
|
|
<property name="text">
|
|
|
<string>&redraw</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
</widget>
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
<customwidgets>
|
|
|
<customwidget>
|
|
|
<class>PCBGraphicView</class>
|
|
|
<extends>QGraphicsView</extends>
|
|
|
<header>pcbgraphicview.h</header>
|
|
|
</customwidget>
|
|
|
</customwidgets>
|
|
|
<resources/>
|
|
|
<connections/>
|
|
|
</ui>
|
|
|
|