/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/ExportProjectDlg.ui
126 строк
3 KB
Jan Krassnigg
New color design for the editor user interface (#1024)
08 авг 2023, 08:42
Не верифицирован
08 авг 2023, 08:42
b7bf6f5
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExportProjectDlg</class> <widget class="QDialog" name="ExportProjectDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>588</width> <height>433</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>Project Export</string> </property> <property name="windowIcon"> <iconset> <normaloff>:/EditorPluginScene/Icons/SceneExport.svg</normaloff>:/EditorPluginScene/Icons/SceneExport.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Destination folder:</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLineEdit" name="Destination"/> </item> <item> <widget class="QToolButton" name="BrowseDestination"> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item> <widget class="QCheckBox" name="CompileCpp"> <property name="text"> <string>Compile C++ Plugin</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="TransformAll"> <property name="text"> <string>Transform all Assets</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Export Log:</string> </property> </widget> </item> <item> <widget class="QPlainTextEdit" name="ExportLog"> <property name="verticalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOn</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </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="QPushButton" name="ExportProjectButton"> <property name="text"> <string>&Export Project</string> </property> <property name="shortcut"> <string>Alt+E</string> </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>