/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Scene/EditorPluginScene/Dialogs/ExtractGeometryDlg.ui
109 строк
3 KB
Jan Krassnigg
Added .gitattributes file to enforce consistent line-endings (#872)
16 фев 2023, 20:57
Не верифицирован
16 фев 2023, 20:57
565458b
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExtractGeometryDlg</class> <widget class="QDialog" name="ExtractGeometryDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>326</width> <height>207</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> <widget class="QLabel" name="label"> <property name="text"> <string>Write to file:</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="DestinationFile"/> </item> <item> <widget class="QToolButton" name="BrowseButton"> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Geometry Type:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="ExtractionMode"/> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Coordinate System:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="CoordinateSystem"/> </item> <item> <widget class="QCheckBox" name="ExtractOnlySelection"> <property name="text"> <string>Only selected objects</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>13</height> </size> </property> </spacer> </item> <item> <widget class="QDialogButtonBox" name="ButtonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources> <include location="../QtResources/resources.qrc"/> <include location="../../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../../../../Editor/EditorFramework/QtResources/resources.qrc"/> </resources> <connections/> </ui>