src/platform/qt/CheatsView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CheatsView</class>
4 <widget class="QWidget" name="CheatsView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>422</width>
10 <height>389</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Cheats</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="2" column="1" colspan="2">
18 <widget class="QPushButton" name="remove">
19 <property name="text">
20 <string>Remove</string>
21 </property>
22 </widget>
23 </item>
24 <item row="0" column="1" colspan="2">
25 <widget class="QPushButton" name="addSet">
26 <property name="text">
27 <string>Add New Set</string>
28 </property>
29 </widget>
30 </item>
31 <item row="7" column="1" colspan="2">
32 <widget class="QPushButton" name="addGSA">
33 <property name="text">
34 <string>Add GameShark</string>
35 </property>
36 </widget>
37 </item>
38 <item row="8" column="1" colspan="2">
39 <widget class="QPushButton" name="addPAR">
40 <property name="enabled">
41 <bool>false</bool>
42 </property>
43 <property name="text">
44 <string>Add Pro Action Replay</string>
45 </property>
46 </widget>
47 </item>
48 <item row="9" column="1" colspan="2">
49 <widget class="QPushButton" name="addCB">
50 <property name="text">
51 <string>Add CodeBreaker</string>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="1">
56 <widget class="QPushButton" name="load">
57 <property name="text">
58 <string>Load</string>
59 </property>
60 </widget>
61 </item>
62 <item row="6" column="1" colspan="2">
63 <widget class="QPushButton" name="add">
64 <property name="text">
65 <string>Add</string>
66 </property>
67 </widget>
68 </item>
69 <item row="1" column="2">
70 <widget class="QPushButton" name="save">
71 <property name="enabled">
72 <bool>false</bool>
73 </property>
74 <property name="text">
75 <string>Save</string>
76 </property>
77 </widget>
78 </item>
79 <item row="3" column="1" colspan="2">
80 <widget class="Line" name="line">
81 <property name="orientation">
82 <enum>Qt::Horizontal</enum>
83 </property>
84 </widget>
85 </item>
86 <item row="0" column="0" rowspan="10">
87 <widget class="QTreeView" name="cheatList">
88 <property name="sizePolicy">
89 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
90 <horstretch>0</horstretch>
91 <verstretch>0</verstretch>
92 </sizepolicy>
93 </property>
94 <property name="defaultDropAction">
95 <enum>Qt::MoveAction</enum>
96 </property>
97 <property name="selectionMode">
98 <enum>QAbstractItemView::ExtendedSelection</enum>
99 </property>
100 <property name="headerHidden">
101 <bool>true</bool>
102 </property>
103 </widget>
104 </item>
105 <item row="4" column="1" rowspan="2" colspan="2">
106 <widget class="QPlainTextEdit" name="codeEntry">
107 <property name="sizePolicy">
108 <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
109 <horstretch>0</horstretch>
110 <verstretch>0</verstretch>
111 </sizepolicy>
112 </property>
113 <property name="maximumSize">
114 <size>
115 <width>180</width>
116 <height>16777215</height>
117 </size>
118 </property>
119 <property name="font">
120 <font>
121 <family>Courier New</family>
122 </font>
123 </property>
124 </widget>
125 </item>
126 </layout>
127 </widget>
128 <tabstops>
129 <tabstop>cheatList</tabstop>
130 <tabstop>addSet</tabstop>
131 <tabstop>load</tabstop>
132 <tabstop>save</tabstop>
133 <tabstop>remove</tabstop>
134 <tabstop>codeEntry</tabstop>
135 <tabstop>add</tabstop>
136 <tabstop>addGSA</tabstop>
137 <tabstop>addPAR</tabstop>
138 <tabstop>addCB</tabstop>
139 </tabstops>
140 <resources/>
141 <connections/>
142</ui>