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="2" 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="3" column="2" colspan="2">
25 <widget class="Line" name="line">
26 <property name="orientation">
27 <enum>Qt::Horizontal</enum>
28 </property>
29 </widget>
30 </item>
31 <item row="1" column="3">
32 <widget class="QPushButton" name="save">
33 <property name="text">
34 <string>Save</string>
35 </property>
36 </widget>
37 </item>
38 <item row="1" column="2">
39 <widget class="QPushButton" name="load">
40 <property name="text">
41 <string>Load</string>
42 </property>
43 </widget>
44 </item>
45 <item row="4" column="2" rowspan="2" colspan="2">
46 <widget class="QPlainTextEdit" name="codeEntry">
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="maximumSize">
54 <size>
55 <width>180</width>
56 <height>16777215</height>
57 </size>
58 </property>
59 <property name="font">
60 <font>
61 <family>Courier New</family>
62 </font>
63 </property>
64 </widget>
65 </item>
66 <item row="0" column="2" colspan="2">
67 <widget class="QPushButton" name="addSet">
68 <property name="text">
69 <string>Add New Set</string>
70 </property>
71 </widget>
72 </item>
73 <item row="6" column="2" colspan="2">
74 <widget class="QPushButton" name="add">
75 <property name="text">
76 <string>Add</string>
77 </property>
78 </widget>
79 </item>
80 <item row="0" column="0" rowspan="7" colspan="2">
81 <widget class="QTreeView" name="cheatList">
82 <property name="sizePolicy">
83 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
84 <horstretch>0</horstretch>
85 <verstretch>0</verstretch>
86 </sizepolicy>
87 </property>
88 <property name="defaultDropAction">
89 <enum>Qt::MoveAction</enum>
90 </property>
91 <property name="selectionMode">
92 <enum>QAbstractItemView::ExtendedSelection</enum>
93 </property>
94 <property name="headerHidden">
95 <bool>true</bool>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </widget>
101 <tabstops>
102 <tabstop>addSet</tabstop>
103 <tabstop>load</tabstop>
104 <tabstop>save</tabstop>
105 <tabstop>remove</tabstop>
106 <tabstop>codeEntry</tabstop>
107 <tabstop>add</tabstop>
108 </tabstops>
109 <resources/>
110 <connections/>
111</ui>