|
@@ -86,6 +86,8 @@
|
|
|
<addaction name="actionCopy"/>
|
|
|
<addaction name="actionPaste"/>
|
|
|
<addaction name="actionErase"/>
|
|
|
+ <addaction name="actionLock"/>
|
|
|
+ <addaction name="actionUnlock"/>
|
|
|
</widget>
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
<property name="title">
|
|
@@ -94,6 +96,10 @@
|
|
|
<addaction name="actionLevel"/>
|
|
|
<addaction name="actionGrid"/>
|
|
|
<addaction name="actionPass"/>
|
|
|
+ <addaction name="separator"/>
|
|
|
+ <addaction name="actionZoom_in"/>
|
|
|
+ <addaction name="actionZoom_out"/>
|
|
|
+ <addaction name="actionZoom_reset"/>
|
|
|
</widget>
|
|
|
<widget class="QMenu" name="menuPlayer">
|
|
|
<property name="title">
|
|
@@ -143,6 +149,13 @@
|
|
|
<addaction name="separator"/>
|
|
|
<addaction name="actionFill"/>
|
|
|
<addaction name="actionTranslations"/>
|
|
|
+ <addaction name="separator"/>
|
|
|
+ <addaction name="actionLock"/>
|
|
|
+ <addaction name="actionUnlock"/>
|
|
|
+ <addaction name="separator"/>
|
|
|
+ <addaction name="actionZoom_in"/>
|
|
|
+ <addaction name="actionZoom_out"/>
|
|
|
+ <addaction name="actionZoom_reset"/>
|
|
|
</widget>
|
|
|
<widget class="QDockWidget" name="dockWidget_2">
|
|
|
<property name="sizePolicy">
|
|
@@ -163,6 +176,9 @@
|
|
|
<height>214</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
+ </property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Minimap</string>
|
|
|
</property>
|
|
@@ -203,12 +219,6 @@
|
|
|
<height>192</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>192</width>
|
|
|
- <height>192</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
<property name="verticalScrollBarPolicy">
|
|
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
|
</property>
|
|
@@ -239,6 +249,9 @@
|
|
|
<height>524287</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
+ </property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Map Objects View</string>
|
|
|
</property>
|
|
@@ -429,17 +442,8 @@
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>128</width>
|
|
|
- <height>192</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>524287</width>
|
|
|
- <height>192</height>
|
|
|
- </size>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Tools</string>
|
|
@@ -468,289 +472,361 @@
|
|
|
</property>
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
|
|
<property name="leftMargin">
|
|
|
- <number>0</number>
|
|
|
+ <number>3</number>
|
|
|
</property>
|
|
|
<property name="topMargin">
|
|
|
- <number>0</number>
|
|
|
+ <number>3</number>
|
|
|
</property>
|
|
|
<property name="rightMargin">
|
|
|
- <number>0</number>
|
|
|
+ <number>3</number>
|
|
|
</property>
|
|
|
<property name="bottomMargin">
|
|
|
- <number>0</number>
|
|
|
+ <number>3</number>
|
|
|
</property>
|
|
|
<item>
|
|
|
- <widget class="QGroupBox" name="groupBox">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>16777215</width>
|
|
|
- <height>16777215</height>
|
|
|
- </size>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
+ <property name="topMargin">
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
- <property name="title">
|
|
|
- <string>Brush</string>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolBrush">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-1.png</normaloff>icons:brush-1.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="iconSize">
|
|
|
+ <size>
|
|
|
+ <width>16</width>
|
|
|
+ <height>16</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolBrush2">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-2.png</normaloff>icons:brush-2.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="iconSize">
|
|
|
+ <size>
|
|
|
+ <width>16</width>
|
|
|
+ <height>16</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolBrush4">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-4.png</normaloff>icons:brush-4.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="iconSize">
|
|
|
+ <size>
|
|
|
+ <width>16</width>
|
|
|
+ <height>16</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolLasso">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-3.png</normaloff>icons:brush-3.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
+ <property name="topMargin">
|
|
|
+ <number>0</number>
|
|
|
</property>
|
|
|
- <layout class="QFormLayout" name="formLayout">
|
|
|
- <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 row="0" column="0">
|
|
|
- <widget class="QPushButton" name="toolBrush">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:brush-1.png</normaloff>icons:brush-1.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="iconSize">
|
|
|
- <size>
|
|
|
- <width>16</width>
|
|
|
- <height>16</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="0" column="1">
|
|
|
- <widget class="QPushButton" name="toolBrush2">
|
|
|
- <property name="enabled">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:brush-2.png</normaloff>icons:brush-2.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="iconSize">
|
|
|
- <size>
|
|
|
- <width>16</width>
|
|
|
- <height>16</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="0">
|
|
|
- <widget class="QPushButton" name="toolBrush4">
|
|
|
- <property name="enabled">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:brush-4.png</normaloff>icons:brush-4.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="iconSize">
|
|
|
- <size>
|
|
|
- <width>16</width>
|
|
|
- <height>16</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="1" column="1">
|
|
|
- <widget class="QPushButton" name="toolArea">
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:brush-5.png</normaloff>icons:brush-5.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="0">
|
|
|
- <widget class="QPushButton" name="toolLasso">
|
|
|
- <property name="enabled">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:brush-3.png</normaloff>icons:brush-3.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>true</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item row="2" column="1">
|
|
|
- <widget class="QPushButton" name="toolErase">
|
|
|
- <property name="enabled">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="sizePolicy">
|
|
|
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
- <horstretch>0</horstretch>
|
|
|
- <verstretch>0</verstretch>
|
|
|
- </sizepolicy>
|
|
|
- </property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>40</width>
|
|
|
- <height>40</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <property name="icon">
|
|
|
- <iconset>
|
|
|
- <normaloff>icons:edit-clear.png</normaloff>icons:edit-clear.png</iconset>
|
|
|
- </property>
|
|
|
- <property name="checkable">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- <property name="flat">
|
|
|
- <bool>false</bool>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </widget>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolLine">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-7.png</normaloff>icons:brush-7.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolArea">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-5.png</normaloff>icons:brush-5.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolFill">
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-6.png</normaloff>icons:brush-6.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="QPushButton" name="toolSelect">
|
|
|
+ <property name="enabled">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="sizePolicy">
|
|
|
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
+ <horstretch>0</horstretch>
|
|
|
+ <verstretch>0</verstretch>
|
|
|
+ </sizepolicy>
|
|
|
+ </property>
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="maximumSize">
|
|
|
+ <size>
|
|
|
+ <width>40</width>
|
|
|
+ <height>40</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string/>
|
|
|
+ </property>
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:brush-0.png</normaloff>icons:brush-0.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="checkable">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="checked">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="autoExclusive">
|
|
|
+ <bool>true</bool>
|
|
|
+ </property>
|
|
|
+ <property name="flat">
|
|
|
+ <bool>false</bool>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|
|
@@ -762,6 +838,9 @@
|
|
|
<verstretch>0</verstretch>
|
|
|
</sizepolicy>
|
|
|
</property>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
+ </property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Painting</string>
|
|
|
</property>
|
|
@@ -804,8 +883,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>128</width>
|
|
|
- <height>192</height>
|
|
|
+ <width>256</width>
|
|
|
+ <height>120</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
@@ -847,8 +926,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>128</width>
|
|
|
- <height>192</height>
|
|
|
+ <width>256</width>
|
|
|
+ <height>120</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
@@ -883,8 +962,8 @@
|
|
|
<rect>
|
|
|
<x>0</x>
|
|
|
<y>0</y>
|
|
|
- <width>128</width>
|
|
|
- <height>192</height>
|
|
|
+ <width>256</width>
|
|
|
+ <height>120</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="sizePolicy">
|
|
@@ -920,11 +999,8 @@
|
|
|
</widget>
|
|
|
</widget>
|
|
|
<widget class="QDockWidget" name="dockWidget_5">
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>524287</width>
|
|
|
- <height>150</height>
|
|
|
- </size>
|
|
|
+ <property name="features">
|
|
|
+ <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable</set>
|
|
|
</property>
|
|
|
<property name="windowTitle">
|
|
|
<string>Preview</string>
|
|
@@ -954,12 +1030,6 @@
|
|
|
<height>128</height>
|
|
|
</size>
|
|
|
</property>
|
|
|
- <property name="maximumSize">
|
|
|
- <size>
|
|
|
- <width>128</width>
|
|
|
- <height>128</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
</widget>
|
|
|
</item>
|
|
|
</layout>
|
|
@@ -1341,6 +1411,72 @@
|
|
|
<string>h3m converter</string>
|
|
|
</property>
|
|
|
</action>
|
|
|
+ <action name="actionLock">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:lock-closed.png</normaloff>icons:lock-closed.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Lock</string>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string>Lock objects on map to avoid unnecessary changes</string>
|
|
|
+ </property>
|
|
|
+ <property name="shortcut">
|
|
|
+ <string>Ctrl+L</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionUnlock">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:lock-open.png</normaloff>icons:lock-open.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Unlock</string>
|
|
|
+ </property>
|
|
|
+ <property name="toolTip">
|
|
|
+ <string>Unlock all objects on the map</string>
|
|
|
+ </property>
|
|
|
+ <property name="shortcut">
|
|
|
+ <string>Ctrl+Shift+L</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionZoom_in">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:zoom_plus.png</normaloff>icons:zoom_plus.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Zoom in</string>
|
|
|
+ </property>
|
|
|
+ <property name="shortcut">
|
|
|
+ <string>Ctrl+=</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionZoom_out">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:zoom_minus.png</normaloff>icons:zoom_minus.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Zoom out</string>
|
|
|
+ </property>
|
|
|
+ <property name="shortcut">
|
|
|
+ <string>Ctrl+-</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
+ <action name="actionZoom_reset">
|
|
|
+ <property name="icon">
|
|
|
+ <iconset>
|
|
|
+ <normaloff>icons:zoom_zero.png</normaloff>icons:zoom_zero.png</iconset>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Zoom reset</string>
|
|
|
+ </property>
|
|
|
+ <property name="shortcut">
|
|
|
+ <string>Ctrl+Shift+=</string>
|
|
|
+ </property>
|
|
|
+ </action>
|
|
|
</widget>
|
|
|
<customwidgets>
|
|
|
<customwidget>
|