187 lines
4.8 KiB
XML
187 lines
4.8 KiB
XML
<?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">
|
|
<string>Створення розкладки</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="sizeConstraint">
|
|
<enum>QLayout::SetMinAndMaxSize</enum>
|
|
</property>
|
|
<property name="margin">
|
|
<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">
|
|
<string>Зберегти</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Зберегти розкладку</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionNext">
|
|
<property name="icon">
|
|
<iconset theme="go-next">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Наступна</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Наступна деталь</string>
|
|
</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">
|
|
<string>Перевернути</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Перевернути деталь на 180 градусів</string>
|
|
</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">
|
|
<string>Припинити укладання</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAdd">
|
|
<property name="icon">
|
|
<iconset theme="list-add">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Збільшити лист</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Збільшити довжину листа</string>
|
|
</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">
|
|
<string>Зменшити лист</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Зменшити довжину листа</string>
|
|
</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">
|
|
<string>Відзеркалити</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Дзеркальне зображення деталі</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZoomIn">
|
|
<property name="icon">
|
|
<iconset theme="zoom-in">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Збільшити</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Збільшити</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZoomOut">
|
|
<property name="icon">
|
|
<iconset theme="zoom-out">
|
|
<normaloff/>
|
|
</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Зменшити</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources>
|
|
<include location="icon.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|