/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/SnapSettingsDlg.ui
112 строк
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>SnapSettingsDlg</class> <widget class="QDialog" name="SnapSettingsDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>338</width> <height>163</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>Snap Settings</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="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Position Snap:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="TranslationSnap"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Rotation Snap</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="RotationSnap"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Scale Snap:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="ScaleSnap"/> </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>31</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <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="QDialogButtonBox" name="ButtonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../QtResources/resources.qrc"/> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>