You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
duckstation/src/duckstation-qt/postprocessingselectshaderd...

151 lines
3.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PostProcessingSelectShaderDialog</class>
<widget class="QDialog" name="PostProcessingSelectShaderDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>658</width>
<height>399</height>
</rect>
</property>
<property name="windowTitle">
<string>Select Shader</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="searchIcon">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="SearchBox" name="search"/>
</item>
</layout>
</item>
<item>
<widget class="QTreeWidget" name="shaderList">
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QRadioButton" name="filterAll">
<property name="text">
<string>All</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">filterGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="filterGLSL">
<property name="text">
<string>GLSL</string>
</property>
<attribute name="buttonGroup">
<string notr="true">filterGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="filterReshade">
<property name="text">
<string>Reshade</string>
</property>
<attribute name="buttonGroup">
<string notr="true">filterGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QRadioButton" name="filterSlang">
<property name="text">
<string>Slang</string>
</property>
<attribute name="buttonGroup">
<string notr="true">filterGroup</string>
</attribute>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Orientation::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SearchBox</class>
<extends>QLineEdit</extends>
<header>searchbox.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PostProcessingSelectShaderDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PostProcessingSelectShaderDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
<buttongroups>
<buttongroup name="filterGroup"/>
</buttongroups>
</ui>