/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/CreateProjectDlg.ui
264 строки
8 KB
Jan Krassnigg
Added a project creation wizard (#1463)
28 дек 2024, 16:35
Не верифицирован
28 дек 2024, 16:35
dcb4d52
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ezQtCreateProjectDlg</class> <widget class="QDialog" name="ezQtCreateProjectDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>560</width> <height>432</height> </rect> </property> <property name="windowTitle"> <string>Create Project</string> </property> <property name="windowIcon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/ProjectAdd.svg</normaloff>:/GuiFoundation/Icons/ProjectAdd.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QStackedWidget" name="StackedPages"> <property name="currentIndex"> <number>1</number> </property> <widget class="QWidget" name="Basics" native="true"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Project Name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="ProjectName"> <property name="readOnly"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Parent Folder::</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="ProjectFolder"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QToolButton" name="BrowseFolder"> <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_6"> <property name="text"> <string>Project to Create::</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="ResultPath"> <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>252</height> </size> </property> </spacer> </item> </layout> </widget> <widget class="QWidget" name="Plugins_2" native="true"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string><html><head/><body><p><span style=" font-size:14pt;">Select Plugins</span></p></body></html></string> </property> </widget> </item> <item> <widget class="ezQtPluginSelectionWidget" name="Plugins" native="true"> <property name="minimumSize"> <size> <width>20</width> <height>20</height> </size> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="Templates"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QLabel" name="label"> <property name="text"> <string><html><head/><body><p><span style=" font-size:14pt;">Select Project Template</span></p></body></html></string> </property> </widget> </item> <item> <widget class="QListWidget" name="ProjectTemplates"> <property name="movement"> <enum>QListView::Static</enum> </property> <property name="resizeMode"> <enum>QListView::Adjust</enum> </property> <property name="viewMode"> <enum>QListView::IconMode</enum> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="Summary"> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string><html><head/><body><p><span style=" font-size:14pt;">Summary</span></p></body></html></string> </property> </widget> </item> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Project to Create:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="ResultPath2"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Project Template:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="ChosenTemplate"> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>268</height> </size> </property> </spacer> </item> </layout> </widget> </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="Prev"> <property name="text"> <string>< Back</string> </property> </widget> </item> <item> <widget class="QPushButton" name="Next"> <property name="text"> <string>Next ></string> </property> </widget> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>ezQtPluginSelectionWidget</class> <extends>QWidget</extends> <header location="global">EditorFramework/Dialogs/PluginSelectionWidget.moc.h</header> <container>1</container> </customwidget> </customwidgets> <resources> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>