/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Libs/GuiFoundation/Widgets/LogWidget.ui
185 строк
6 KB
Jan Krassnigg
Added support for asset or object references in log messages (#1947)
26 май 2026, 10:53
Не верифицирован
26 май 2026, 10:53
c4228c1
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LogWidget</class> <widget class="QWidget" name="LogWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>359</width> <height>365</height> </rect> </property> <property name="windowTitle"> <string/> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>1</number> </property> <item> <widget class="ezQtSearchWidget" name="Search" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QComboBox" name="ComboFilter"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Filter log by severity.</string> </property> <item> <property name="text"> <string>All</string> </property> </item> <item> <property name="text"> <string>Debug</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Pink.svg</normaloff>:/GuiFoundation/Icons/Flag_Pink.svg</iconset> </property> </item> <item> <property name="text"> <string>Dev</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Purple.svg</normaloff>:/GuiFoundation/Icons/Flag_Purple.svg</iconset> </property> </item> <item> <property name="text"> <string>Info</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Blue.svg</normaloff>:/GuiFoundation/Icons/Flag_Blue.svg</iconset> </property> </item> <item> <property name="text"> <string>Success</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Green.svg</normaloff>:/GuiFoundation/Icons/Flag_Green.svg</iconset> </property> </item> <item> <property name="text"> <string>Warning</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Yellow.svg</normaloff>:/GuiFoundation/Icons/Flag_Yellow.svg</iconset> </property> </item> <item> <property name="text"> <string>Warning++</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Orange.svg</normaloff>:/GuiFoundation/Icons/Flag_Orange.svg</iconset> </property> </item> <item> <property name="text"> <string>Error</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Flag_Red.svg</normaloff>:/GuiFoundation/Icons/Flag_Red.svg</iconset> </property> </item> </widget> </item> <item> <widget class="QToolButton" name="ButtonClearLog"> <property name="toolTip"> <string>Clear the log.</string> </property> <property name="text"> <string>Clear Log</string> </property> <property name="icon"> <iconset resource="../QtResources/resources.qrc"> <normaloff>:/GuiFoundation/Icons/Delete.svg</normaloff>:/GuiFoundation/Icons/Delete.svg</iconset> </property> </widget> </item> </layout> </item> <item> <widget class="ezQtListView" name="ListViewLog"> <property name="editTriggers"> <set>QAbstractItemView::EditTrigger::NoEditTriggers</set> </property> <property name="showDropIndicator" stdset="0"> <bool>true</bool> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="selectionMode"> <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectionBehavior::SelectRows</enum> </property> <property name="uniformItemSizes"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>ezQtSearchWidget</class> <extends>QWidget</extends> <header location="global">GuiFoundation/Widgets/SearchWidget.moc.h</header> <container>1</container> </customwidget> <customwidget> <class>ezQtListView</class> <extends>QListView</extends> <header location="global">GuiFoundation/Widgets/ItemView.moc.h</header> </customwidget> </customwidgets> <resources> <include location="../QtResources/resources.qrc"/> </resources> <connections/> </ui>