mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
1032 lines
26 KiB
XML
1032 lines
26 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>TextureViewer</class>
|
||
<widget class="QFrame" name="TextureViewer">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>591</width>
|
||
<height>571</height>
|
||
</rect>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Texture Viewer</string>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::StyledPanel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<widget class="ToolWindowManager" name="dockarea" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>50</x>
|
||
<y>460</y>
|
||
<width>119</width>
|
||
<height>100</height>
|
||
</rect>
|
||
</property>
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>100</height>
|
||
</size>
|
||
</property>
|
||
<property name="autoFillBackground">
|
||
<bool>false</bool>
|
||
</property>
|
||
</widget>
|
||
<widget class="QFrame" name="rangeToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>20</x>
|
||
<y>190</y>
|
||
<width>255</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_5">
|
||
<property name="text">
|
||
<string>Range</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>0.0</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLineEdit" name="lineEdit_2">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>1.0</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_16">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/zoom.png</normaloff>:/Resources/zoom.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_18">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/wand.png</normaloff>:/Resources/wand.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_17">
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/arrow_undo.png</normaloff>:/Resources/arrow_undo.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_3">
|
||
<property name="text">
|
||
<string>...</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/chart_curve.png</normaloff>:/Resources/chart_curve.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QFrame" name="overlayToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>200</x>
|
||
<y>145</y>
|
||
<width>129</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_8">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_4">
|
||
<property name="text">
|
||
<string>Overlay</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_4"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QFrame" name="zoomToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>3</x>
|
||
<y>145</y>
|
||
<width>191</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_9">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_2">
|
||
<property name="text">
|
||
<string>Zoom</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_14">
|
||
<property name="text">
|
||
<string>Fit</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/fit_window.png</normaloff>:/Resources/fit_window.png</iconset>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="toolButtonStyle">
|
||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_3"/>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_15">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/flip_y.png</normaloff>:/Resources/flip_y.png</iconset>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QFrame" name="actionToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>340</x>
|
||
<y>40</y>
|
||
<width>101</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_6">
|
||
<property name="text">
|
||
<string>Actions</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/save.png</normaloff>:/Resources/save.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_2">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/page_white_link.png</normaloff>:/Resources/page_white_link.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QFrame" name="subresourceToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>10</x>
|
||
<y>40</y>
|
||
<width>304</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label_3">
|
||
<property name="text">
|
||
<string>Subresource</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="Line" name="line">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_8">
|
||
<property name="text">
|
||
<string>Mip</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_2"/>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_9">
|
||
<property name="text">
|
||
<string>Slice/Face</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_7"/>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QFrame" name="channelsToolbar">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>3</x>
|
||
<y>3</y>
|
||
<width>579</width>
|
||
<height>28</height>
|
||
</rect>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>0</width>
|
||
<height>28</height>
|
||
</size>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Raised</enum>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||
<property name="spacing">
|
||
<number>3</number>
|
||
</property>
|
||
<property name="leftMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="topMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<property name="rightMargin">
|
||
<number>6</number>
|
||
</property>
|
||
<property name="bottomMargin">
|
||
<number>2</number>
|
||
</property>
|
||
<item>
|
||
<widget class="QLabel" name="label">
|
||
<property name="text">
|
||
<string>Channels</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox">
|
||
<property name="frame">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="Line" name="line_2">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_7">
|
||
<property name="text">
|
||
<string>R</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_6">
|
||
<property name="text">
|
||
<string>G</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_5">
|
||
<property name="text">
|
||
<string>B</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="popupMode">
|
||
<enum>QToolButton::DelayedPopup</enum>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_4">
|
||
<property name="text">
|
||
<string>A</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="Line" name="line_3">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="label_7">
|
||
<property name="text">
|
||
<string>Mul:</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_5">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>16777215</height>
|
||
</size>
|
||
</property>
|
||
<property name="editable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="currentText">
|
||
<string>128</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QComboBox" name="comboBox_6">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>100</width>
|
||
<height>0</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_9">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/add.png</normaloff>:/Resources/add.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_11">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/page_white_edit.png</normaloff>:/Resources/page_white_edit.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_8">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/delete.png</normaloff>:/Resources/delete.png</iconset>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_12">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/color_wheel.png</normaloff>:/Resources/color_wheel.png</iconset>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_10">
|
||
<property name="text">
|
||
<string/>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/Resources/crosshatch.png</normaloff>:/Resources/crosshatch.png</iconset>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="Line" name="line_4">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="toolButton_13">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>23</width>
|
||
<height>22</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>γ</string>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="checked">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="autoRaise">
|
||
<bool>true</bool>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="renderContainer" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>190</y>
|
||
<width>291</width>
|
||
<height>241</height>
|
||
</rect>
|
||
</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="QGridLayout" name="gridLayout">
|
||
<property name="spacing">
|
||
<number>0</number>
|
||
</property>
|
||
<item row="1" column="0">
|
||
<widget class="CustomPaintWidget" name="render" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="cursor">
|
||
<cursorShape>CrossCursor</cursorShape>
|
||
</property>
|
||
<property name="styleSheet">
|
||
<string notr="true"/>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QScrollBar" name="verticalScrollBar">
|
||
<property name="orientation">
|
||
<enum>Qt::Vertical</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="2" column="0">
|
||
<widget class="QScrollBar" name="horizontalScrollBar">
|
||
<property name="orientation">
|
||
<enum>Qt::Horizontal</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="statusbar">
|
||
<item>
|
||
<widget class="QLabel" name="texStatusDim">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Consolas</family>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>texStatusDim</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QWidget" name="widget" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>32</width>
|
||
<height>14</height>
|
||
</size>
|
||
</property>
|
||
<property name="maximumSize">
|
||
<size>
|
||
<width>32</width>
|
||
<height>14</height>
|
||
</size>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QLabel" name="s">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Consolas</family>
|
||
</font>
|
||
</property>
|
||
<property name="text">
|
||
<string>Status Text</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>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QWidget" name="pixelContextLayout" native="true">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>40</x>
|
||
<y>240</y>
|
||
<width>201</width>
|
||
<height>181</height>
|
||
</rect>
|
||
</property>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<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="QGridLayout" name="pixelcontextgrid">
|
||
<item row="0" column="0" colspan="2">
|
||
<widget class="CustomPaintWidget" name="pixelContext" native="true">
|
||
<property name="sizePolicy">
|
||
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="0">
|
||
<widget class="QPushButton" name="pushButton">
|
||
<property name="text">
|
||
<string>History</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item row="1" column="1">
|
||
<widget class="QPushButton" name="pushButton_2">
|
||
<property name="text">
|
||
<string>Debug</string>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<widget class="QScrollArea" name="resourceThumbs">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>430</x>
|
||
<y>460</y>
|
||
<width>120</width>
|
||
<height>80</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>118</width>
|
||
<height>78</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
<widget class="QScrollArea" name="targetThumbs">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>290</x>
|
||
<y>460</y>
|
||
<width>120</width>
|
||
<height>80</height>
|
||
</rect>
|
||
</property>
|
||
<property name="frameShape">
|
||
<enum>QFrame::Panel</enum>
|
||
</property>
|
||
<property name="frameShadow">
|
||
<enum>QFrame::Plain</enum>
|
||
</property>
|
||
<property name="widgetResizable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<widget class="QWidget" name="scrollAreaWidgetContents_2">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>118</width>
|
||
<height>78</height>
|
||
</rect>
|
||
</property>
|
||
</widget>
|
||
</widget>
|
||
</widget>
|
||
<customwidgets>
|
||
<customwidget>
|
||
<class>CustomPaintWidget</class>
|
||
<extends>QWidget</extends>
|
||
<header>Widgets/CustomPaintWidget.h</header>
|
||
</customwidget>
|
||
<customwidget>
|
||
<class>ToolWindowManager</class>
|
||
<extends>QWidget</extends>
|
||
<header>ToolWindowManager.h</header>
|
||
</customwidget>
|
||
</customwidgets>
|
||
<resources>
|
||
<include location="../resources.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|