/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Inspector/MemoryWidget.ui
178 строк
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>MemoryWidget</class> <widget class="QWidget" name="MemoryWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>548</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Memory</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QFrame" name="MemoryWidgetFrame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="1"> <widget class="QGraphicsView" name="UsedMemoryView"/> </item> <item row="1" column="0"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="LabelMaxMemory"> <property name="text"> <string>Max:</string> </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="QLabel" name="LabelCurMemory"> <property name="text"> <string>Cur:</string> </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> <item> <widget class="QLabel" name="LabelMinMemory"> <property name="minimumSize"> <size> <width>50</width> <height>0</height> </size> </property> <property name="text"> <string>Min:</string> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="LabelNumLiveAllocs"> <property name="text"> <string>Live Allocs: N/A</string> </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="QLabel" name="LabelNumAllocs"> <property name="text"> <string>Allocations: N/A</string> </property> </widget> </item> </layout> </item> <item row="1" column="2"> <widget class="QTreeWidget" name="ListAllocators"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>280</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="headerHidden"> <bool>true</bool> </property> <column> <property name="text"> <string notr="true">1</string> </property> </column> </widget> </item> <item row="0" column="2"> <widget class="QComboBox" name="ComboTimeframe"/> </item> </layout> </item> </layout> </widget> </item> </layout> <action name="actionEnableOnlyThis"> <property name="text"> <string>Enable Only This</string> </property> </action> <action name="actionEnableAll"> <property name="text"> <string>Enable All</string> </property> </action> <action name="actionDisableAll"> <property name="text"> <string>Disable All</string> </property> </action> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>