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">
|
2014-05-11 19:06:02 +02:00
|
|
|
<iconset resource="share/resources/icon.qrc">
|
2013-09-18 18:52:49 +02:00
|
|
|
<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">
|
2014-08-12 13:44:21 +02:00
|
|
|
<item>
|
2015-01-22 17:22:37 +01:00
|
|
|
<widget class="VTableGraphicsView" name="view">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>20</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="resizeAnchor">
|
|
|
|
<enum>QGraphicsView::AnchorUnderMouse</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2014-08-12 13:44:21 +02:00
|
|
|
</item>
|
2013-08-29 12:31:50 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
2015-01-22 17:22:37 +01:00
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
2013-08-29 12:31:50 +02:00
|
|
|
</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="actionZoomIn"/>
|
|
|
|
<addaction name="actionZoomOut"/>
|
|
|
|
<addaction name="actionStop"/>
|
2015-01-14 15:14:51 +01:00
|
|
|
<addaction name="actionLayout"/>
|
2013-08-29 12:31:50 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2015-01-15 14:10:05 +01:00
|
|
|
<widget class="QDockWidget" name="dockWidget">
|
2015-01-22 17:22:37 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>187</width>
|
|
|
|
<height>121</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>187</width>
|
|
|
|
<height>524287</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-01-15 14:10:05 +01:00
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetMovable</set>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2015-01-22 17:22:37 +01:00
|
|
|
<string>Layout pages</string>
|
2015-01-15 14:10:05 +01:00
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>1</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="listWidget">
|
2015-01-22 17:22:37 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2015-01-15 14:10:05 +01:00
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>200</width>
|
|
|
|
<height>200</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="movement">
|
|
|
|
<enum>QListView::Static</enum>
|
|
|
|
</property>
|
|
|
|
<property name="flow">
|
|
|
|
<enum>QListView::TopToBottom</enum>
|
|
|
|
</property>
|
|
|
|
<property name="isWrapping" stdset="0">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="viewMode">
|
|
|
|
<enum>QListView::IconMode</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
2013-08-29 12:31:50 +02:00
|
|
|
<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="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="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>
|
2015-01-14 15:14:51 +01:00
|
|
|
<action name="actionLayout">
|
2015-01-22 17:22:37 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="share/resources/icon.qrc">
|
|
|
|
<normaloff>:/icon/32x32/layout.png</normaloff>:/icon/32x32/layout.png</iconset>
|
|
|
|
</property>
|
2015-01-14 15:14:51 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-08-29 12:31:50 +02:00
|
|
|
</widget>
|
2014-08-12 13:44:21 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>VTableGraphicsView</class>
|
|
|
|
<extends>QGraphicsView</extends>
|
|
|
|
<header>vtablegraphicsview.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2013-08-29 12:31:50 +02:00
|
|
|
<resources>
|
2014-05-11 19:06:02 +02:00
|
|
|
<include location="share/resources/icon.qrc"/>
|
2013-08-29 12:31:50 +02:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|