-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheditor.ui
More file actions
175 lines (175 loc) · 6.6 KB
/
editor.ui
File metadata and controls
175 lines (175 loc) · 6.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Editor</class>
<widget class="QMainWindow" name="Editor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Editor</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>5</number>
</property>
<widget class="QWidget" name="tabHome">
<attribute name="title">
<string>Home</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p><span style=" font-size:16pt;">EHM 2007 Hardcode Editor</span></p><p><span style=" font-size:10pt;">The EHM Hardcode Editor is designed to edit the various rules and text stored within the EHM exe. The Editor is only compatible with the v3.0.4 eLicense version of the exe. You will encounter an error if you attempt to load any other version or a cracked version.</span></p><p><span style=" font-size:10pt; font-weight:600;">It is essential that you make a backup of your ehm2007.exe file before you commence editing.</span><span style=" font-size:10pt;"> It does not matter what you call your edited EHM exe file; the game is happy to run an exe with any name. Hence I recommend that you have different copies of your exe for different purposes (and therefore leave your original ehm2007.exe unedited).</span></p><p><span style=" font-size:10pt;">I strongly recommend you make regular backups and tests of your edited exe. The Editor is still a beta and has received very little testing. There is every chance that there may be a mistake or two in the Editor's settings, which may result in your exe crashing and/or your saved games becoming corrupt. This is why it is so important to regularly backup and test your exes before starting a proper game with them.</span></p><p><span style=" font-size:10pt;">If you have any questions or comments, please visit </span><a href="http://www.ehmtheblueline.com/ehmupdater/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">http://www.ehmtheblueline.com/ehmhardcode/</span></a></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item alignment="Qt::AlignTop">
<widget class="QLabel" name="logoContainer">
<property name="minimumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="text">
<string>Logo Container</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabFolderPaths">
<attribute name="title">
<string>Folder Paths</string>
</attribute>
</widget>
<widget class="QWidget" name="tabCompNames">
<attribute name="title">
<string>League Names</string>
</attribute>
</widget>
<widget class="QWidget" name="tabCompRules">
<attribute name="title">
<string>League Rules</string>
</attribute>
</widget>
<widget class="QWidget" name="tabCompStructs">
<attribute name="title">
<string>League Structures</string>
</attribute>
</widget>
<widget class="QWidget" name="tabUserGuide">
<attribute name="title">
<string>User's Guide</string>
</attribute>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionSave"/>
<addaction name="actionSave_As"/>
<addaction name="separator"/>
<addaction name="actionExit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionVisit_EHM_Hardcode_Editor_Forum"/>
<addaction name="separator"/>
<addaction name="actionAbout_Qt"/>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuHelp"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="actionOpen">
<property name="text">
<string>Open...</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionSave">
<property name="text">
<string>Save</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionSave_As">
<property name="text">
<string>Save As...</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About EHM Hardcode Editor</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt</string>
</property>
</action>
<action name="actionVisit_EHM_Hardcode_Editor_Forum">
<property name="text">
<string>Visit EHM Hardcode Editor Forum</string>
</property>
</action>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>