duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

postprocessingchainconfigwidget.ui (6620B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>PostProcessingChainConfigWidget</class>
      4  <widget class="QWidget" name="PostProcessingChainConfigWidget">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>683</width>
     10     <height>514</height>
     11    </rect>
     12   </property>
     13   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
     14    <item>
     15     <layout class="QHBoxLayout" name="horizontalLayout">
     16      <item>
     17       <widget class="QCheckBox" name="enablePostProcessing">
     18        <property name="text">
     19         <string>Enable Post Processing</string>
     20        </property>
     21       </widget>
     22      </item>
     23      <item>
     24       <spacer name="horizontalSpacer">
     25        <property name="orientation">
     26         <enum>Qt::Orientation::Horizontal</enum>
     27        </property>
     28        <property name="sizeHint" stdset="0">
     29         <size>
     30          <width>40</width>
     31          <height>20</height>
     32         </size>
     33        </property>
     34       </spacer>
     35      </item>
     36      <item>
     37       <widget class="QPushButton" name="reload">
     38        <property name="text">
     39         <string>&amp;Reload Shaders</string>
     40        </property>
     41        <property name="icon">
     42         <iconset theme="refresh-line"/>
     43        </property>
     44       </widget>
     45      </item>
     46     </layout>
     47    </item>
     48    <item>
     49     <widget class="QGroupBox" name="groupBox_2">
     50      <property name="title">
     51       <string>Post Processing Chain</string>
     52      </property>
     53      <layout class="QGridLayout" name="gridLayout_2">
     54       <item row="0" column="0">
     55        <widget class="QListWidget" name="stages">
     56         <property name="sizePolicy">
     57          <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
     58           <horstretch>0</horstretch>
     59           <verstretch>0</verstretch>
     60          </sizepolicy>
     61         </property>
     62         <property name="minimumSize">
     63          <size>
     64           <width>0</width>
     65           <height>80</height>
     66          </size>
     67         </property>
     68        </widget>
     69       </item>
     70       <item row="0" column="1">
     71        <layout class="QVBoxLayout" name="verticalLayout_3">
     72         <item>
     73          <widget class="QToolButton" name="add">
     74           <property name="sizePolicy">
     75            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
     76             <horstretch>0</horstretch>
     77             <verstretch>0</verstretch>
     78            </sizepolicy>
     79           </property>
     80           <property name="text">
     81            <string>Add</string>
     82           </property>
     83           <property name="icon">
     84            <iconset theme="add-line"/>
     85           </property>
     86           <property name="toolButtonStyle">
     87            <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
     88           </property>
     89          </widget>
     90         </item>
     91         <item>
     92          <widget class="QToolButton" name="remove">
     93           <property name="sizePolicy">
     94            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
     95             <horstretch>0</horstretch>
     96             <verstretch>0</verstretch>
     97            </sizepolicy>
     98           </property>
     99           <property name="text">
    100            <string>Remove</string>
    101           </property>
    102           <property name="icon">
    103            <iconset theme="minus-line"/>
    104           </property>
    105           <property name="toolButtonStyle">
    106            <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
    107           </property>
    108          </widget>
    109         </item>
    110         <item>
    111          <widget class="QToolButton" name="clear">
    112           <property name="sizePolicy">
    113            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    114             <horstretch>0</horstretch>
    115             <verstretch>0</verstretch>
    116            </sizepolicy>
    117           </property>
    118           <property name="text">
    119            <string>Clear</string>
    120           </property>
    121           <property name="icon">
    122            <iconset theme="trash-fill"/>
    123           </property>
    124           <property name="toolButtonStyle">
    125            <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
    126           </property>
    127          </widget>
    128         </item>
    129         <item>
    130          <widget class="QToolButton" name="moveUp">
    131           <property name="sizePolicy">
    132            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    133             <horstretch>0</horstretch>
    134             <verstretch>0</verstretch>
    135            </sizepolicy>
    136           </property>
    137           <property name="text">
    138            <string>Move Up</string>
    139           </property>
    140           <property name="icon">
    141            <iconset theme="arrow-up-line"/>
    142           </property>
    143           <property name="toolButtonStyle">
    144            <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
    145           </property>
    146          </widget>
    147         </item>
    148         <item>
    149          <widget class="QToolButton" name="moveDown">
    150           <property name="sizePolicy">
    151            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
    152             <horstretch>0</horstretch>
    153             <verstretch>0</verstretch>
    154            </sizepolicy>
    155           </property>
    156           <property name="text">
    157            <string>Move Down</string>
    158           </property>
    159           <property name="icon">
    160            <iconset theme="arrow-down-line"/>
    161           </property>
    162           <property name="toolButtonStyle">
    163            <enum>Qt::ToolButtonStyle::ToolButtonTextBesideIcon</enum>
    164           </property>
    165          </widget>
    166         </item>
    167        </layout>
    168       </item>
    169      </layout>
    170     </widget>
    171    </item>
    172    <item>
    173     <widget class="QScrollArea" name="scrollArea">
    174      <property name="sizePolicy">
    175       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
    176        <horstretch>0</horstretch>
    177        <verstretch>1</verstretch>
    178       </sizepolicy>
    179      </property>
    180      <property name="frameShape">
    181       <enum>QFrame::Shape::WinPanel</enum>
    182      </property>
    183      <property name="frameShadow">
    184       <enum>QFrame::Shadow::Sunken</enum>
    185      </property>
    186      <property name="widgetResizable">
    187       <bool>true</bool>
    188      </property>
    189      <widget class="QWidget" name="scrollAreaWidgetContents">
    190       <property name="geometry">
    191        <rect>
    192         <x>0</x>
    193         <y>0</y>
    194         <width>661</width>
    195         <height>220</height>
    196        </rect>
    197       </property>
    198      </widget>
    199     </widget>
    200    </item>
    201    <item>
    202     <spacer name="verticalSpacer">
    203      <property name="orientation">
    204       <enum>Qt::Orientation::Vertical</enum>
    205      </property>
    206      <property name="sizeHint" stdset="0">
    207       <size>
    208        <width>20</width>
    209        <height>0</height>
    210       </size>
    211      </property>
    212     </spacer>
    213    </item>
    214   </layout>
    215  </widget>
    216  <resources>
    217   <include location="resources/resources.qrc"/>
    218  </resources>
    219  <connections/>
    220 </ui>