/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/LaunchFileserveDlg.ui
91 строка
2 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>ezQtLaunchFileserveDlg</class> <widget class="QDialog" name="ezQtLaunchFileserveDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>535</width> <height>189</height> </rect> </property> <property name="minimumSize"> <size> <width>200</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>Remote Connection</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/Fileserve.svg</normaloff>:/EditorFramework/Icons/Fileserve.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="LabelFileserveCmd"> <property name="text"> <string>Fileserve Command Line:</string> </property> </widget> </item> <item> <widget class="QPlainTextEdit" name="EditFileserve"> <property name="readOnly"> <bool>true</bool> </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>55</height> </size> </property> </spacer> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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="ButtonLaunch"> <property name="text"> <string>Launch</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>