/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4
Projects/Inspector/InputWidget.ui
303 строки
10 KB
jankrassnigg
Milestone 4
27 мар 2014, 19:08
27 мар 2014, 19:08
bfef15a
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>InputWidget</class> <widget class="QDockWidget" name="InputWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>467</width> <height>465</height> </rect> </property> <property name="minimumSize"> <size> <width>277</width> <height>250</height> </size> </property> <property name="sizeIncrement"> <size> <width>5</width> <height>5</height> </size> </property> <property name="features"> <set>QDockWidget::AllDockWidgetFeatures</set> </property> <property name="allowedAreas"> <set>Qt::AllDockWidgetAreas</set> </property> <property name="windowTitle"> <string>Input</string> </property> <widget class="QWidget" name="dockWidgetContents"> <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="frame"> <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.png</normaloff>:/Icons/Icons/InputActions.png</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="horizontalHeaderDefaultSectionSize"> <number>100</number> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>40</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.png</normaloff>:/Icons/Icons/ClearList.png</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tab"> <attribute name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/InputSlots.png</normaloff>:/Icons/Icons/InputSlots.png</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="horizontalHeaderDefaultSectionSize"> <number>100</number> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>40</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.png</normaloff>:/Icons/Icons/ClearList.png</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </widget> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>