mirror of
https://github.com/wassname/sloth.git
synced 2026-06-29 20:02:36 +08:00
277 lines
7.4 KiB
XML
277 lines
7.4 KiB
XML
<?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>656</width>
|
|
<height>746</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>pylabel</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>656</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="actionNew"/>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSave_As"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Edit">
|
|
<property name="title">
|
|
<string>&Edit</string>
|
|
</property>
|
|
<addaction name="action_Add_Image"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Window">
|
|
<property name="title">
|
|
<string>&Window</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="action_About"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuPlugins">
|
|
<property name="title">
|
|
<string>&Plugins</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menu_Edit"/>
|
|
<addaction name="menu_Window"/>
|
|
<addaction name="menuPlugins"/>
|
|
<addaction name="menu_Help"/>
|
|
</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="actionNew"/>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSave_As"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_Add_Image"/>
|
|
<addaction name="actionPrevious"/>
|
|
<addaction name="actionNext"/>
|
|
<addaction name="actionZoom_In"/>
|
|
<addaction name="actionZoom_Out"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<widget class="QDockWidget" name="dockAnnotationButtons">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>80</width>
|
|
<height>44</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Annotations</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockAnnotationButtonsWidgetContents"/>
|
|
</widget>
|
|
<widget class="QDockWidget" name="dockInformation">
|
|
<attribute name="dockWidgetArea">
|
|
<number>2</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockInformationWidgetContents"/>
|
|
</widget>
|
|
<action name="actionOpen">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/folder_table.png</normaloff>:/icons/folder_table.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Open</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Open existing annotation file</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNew">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/page_white_text.png</normaloff>:/icons/page_white_text.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&New</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Create new annotation file</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/disk.png</normaloff>:/icons/disk.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExit">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/door_in.png</normaloff>:/icons/door_in.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Exit</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::QuitRole</enum>
|
|
</property>
|
|
</action>
|
|
<action name="action_Add_Image">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/picture_add.png</normaloff>:/icons/picture_add.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Add Image</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNext">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/arrow_right.png</normaloff>:/icons/arrow_right.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Next</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Space</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPrevious">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/arrow_left.png</normaloff>:/icons/arrow_left.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Previous</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Backspace</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZoom_In">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/zoom_in.png</normaloff>:/icons/zoom_in.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zoom In</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZoom_Out">
|
|
<property name="icon">
|
|
<iconset resource="icons.qrc">
|
|
<normaloff>:/icons/zoom_out.png</normaloff>:/icons/zoom_out.png</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zoom Out</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMask">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Mask</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>M</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelection">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Selection</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>S</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRectangle">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Rectangle</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_As">
|
|
<property name="text">
|
|
<string>Save &As</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_About">
|
|
<property name="text">
|
|
<string>&About</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPoint">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Point</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>P</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="icons.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|