/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/Tools/Inspector/InputWidget.ui
268 строк
9 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>InputWidget</class> <widget class="QWidget" name="InputWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>752</width> <height>704</height> </rect> </property> <property name="windowTitle"> <string>Input</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QFrame" name="InputWidgetFrame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QTabWidget" name="TabInput"> <property name="tabPosition"> <enum>QTabWidget::North</enum> </property> <property name="tabShape"> <enum>QTabWidget::Triangular</enum> </property> <property name="currentIndex"> <number>0</number> </property> <property name="usesScrollButtons"> <bool>false</bool> </property> <property name="documentMode"> <bool>false</bool> </property> <widget class="QWidget" name="tab_2"> <attribute name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/InputActions.svg</normaloff>:/Icons/Icons/InputActions.svg</iconset> </attribute> <attribute name="title"> <string>Input Actions</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTableWidget" name="TableInputActions"> <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>false</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <property name="columnCount"> <number>3</number> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>40</number> </attribute> <attribute name="horizontalHeaderDefaultSectionSize"> <number>100</number> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string>Action</string> </property> </column> <column> <property name="text"> <string>State</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_2"> <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="QPushButton" name="ButtonClearActions"> <property name="text"> <string>Clear List</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/ClearList.svg</normaloff>:/Icons/Icons/ClearList.svg</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tab"> <attribute name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/InputSlots.svg</normaloff>:/Icons/Icons/InputSlots.svg</iconset> </attribute> <attribute name="title"> <string>Input Slots</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QTableWidget" name="TableInputSlots"> <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>false</bool> </property> <property name="cornerButtonEnabled"> <bool>false</bool> </property> <property name="columnCount"> <number>9</number> </property> <attribute name="horizontalHeaderVisible"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>40</number> </attribute> <attribute name="horizontalHeaderDefaultSectionSize"> <number>100</number> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>false</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> <column> <property name="text"> <string>Slot</string> </property> </column> <column> <property name="text"> <string>State</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> <column> <property name="text"> <string>Dead Zone</string> </property> </column> <column> <property name="text"> <string>Flags (Binary)</string> </property> </column> <column/> <column/> <column/> <column/> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <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="QPushButton" name="ButtonClearSlots"> <property name="text"> <string>Clear List</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/ClearList.svg</normaloff>:/Icons/Icons/ClearList.svg</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>