2013-08-29 12:31:50 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>TableWindow</class>
|
|
|
|
<widget class="QMainWindow" name="TableWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1000</width>
|
|
|
|
<height>730</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Create a layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/64x64/icon64x64.png</normaloff>:/icon/64x64/icon64x64.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="locale">
|
|
|
|
<locale language="English" country="UnitedStates"/>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetMinAndMaxSize</enum>
|
|
|
|
</property>
|
2013-09-18 18:52:49 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-08-29 12:31:50 +02:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
|
|
|
<height>16</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonIconOnly</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionSave"/>
|
|
|
|
<addaction name="actionNext"/>
|
|
|
|
<addaction name="actionTurn"/>
|
|
|
|
<addaction name="actionAdd"/>
|
|
|
|
<addaction name="actionRemove"/>
|
|
|
|
<addaction name="actionMirror"/>
|
|
|
|
<addaction name="actionZoomIn"/>
|
|
|
|
<addaction name="actionZoomOut"/>
|
|
|
|
<addaction name="actionStop"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="document-save-as">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Save</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Save layout</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNext">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="go-next">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Next</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Next detail</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionTurn">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="object-rotate-left">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Turn</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Turn the detail 180 degrees</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStop">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="process-stop">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Stop</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Stop laying</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAdd">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-add">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Enlarge letter</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Enlarge the length of sheet</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRemove">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="list-remove">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Reduce sheet</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Reduce the length of the sheet</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionMirror">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="icon.qrc">
|
|
|
|
<normaloff>:/icon/16x16/mirror.png</normaloff>:/icon/16x16/mirror.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Mirroring</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Mirroring</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionZoomIn">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-in">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Zoom In</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Zoom In</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionZoomOut">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-out">
|
|
|
|
<normaloff/>
|
|
|
|
</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2013-09-18 18:52:49 +02:00
|
|
|
<string>Zoom Out</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Zoom Out</string>
|
2013-08-29 12:31:50 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="icon.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|