/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Inspector/FileWidget.ui
194 строки
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>FileWidget</class> <widget class="QWidget" name="FileWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>464</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>File Operations</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QFrame" name="Frame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_2"> <property name="toolTip"> <string><html><head/><body><p>Limits the output to the most recent n activities. Set to zero to include all items.</p><p>Note that the limit does not take the sorting criteria into account but only how old an entry is.</p></body></html></string> </property> <property name="text"> <string>Recent</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="SpinLimitToRecent"> <property name="maximum"> <number>10000</number> </property> <property name="singleStep"> <number>10</number> </property> <property name="value"> <number>100</number> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Min Duration:</string> </property> </widget> </item> <item> <widget class="QDoubleSpinBox" name="SpinMinDuration"> <property name="minimumSize"> <size> <width>70</width> <height>0</height> </size> </property> <property name="toolTip"> <string><html><head/><body><p>All file operations that have a shorter blocking duration than this will not be shown.</p></body></html></string> </property> <property name="decimals"> <number>5</number> </property> <property name="maximum"> <double>9.990000000000000</double> </property> <property name="singleStep"> <double>0.000100000000000</double> </property> <property name="value"> <double>0.000100000000000</double> </property> </widget> </item> <item> <widget class="QComboBox" name="ComboThread"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="currentIndex"> <number>0</number> </property> <property name="minimumContentsLength"> <number>0</number> </property> <item> <property name="text"> <string>All Threads</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/AllThreads.svg</normaloff>:/Icons/Icons/AllThreads.svg</iconset> </property> </item> <item> <property name="text"> <string>Main Thread</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/MainThread.svg</normaloff>:/Icons/Icons/MainThread.svg</iconset> </property> </item> <item> <property name="text"> <string>Loading Thread</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/LoadingThread.svg</normaloff>:/Icons/Icons/LoadingThread.svg</iconset> </property> </item> <item> <property name="text"> <string>Other Thread</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/OtherThread.svg</normaloff>:/Icons/Icons/OtherThread.svg</iconset> </property> </item> </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="QLineEdit" name="LineFilterByName"> <property name="toolTip"> <string><html><head/><body><p>Limits the output to files that contain the given text in their path.</p></body></html></string> </property> <property name="placeholderText"> <string>Filter by Name</string> </property> </widget> </item> </layout> </item> <item> <widget class="QTableWidget" name="Table"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="selectionMode"> <enum>QAbstractItemView::SingleSelection</enum> </property> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="horizontalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>