/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/CppProjectDlg.ui
188 строк
5 KB
Ingrater
Support Editor Generated C++ Plugins on Linux (#1143)
13 янв 2024, 11:32
Не верифицирован
13 янв 2024, 11:32
9ea595e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ezQtCppProjectDlg</class> <widget class="QDialog" name="ezQtCppProjectDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>535</width> <height>678</height> </rect> </property> <property name="windowTitle"> <string>Setup C++ Plugin</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/VisualStudio.svg</normaloff>:/EditorFramework/Icons/VisualStudio.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>C++ plugin name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="PluginName"> <property name="readOnly"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>C++ plugin location:</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="PluginLocation"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="OpenPluginLocation"> <property name="toolTip"> <string>Open folder in explorer.</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/OpenFolder.svg</normaloff>:/GuiFoundation/Icons/OpenFolder.svg</iconset> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Build folder:</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLineEdit" name="BuildFolder"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="OpenBuildFolder"> <property name="toolTip"> <string>Open folder in explorer.</string> </property> <property name="text"> <string>...</string> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/OpenFolder.svg</normaloff>:/GuiFoundation/Icons/OpenFolder.svg</iconset> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer_3"> <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="GenerateSolution"> <property name="text"> <string>CMake Generate</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="ErrorText"> <property name="text"> <string/> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Output:</string> </property> </widget> </item> <item> <widget class="QTextEdit" name="OutputLog"> <property name="undoRedoEnabled"> <bool>false</bool> </property> <property name="lineWrapMode"> <enum>QTextEdit::NoWrap</enum> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <spacer name="horizontalSpacer_4"> <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="OpenSolution"> <property name="text"> <string>Open in IDE</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>