/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Inspector/ResourceWidget.ui
164 строки
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>ResourceWidget</class> <widget class="QWidget" name="ResourceWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>838</width> <height>621</height> </rect> </property> <property name="minimumSize"> <size> <width>522</width> <height>200</height> </size> </property> <property name="sizeIncrement"> <size> <width>5</width> <height>5</height> </size> </property> <property name="windowTitle"> <string>Resources</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>0</number> </property> <property name="leftMargin"> <number>2</number> </property> <property name="topMargin"> <number>2</number> </property> <property name="rightMargin"> <number>2</number> </property> <property name="bottomMargin"> <number>2</number> </property> <item> <widget class="QFrame" name="ResourceWidgetFrame"> <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="QComboBox" name="ComboResourceTypes"> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="currentIndex"> <number>0</number> </property> <property name="sizeAdjustPolicy"> <enum>QComboBox::AdjustToContents</enum> </property> <property name="minimumContentsLength"> <number>0</number> </property> <item> <property name="text"> <string>All Resource Types</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/AllThreads.svg</normaloff>:/Icons/Icons/AllThreads.svg</iconset> </property> </item> </widget> </item> <item> <widget class="QCheckBox" name="CheckShowDeleted"> <property name="text"> <string>Show Deleted</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="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> <item> <widget class="QPushButton" name="ButtonSave"> <property name="text"> <string/> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Save.svg</normaloff>:/Icons/Icons/Save.svg</iconset> </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> </item> </layout> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>