/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Settings/SettingsTab.ui
177 строк
5 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>SettingsTab</class> <widget class="QWidget" name="SettingsTab"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>926</width> <height>773</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>264</width> <height>20</height> </size> </property> </spacer> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="ProjectLabel"> <property name="text"> <string><html><head/><body><p align="center"><span style=" font-size:18pt;">Open Project:</span></p><p align="center"><span style=" font-size:18pt;">Half Life 3</span></p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </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> <widget class="QPushButton" name="OpenScene"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="text"> <string>Open Scene...</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/Input.svg</normaloff>:/EditorFramework/Icons/Input.svg</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="OpenProject"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="text"> <string>Open Project...</string> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Project.svg</normaloff>:/GuiFoundation/Icons/Project.svg</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="GettingStarted"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="maximumSize"> <size> <width>180</width> <height>50</height> </size> </property> <property name="text"> <string>Getting Started...</string> </property> <property name="icon"> <iconset resource="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"> <normaloff>:/GuiFoundation/EZ-logo.svg</normaloff>:/GuiFoundation/EZ-logo.svg</iconset> </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>40</height> </size> </property> </spacer> </item> </layout> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>354</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <resources> <include location="../QtResources/resources.qrc"/> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> </resources> <connections/> </ui>