/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/PluginSelectionWidget.ui
86 строк
2 KB
Jan Krassnigg
Refactored editor plugin management (#599)
29 июн 2022, 14:11
Не верифицирован
29 июн 2022, 14:11
6646209
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PluginSelectionWidget</class> <widget class="QWidget" name="PluginSelectionWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>569</width> <height>396</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <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="QLabel" name="label"> <property name="text"> <string>Template:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="Template"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <widget class="QLabel" name="dummy"> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="0"> <widget class="QListWidget" name="PluginsList"/> </item> <item row="1" column="1"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPlainTextEdit" name="DescriptionText"> <property name="readOnly"> <bool>true</bool> </property> <property name="placeholderText"> <string>Select a plugin on the left.</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="LoadCopy"> <property name="text"> <string>Enable Reload</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>