157 lines
4.1 KiB
XML
157 lines
4.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Numberator</class>
|
|
<widget class="QMainWindow" name="Numberator">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Numberator</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QGraphicsView" name="graphicsView"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionNew_Project"/>
|
|
<addaction name="actionOpen_Project"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionImport_Image"/>
|
|
<addaction name="actionReload_Image"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSave_Project"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExport_PDF"/>
|
|
<addaction name="actionExport_PNG"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>Edit</string>
|
|
</property>
|
|
<addaction name="actionUndo"/>
|
|
<addaction name="actionRedo"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionCopy"/>
|
|
<addaction name="actionCut"/>
|
|
<addaction name="actionPaste"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionNew_Tag"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>View</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuHelp"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>About</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="actionCopy">
|
|
<property name="text">
|
|
<string>Copy</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCut">
|
|
<property name="text">
|
|
<string>Cut</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPaste">
|
|
<property name="text">
|
|
<string>Paste</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNew_Tag">
|
|
<property name="text">
|
|
<string>New Tag</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNew_Project">
|
|
<property name="text">
|
|
<string>New Project</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOpen_Project">
|
|
<property name="text">
|
|
<string>Open Project</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionImport_Image">
|
|
<property name="text">
|
|
<string>Import Image</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionReload_Image">
|
|
<property name="text">
|
|
<string>Reload Image</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_Project">
|
|
<property name="text">
|
|
<string>Save Project</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_PDF">
|
|
<property name="text">
|
|
<string>Export PDF</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExport_PNG">
|
|
<property name="text">
|
|
<string>Export Image</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuit">
|
|
<property name="text">
|
|
<string>Exit</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|