2020-04-10 21:08:29 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2020-02-16 17:17:50 +01:00
|
|
|
<ui version="4.0">
|
2020-05-23 14:17:20 +02:00
|
|
|
<class>VPMainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="VPMainWindow">
|
2020-04-10 21:08:29 +02:00
|
|
|
<property name="geometry">
|
2020-02-16 17:17:50 +01:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-10 21:08:29 +02:00
|
|
|
<width>1427</width>
|
|
|
|
<height>904</height>
|
2020-02-16 17:17:50 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-04-10 21:08:29 +02:00
|
|
|
<property name="windowTitle">
|
2020-11-10 15:00:01 +01:00
|
|
|
<string>Puzzle</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/logo.png</normaloff>:/puzzleicon/64x64/logo.png</iconset>
|
2020-02-16 17:17:50 +01:00
|
|
|
</property>
|
2020-04-11 10:43:47 +02:00
|
|
|
<widget class="QWidget" name="centralWidget">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::LeftToRight</enum>
|
|
|
|
</property>
|
2020-04-13 12:24:26 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_15">
|
2020-04-11 10:43:47 +02:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-04-10 21:08:29 +02:00
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1427</width>
|
2020-11-10 20:55:39 +01:00
|
|
|
<height>22</height>
|
2020-04-10 21:08:29 +02:00
|
|
|
</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="actionSaveAs"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionImportRawLayout"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuWindows">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Windows</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionCloseLayout"/>
|
2020-04-13 12:24:26 +02:00
|
|
|
<addaction name="separator"/>
|
2020-04-10 21:08:29 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAboutQt"/>
|
|
|
|
<addaction name="actionAboutPuzzle"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
<addaction name="menuWindows"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2020-05-23 14:29:18 +02:00
|
|
|
<widget class="QDockWidget" name="dockWidgetCarrousel">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2020-04-11 10:43:47 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2020-04-26 14:03:43 +02:00
|
|
|
<width>24</width>
|
|
|
|
<height>37</height>
|
2020-04-11 10:43:47 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
2020-04-11 10:43:47 +02:00
|
|
|
<property name="features">
|
2020-04-13 12:24:26 +02:00
|
|
|
<set>QDockWidget::DockWidgetMovable</set>
|
2020-04-11 10:43:47 +02:00
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::AllDockWidgetAreas</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Piece Carrousel</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>1</number>
|
|
|
|
</attribute>
|
2020-05-23 14:29:18 +02:00
|
|
|
<widget class="QWidget" name="widgetCarrousel">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2020-04-26 14:03:43 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<widget class="QDockWidget" name="dockWidgetProperties">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>378</width>
|
|
|
|
<height>524287</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="features">
|
|
|
|
<set>QDockWidget::DockWidgetClosable|QDockWidget::DockWidgetMovable</set>
|
|
|
|
</property>
|
|
|
|
<property name="allowedAreas">
|
|
|
|
<set>Qt::LeftDockWidgetArea|Qt::RightDockWidgetArea</set>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Properties</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
<number>2</number>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QWidget" name="dockWidgetPropertiesContents">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_13">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>4</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QTabWidget" name="tabWidgetProperties">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>360</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="tabShape">
|
|
|
|
<enum>QTabWidget::Rounded</enum>
|
|
|
|
</property>
|
|
|
|
<property name="currentIndex">
|
2020-11-11 21:09:01 +01:00
|
|
|
<number>1</number>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="tabCurrentPieceProperty">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconCurrentPiece.png</normaloff>:/puzzleicon/64x64/iconCurrentPiece.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolTip">
|
|
|
|
<string>Current piece properties</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutCurrentPieceProperty">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollAreaCurrentPiece">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContentsCurrentPiece">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
2020-05-09 11:13:29 +02:00
|
|
|
<y>0</y>
|
2020-05-01 19:08:48 +02:00
|
|
|
<width>342</width>
|
2020-11-10 20:55:39 +01:00
|
|
|
<height>1318</height>
|
2020-04-13 12:24:26 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelCurrentPiece">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font-weight:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Current piece</string>
|
|
|
|
</property>
|
|
|
|
<property name="textFormat">
|
|
|
|
<enum>Qt::AutoText</enum>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<widget class="QWidget" name="containerCurrentPieceData" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="containerCurrentPieceDataLayout">
|
2020-05-24 19:53:51 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-04-13 12:24:26 +02:00
|
|
|
<item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<widget class="QGroupBox" name="groupBoxCurrentPieceInfo">
|
|
|
|
<property name="title">
|
|
|
|
<string>Infos</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout_4">
|
2020-11-10 20:55:39 +01:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelCurrentPieceName">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditCurrentPieceName">
|
|
|
|
<property name="text">
|
|
|
|
<string>DummyName</string>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-11-10 20:55:39 +01:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="labelCurrentPieceUUID">
|
2020-05-01 19:08:48 +02:00
|
|
|
<property name="text">
|
2020-11-10 20:55:39 +01:00
|
|
|
<string>UUID:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEditCurrentPieceUUID">
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>48</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="plainText">
|
|
|
|
<string>{7b2ce4ae-96f5-4905-bb34-405cb40ca208}</string>
|
2020-05-01 19:08:48 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxCurrentPieceSeamline">
|
|
|
|
<property name="title">
|
|
|
|
<string>Seamline</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxCurrentPieceShowSeamline">
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Seamline</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxCurrentPieceGeometry">
|
|
|
|
<property name="title">
|
|
|
|
<string>Geometry</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxCurrentPieceMirrorPiece">
|
|
|
|
<property name="text">
|
|
|
|
<string>Mirror piece</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxCurrentPieceRotation">
|
|
|
|
<property name="title">
|
|
|
|
<string>Rotation</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelCurrentPieceAngle">
|
|
|
|
<property name="text">
|
|
|
|
<string>Angle:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxCurrentPieceAngle">
|
|
|
|
<property name="maximum">
|
|
|
|
<double>360.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
2020-05-09 11:13:29 +02:00
|
|
|
<double>1.000000000000000</double>
|
2020-05-01 19:08:48 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-01 19:08:48 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxCurrentPiecePlacement">
|
|
|
|
<property name="title">
|
|
|
|
<string>Placement</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<layout class="QFormLayout" name="formLayout_6">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelCurrentPiecePositionX">
|
|
|
|
<property name="text">
|
|
|
|
<string>X:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxCurrentPieceBoxPositionX">
|
2020-05-06 15:05:01 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<double>-10000.000000000000000</double>
|
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<double>10000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="labelCurrentPiecePositionY">
|
|
|
|
<property name="text">
|
|
|
|
<string>Y:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxCurrentPieceBoxPositionY">
|
2020-05-06 15:05:01 +02:00
|
|
|
<property name="minimum">
|
|
|
|
<double>-10000.000000000000000</double>
|
|
|
|
</property>
|
2020-05-01 19:08:48 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<double>10000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-06 15:05:01 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="containerCurrentPieceNoData" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="containerCurrentPieceNoDataLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-05-24 19:53:51 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-05-06 15:05:01 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelCurrentPieceNoPieceSelected">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>400</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>No piece selected</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="containerCurrentPieceMultipleData" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
2020-05-24 19:53:51 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-05-06 15:05:01 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelCurrentPieceMultiplePieceSelected">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>400</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Multiple pieces selected</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-13 12:24:26 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacerCurrentPiece">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QWidget" name="tabSheetProperty">
|
2020-04-13 12:24:26 +02:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconLayout.png</normaloff>:/puzzleicon/64x64/iconLayout.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolTip">
|
|
|
|
<string>Layout properties</string>
|
|
|
|
</attribute>
|
2020-11-10 15:00:01 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutSheetProperty">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QScrollArea" name="scrollAreaSheet">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContentsLayout">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-11-11 22:04:07 +01:00
|
|
|
<width>342</width>
|
|
|
|
<height>731</height>
|
2020-04-13 12:24:26 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheet">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font-weight: bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Current sheet</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-24 19:53:51 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxSheetInfos">
|
|
|
|
<property name="title">
|
|
|
|
<string>Infos</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_17">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_8">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelSheetName">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name </string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditSheetName"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-13 12:24:26 +02:00
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QGroupBox" name="groupBoxSheetFormat">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Format</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout">
|
|
|
|
<item row="0" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetTemplate">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Template</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxSheetTemplate"/>
|
2020-04-13 12:24:26 +02:00
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetwidth">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Width</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetWidth">
|
|
|
|
<property name="maximum">
|
|
|
|
<double>100000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-13 12:24:26 +02:00
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetLength">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Length</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetLength">
|
2020-04-19 12:47:38 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<double>100000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-13 12:24:26 +02:00
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetOrientation">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Orientation</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<item row="3" column="1">
|
2020-04-13 12:24:26 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonSheetPortrait">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Portrait</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconPortrait.png</normaloff>:/puzzleicon/64x64/iconPortrait.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonSheetLandscape">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Landscape</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconLandscape.png</normaloff>:/puzzleicon/64x64/iconLandscape.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QPushButton" name="pushButtonSheetRemoveUnusedLength">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Remove unused length</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QGroupBox" name="groupBoxSheetMargin">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Margins</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="1" column="2">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetMarginRight">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Right:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetMarginTop">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Top:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="3">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetMarginRight">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetMarginLeft">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetMarginLeft">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Left:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetMarginTop">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetMarginBottom">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="singleStep">
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetMarginBottom">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Bottom:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QGroupBox" name="groupBoxSheetControl">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Control</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_2">
|
|
|
|
<item row="0" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetFollowGrainline">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Follow grainline</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonSheetFollowGrainlineNo">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>No</string>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonSheetFollowGrainlineVertical">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Vertical grainline</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconGrainlineVertical.png</normaloff>:/puzzleicon/64x64/iconGrainlineVertical.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>28</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QRadioButton" name="radioButtonSheetFollowGrainlineHorizontal">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Horizontal grainline</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string notr="true"/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconGrainlineHorizontal.png</normaloff>:/puzzleicon/64x64/iconGrainlineHorizontal.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>28</width>
|
|
|
|
<height>28</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetPiecesGap">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Pieces gap</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxSheetPiecesGap"/>
|
2020-04-13 12:24:26 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QCheckBox" name="checkBoxSheetStickyEdges">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Sticky edges</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QGroupBox" name="SheetExport">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="title">
|
|
|
|
<string>Export</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_3">
|
|
|
|
<item row="0" column="0">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QLabel" name="labelSheetExportFormat">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Format</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QComboBox" name="comboBoxSheetExportFormat"/>
|
2020-04-13 12:24:26 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QPushButton" name="pushButtonSheetExport">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Export Sheet</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-23 17:47:04 +02:00
|
|
|
<spacer name="verticalSpacerSheet">
|
2020-04-13 12:24:26 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabTilesProperty">
|
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconTiles.png</normaloff>:/puzzleicon/64x64/iconTiles.png</iconset>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="title">
|
|
|
|
<string/>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolTip">
|
|
|
|
<string>Tiles properties</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutTilesProperty">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollAreaTiles">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContentsTiles">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-26 14:03:43 +02:00
|
|
|
<width>356</width>
|
2020-11-11 22:04:07 +01:00
|
|
|
<height>717</height>
|
2020-04-13 12:24:26 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelTiles">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font-weight: bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-23 17:47:04 +02:00
|
|
|
<string>Tiles of current sheet</string>
|
2020-04-13 12:24:26 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacerTiles">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-05-23 17:47:04 +02:00
|
|
|
<widget class="QWidget" name="tabLayoutProperty">
|
2020-11-11 21:09:01 +01:00
|
|
|
<attribute name="icon">
|
|
|
|
<iconset resource="share/resources/puzzleicon.qrc">
|
|
|
|
<normaloff>:/puzzleicon/64x64/iconProperties.png</normaloff>:/puzzleicon/64x64/iconProperties.png</iconset>
|
|
|
|
</attribute>
|
2020-05-23 17:47:04 +02:00
|
|
|
<attribute name="title">
|
2020-11-11 21:09:01 +01:00
|
|
|
<string/>
|
2020-05-23 17:47:04 +02:00
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayoutLayoutProperty">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QScrollArea" name="scrollAreaLayout">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="widgetResizable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>356</width>
|
2020-11-11 22:04:07 +01:00
|
|
|
<height>717</height>
|
2020-05-23 17:47:04 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelLayout">
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">font-weight: bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Layout</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxLayoutInfos">
|
|
|
|
<property name="title">
|
|
|
|
<string>Infos</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_16">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayout_7">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelLayoutName">
|
|
|
|
<property name="text">
|
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLineEdit" name="lineEditLayoutName">
|
|
|
|
<property name="text">
|
2020-11-11 19:14:06 +01:00
|
|
|
<string/>
|
2020-05-23 17:47:04 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Description</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="plainTextEditLayoutDescription"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxLayoutFormat">
|
|
|
|
<property name="title">
|
|
|
|
<string>Format</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_12">
|
|
|
|
<item>
|
|
|
|
<layout class="QFormLayout" name="formLayoutLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="labelLayoutUnit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Unit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="comboBoxLayoutUnit"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxLayoutControl">
|
|
|
|
<property name="title">
|
|
|
|
<string>Control</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_14">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxLayoutWarningPiecesSuperposition">
|
|
|
|
<property name="text">
|
|
|
|
<string>Warning superposition of pieces</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="checkBoxLayoutWarningPiecesOutOfBound">
|
|
|
|
<property name="text">
|
|
|
|
<string>Warning pieces out of bound</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacerLayout">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-04-13 12:24:26 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-04-11 10:43:47 +02:00
|
|
|
</widget>
|
2020-11-11 22:04:07 +01:00
|
|
|
<widget class="QToolBar" name="toolBarTools">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionZoomIn"/>
|
|
|
|
<addaction name="actionZoomOut"/>
|
|
|
|
<addaction name="actionOriginalZoom"/>
|
|
|
|
<addaction name="actionZoomSheet"/>
|
|
|
|
</widget>
|
2020-04-10 21:08:29 +02:00
|
|
|
<action name="actionOpen">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>&Open</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSave">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>&Save</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveAs">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>Save &As</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Shift+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseLayout">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>&Close Layout</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionImportRawLayout">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>&Import Raw Layout Data</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-04-11 10:43:47 +02:00
|
|
|
<iconset theme="application-exit">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="text">
|
2020-04-11 11:17:53 +02:00
|
|
|
<string>&New</string>
|
2020-04-10 21:08:29 +02:00
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAboutQt">
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Qt</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAboutPuzzle">
|
|
|
|
<property name="text">
|
|
|
|
<string>About &Puzzle</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-13 12:24:26 +02:00
|
|
|
<action name="actionProperties">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Properties</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-11-11 22:04:07 +01:00
|
|
|
<action name="actionZoomIn">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-in">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom in</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionZoomOut">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-out">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom out</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionOriginalZoom">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-original">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom 1:1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionZoomSheet">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset theme="zoom-fit-best">
|
|
|
|
<normaloff>.</normaloff>.</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom sheet</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Zoom sheet</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-16 17:17:50 +01:00
|
|
|
</widget>
|
2020-04-10 21:08:29 +02:00
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2020-04-11 13:28:01 +02:00
|
|
|
<tabstops>
|
2020-05-23 17:47:04 +02:00
|
|
|
<tabstop>scrollAreaSheet</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxSheetMarginTop</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxSheetMarginLeft</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxSheetMarginRight</tabstop>
|
|
|
|
<tabstop>doubleSpinBoxSheetMarginBottom</tabstop>
|
2020-04-11 13:28:01 +02:00
|
|
|
<tabstop>scrollAreaTiles</tabstop>
|
|
|
|
</tabstops>
|
2020-04-11 10:43:47 +02:00
|
|
|
<resources>
|
|
|
|
<include location="share/resources/puzzleicon.qrc"/>
|
2020-04-19 12:47:38 +02:00
|
|
|
<include location="share/resources/puzzleicon.qrc"/>
|
2020-04-11 10:43:47 +02:00
|
|
|
</resources>
|
2020-02-16 17:17:50 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|