/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Scene/EditorPluginScene/Dialogs/DeltaTransformDlg.ui
290 строк
7 KB
C-Core
Delta transform improvements (#1703)
29 окт 2025, 17:28
Не верифицирован
29 окт 2025, 17:28
ea3278f
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>DeltaTransformDlg</class> <widget class="QDialog" name="DeltaTransformDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>326</width> <height>159</height> </rect> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>1000</width> <height>1000</height> </size> </property> <property name="windowTitle"> <string>Delta Transform</string> </property> <property name="windowIcon"> <iconset resource="../../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/EZ-logo.svg</normaloff>:/GuiFoundation/EZ-logo.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QComboBox" name="ComboMode"> <item> <property name="text"> <string>Translate</string> </property> </item> <item> <property name="text"> <string>Rotate X</string> </property> </item> <item> <property name="text"> <string>Rotate Y</string> </property> </item> <item> <property name="text"> <string>Rotate Z</string> </property> </item> <item> <property name="text"> <string>Scale</string> </property> </item> <item> <property name="text"> <string>Uniform Scale</string> </property> </item> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QComboBox" name="ComboSpace"> <item> <property name="text"> <string>World Space</string> </property> </item> <item> <property name="text"> <string>Local Space - Last Selected</string> </property> </item> <item> <property name="text"> <string>Local Space - Each Item</string> </property> </item> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="Label1"> <property name="text"> <string>X</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="Value1"> <property name="decimals"> <number>3</number> </property> <property name="minimum"> <double>-1000.000000000000000</double> </property> <property name="maximum"> <double>1000.000000000000000</double> </property> <property name="singleStep"> <double>1.000000000000000</double> </property> </widget> </item> <item> <widget class="QLabel" name="Label2"> <property name="text"> <string>Y</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="Value2"> <property name="decimals"> <number>3</number> </property> <property name="minimum"> <double>-1000.000000000000000</double> </property> <property name="maximum"> <double>1000.000000000000000</double> </property> </widget> </item> <item> <widget class="QLabel" name="Label3"> <property name="text"> <string>Z</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="Value3"> <property name="decimals"> <number>3</number> </property> <property name="minimum"> <double>-1000.000000000000000</double> </property> <property name="maximum"> <double>1000.000000000000000</double> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>25</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QCheckBox" name="CheckBoxSnapping"> <property name="text"> <string>Use Current Snap Settings</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="ButtonUndo"> <property name="text"> <string>Undo</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="ButtonApply"> <property name="text"> <string>Apply</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <tabstops> <tabstop>ComboMode</tabstop> <tabstop>ComboSpace</tabstop> <tabstop>Value1</tabstop> <tabstop>Value2</tabstop> <tabstop>Value3</tabstop> <tabstop>CheckBoxSnapping</tabstop> <tabstop>ButtonUndo</tabstop> <tabstop>ButtonApply</tabstop> </tabstops> <resources> <include location="../QtResources/resources.qrc"/> <include location="../../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../../../../Editor/EditorFramework/QtResources/resources.qrc"/> </resources> <connections/> </ui>