/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Editor/EditorFramework/Dialogs/WindowCfgDlg.ui
214 строк
6 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>ezQtWindowCfgDlg</class> <widget class="QDialog" name="ezQtWindowCfgDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>313</width> <height>269</height> </rect> </property> <property name="minimumSize"> <size> <width>250</width> <height>200</height> </size> </property> <property name="maximumSize"> <size> <width>350</width> <height>300</height> </size> </property> <property name="windowTitle"> <string>Window Configuration</string> </property> <property name="windowIcon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/EditorFramework/Icons/WindowConfig.svg</normaloff>:/EditorFramework/Icons/WindowConfig.svg</iconset> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QComboBox" name="m_ComboWnd"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> </widget> </item> <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="QCheckBox" name="m_CheckOverrideDefault"> <property name="text"> <string>Override Project Settings</string> </property> </widget> </item> </layout> </item> <item> <spacer name="verticalSpacer_2"> <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> <layout class="QGridLayout" name="gridLayout"> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Mode:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="m_ComboMonitor"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Resolution:</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Title:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="m_LineEditTitle"/> </item> <item row="3" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QSpinBox" name="m_SpinResX"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>5000</number> </property> <property name="singleStep"> <number>10</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>x</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="m_SpinResY"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimum"> <number>0</number> </property> <property name="maximum"> <number>5000</number> </property> <property name="singleStep"> <number>10</number> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Monitor:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="m_ComboMode"/> </item> <item row="5" column="0" colspan="2"> <widget class="QCheckBox" name="m_ShowMouseCursor"> <property name="text"> <string>Show Mouse Cursor</string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QCheckBox" name="m_ClipMouseCursor"> <property name="text"> <string>Clip Mouse Cursor</string> </property> </widget> </item> </layout> </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="QDialogButtonBox" name="m_ButtonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources> <include location="../../../Tools/Libs/GuiFoundation/QtResources/resources.qrc"/> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>