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

cheatmanagerwindow.ui (3738B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>CheatManagerWindow</class>
      4  <widget class="QWidget" name="CheatManagerWindow">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>817</width>
     10     <height>462</height>
     11    </rect>
     12   </property>
     13   <property name="windowTitle">
     14    <string>Cheat Manager</string>
     15   </property>
     16   <property name="windowIcon">
     17    <iconset>
     18     <normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
     19   </property>
     20   <layout class="QGridLayout" name="gridLayout">
     21    <item row="1" column="0">
     22     <layout class="QHBoxLayout" name="horizontalLayout">
     23      <item>
     24       <widget class="QPushButton" name="cheatListNewCategory">
     25        <property name="text">
     26         <string>&amp;Add Group...</string>
     27        </property>
     28       </widget>
     29      </item>
     30      <item>
     31       <widget class="QPushButton" name="cheatListAdd">
     32        <property name="text">
     33         <string>&amp;Add Code...</string>
     34        </property>
     35       </widget>
     36      </item>
     37      <item>
     38       <widget class="QPushButton" name="cheatListEdit">
     39        <property name="text">
     40         <string>&amp;Edit Code...</string>
     41        </property>
     42       </widget>
     43      </item>
     44      <item>
     45       <widget class="QPushButton" name="cheatListRemove">
     46        <property name="enabled">
     47         <bool>false</bool>
     48        </property>
     49        <property name="text">
     50         <string>&amp;Delete Code</string>
     51        </property>
     52       </widget>
     53      </item>
     54      <item>
     55       <widget class="QPushButton" name="cheatListActivate">
     56        <property name="enabled">
     57         <bool>false</bool>
     58        </property>
     59        <property name="text">
     60         <string>Activate</string>
     61        </property>
     62       </widget>
     63      </item>
     64      <item>
     65       <widget class="QPushButton" name="cheatListImport">
     66        <property name="text">
     67         <string>Import...</string>
     68        </property>
     69       </widget>
     70      </item>
     71      <item>
     72       <widget class="QPushButton" name="cheatListExport">
     73        <property name="enabled">
     74         <bool>false</bool>
     75        </property>
     76        <property name="text">
     77         <string>Export...</string>
     78        </property>
     79       </widget>
     80      </item>
     81      <item>
     82       <widget class="QPushButton" name="cheatListClear">
     83        <property name="text">
     84         <string>Clear</string>
     85        </property>
     86       </widget>
     87      </item>
     88      <item>
     89       <widget class="QPushButton" name="cheatListReset">
     90        <property name="text">
     91         <string>Reset</string>
     92        </property>
     93       </widget>
     94      </item>
     95      <item>
     96       <spacer name="horizontalSpacer">
     97        <property name="orientation">
     98         <enum>Qt::Orientation::Horizontal</enum>
     99        </property>
    100        <property name="sizeHint" stdset="0">
    101         <size>
    102          <width>40</width>
    103          <height>20</height>
    104         </size>
    105        </property>
    106       </spacer>
    107      </item>
    108     </layout>
    109    </item>
    110    <item row="0" column="0">
    111     <widget class="QTreeWidget" name="cheatList">
    112      <property name="selectionMode">
    113       <enum>QAbstractItemView::SelectionMode::SingleSelection</enum>
    114      </property>
    115      <property name="selectionBehavior">
    116       <enum>QAbstractItemView::SelectionBehavior::SelectRows</enum>
    117      </property>
    118      <column>
    119       <property name="text">
    120        <string>Name</string>
    121       </property>
    122      </column>
    123      <column>
    124       <property name="text">
    125        <string>Type</string>
    126       </property>
    127      </column>
    128      <column>
    129       <property name="text">
    130        <string>Activation</string>
    131       </property>
    132      </column>
    133      <column>
    134       <property name="text">
    135        <string>Instructions</string>
    136       </property>
    137      </column>
    138     </widget>
    139    </item>
    140   </layout>
    141  </widget>
    142  <resources/>
    143  <connections/>
    144 </ui>