You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

154 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cMainWindow</class>
<widget class="QMainWindow" name="cMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>711</width>
<height>615</height>
</rect>
</property>
<property name="windowTitle">
<string>qtPartlist</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QTabWidget" name="m_lpMainTab">
<property name="currentIndex">
<number>-1</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="m_lpMenuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>711</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="m_lpStatusBar"/>
<action name="m_lpMenuFileOpenProject">
<property name="text">
<string>&amp;Open Project...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="m_lpMenuFileCloseProject">
<property name="text">
<string>&amp;Close Project</string>
</property>
</action>
<action name="m_lpMenuFileNewProject">
<property name="icon">
<iconset>
<normaloff>:/icons/indentGuide_off.ico</normaloff>:/icons/indentGuide_off.ico</iconset>
</property>
<property name="text">
<string>&amp;New Project...</string>
</property>
<property name="statusTip">
<string extracomment="Creates a new project"/>
</property>
</action>
<action name="m_lpMenuFileExport">
<property name="text">
<string>&amp;Export...</string>
</property>
</action>
<action name="m_lpMenuFileClose">
<property name="text">
<string>&amp;Close</string>
</property>
</action>
<action name="m_lpMenuDistributorShow">
<property name="text">
<string>show...</string>
</property>
</action>
<action name="m_lpMenuToolsPart">
<property name="text">
<string>Part</string>
</property>
</action>
<action name="m_lpMenuDistributorAdd">
<property name="text">
<string>add...</string>
</property>
</action>
<action name="m_lpMenuDistributorEdit">
<property name="text">
<string>edit...</string>
</property>
</action>
<action name="m_lpMenuDistributorDelete">
<property name="text">
<string>delete</string>
</property>
</action>
<action name="m_lpMenuPartsShow">
<property name="text">
<string>show...</string>
</property>
</action>
<action name="m_lpMenuPartsAdd">
<property name="text">
<string>add...</string>
</property>
</action>
<action name="m_lpMenuPartsEdit">
<property name="text">
<string>edit...</string>
</property>
</action>
<action name="m_lpMenuPartsDelete">
<property name="text">
<string>delete</string>
</property>
</action>
<action name="m_lpMenuPartlistNew">
<property name="text">
<string>&amp;new...</string>
</property>
</action>
<action name="m_lpMenuPartlistOpen">
<property name="text">
<string>&amp;open...</string>
</property>
</action>
<action name="m_lpMenuPartlistClose">
<property name="text">
<string>&amp;close</string>
</property>
</action>
<action name="m_lpMenuPartlistSave">
<property name="text">
<string>&amp;save</string>
</property>
</action>
<action name="m_lpMenuPartlistSaveAs">
<property name="text">
<string>save &amp;as...</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>