add textureTransform to ObjectBase

before textures load refactoring
This commit is contained in:
2023-02-05 21:23:41 +03:00
parent 7d30802cbd
commit 7c6ca07323
39 changed files with 570 additions and 144 deletions

View File

@@ -156,7 +156,7 @@
<item>
<widget class="QToolButton" name="buttonClear">
<property name="icon">
<iconset resource="../../qad/utils/qad_utils.qrc">
<iconset resource="../../../qad/libs/blockview/qad_blockview.qrc">
<normaloff>:/icons/edit-delete.png</normaloff>:/icons/edit-delete.png</iconset>
</property>
</widget>
@@ -164,11 +164,22 @@
<item>
<widget class="QToolButton" name="buttonSelect">
<property name="icon">
<iconset resource="../../qad/application/qad_application.qrc">
<iconset resource="../../../qad/libs/blockview/qad_blockview.qrc">
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="buttonChannels">
<property name="icon">
<iconset resource="../../../qad/libs/graphic/qad_graphic.qrc">
<normaloff>:/icons/legend.png</normaloff>:/icons/legend.png</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="0">
@@ -332,6 +343,36 @@
</widget>
</item>
</layout>
<action name="actionInvert_R">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Invert R</string>
</property>
</action>
<action name="actionInvert_G">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Invert G</string>
</property>
<property name="toolTip">
<string>Invert G</string>
</property>
</action>
<action name="actionInvert_B">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Invert B</string>
</property>
<property name="toolTip">
<string>Invert B</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
@@ -351,8 +392,8 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../qad/utils/qad_utils.qrc"/>
<include location="../../qad/application/qad_application.qrc"/>
<include location="../../../qad/libs/blockview/qad_blockview.qrc"/>
<include location="../../../qad/libs/graphic/qad_graphic.qrc"/>
</resources>
<connections>
<connection>