Duckstation/src/duckstation-qt/postprocessingchainconfigwidget.ui

164 lines
4.6 KiB
Plaintext
Raw Normal View History

2020-09-12 15:20:02 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PostProcessingChainConfigWidget</class>
<widget class="QWidget" name="PostProcessingChainConfigWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>721</width>
<height>210</height>
2020-09-12 15:20:02 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QListWidget" name="shaders">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>80</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
2020-09-12 15:20:02 +00:00
<item>
<widget class="QToolButton" name="add">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="text">
<string>Add</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="PostProcessingAdd"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2020-09-12 15:20:02 +00:00
</widget>
</item>
<item>
<widget class="QToolButton" name="remove">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="text">
<string>Remove</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="PostProcessingRemove"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2020-09-12 15:20:02 +00:00
</widget>
</item>
<item>
<widget class="QToolButton" name="clear">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="text">
<string>Clear</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="Clear"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2020-09-12 15:20:02 +00:00
</widget>
</item>
<item>
<widget class="QToolButton" name="moveUp">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="text">
<string>Move Up</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="MoveUp"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2020-09-12 15:20:02 +00:00
</widget>
</item>
<item>
<widget class="QToolButton" name="moveDown">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-09-12 15:20:02 +00:00
<property name="text">
<string>Move Down</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="MoveDown"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
2020-09-12 15:20:02 +00:00
</widget>
</item>
<item>
<widget class="QToolButton" name="shaderSettings">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2020-09-12 15:20:02 +00:00
</property>
<property name="text">
<string>Options...</string>
</property>
<property name="icon">
2021-08-15 04:23:14 +00:00
<iconset theme="Options"/>
2020-09-12 15:20:02 +00:00
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
2020-09-12 15:20:02 +00:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources/resources.qrc"/>
</resources>
<connections/>
</ui>