/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/EditorPlugins/Scene/EditorPluginScene/Dialogs/ExportAndRunDlg.ui
209 строк
6 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>ExportAndRunDlg</class> <widget class="QDialog" name="ExportAndRunDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>351</width> <height>220</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>Export & Run</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorPluginScene/Icons/SceneExport.svg</normaloff>:/EditorPluginScene/Icons/SceneExport.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <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="QCheckBox" name="UpdateThumbnail"> <property name="text"> <string>Update Thumbnail</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>40</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Launch:</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <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="QComboBox" name="ToolCombo"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QToolButton" name="AddToolButton"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Add.svg</normaloff>:/GuiFoundation/Icons/Add.svg</iconset> </property> </widget> </item> <item> <widget class="QToolButton" name="RemoveToolButton"> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Delete.svg</normaloff>:/GuiFoundation/Icons/Delete.svg</iconset> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Command Line:</string> </property> </widget> </item> <item> <widget class="QPlainTextEdit" name="PlayerCmdLine"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>60</height> </size> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAsNeeded</enum> </property> <property name="lineWrapMode"> <enum>QPlainTextEdit::WidgetWidth</enum> </property> <property name="readOnly"> <bool>true</bool> </property> <property name="textInteractionFlags"> <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> </property> <property name="placeholderText"> <string/> </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="ExportOnly"> <property name="text"> <string>&Export Only</string> </property> <property name="shortcut"> <string>Alt+E</string> </property> </widget> </item> <item> <widget class="QPushButton" name="ExportAndRun"> <property name="text"> <string>Export && &Run</string> </property> <property name="shortcut"> <string>Alt+R</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </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>