a/maketest/maketestgui.ui b/maketest/maketestgui.ui
...
...
149
     <y>0</y>
149
     <y>0</y>
150
     <width>866</width>
150
     <width>866</width>
151
     <height>19</height>
151
     <height>19</height>
152
    </rect>
152
    </rect>
153
   </property>
153
   </property>
154
   <widget class="QMenu" name="menuFIle">
154
   <widget class="QMenu" name="menuFile">
155
    <property name="title">
155
    <property name="title">
156
     <string>FIle</string>
156
     <string>File</string>
157
    </property>
157
    </property>
158
    <addaction name="actionLoad"/>
158
    <addaction name="actionSave"/>
159
    <addaction name="actionSave"/>
159
    <addaction name="actionLoad"/>
160
    <addaction name="actionSaveAs"/>
160
    <addaction name="actionQuit"/>
161
    <addaction name="actionQuit"/>
161
   </widget>
162
   </widget>
162
   <addaction name="menuFIle"/>
163
   <addaction name="menuFile"/>
163
  </widget>
164
  </widget>
164
  <widget class="QStatusBar" name="statusbar"/>
165
  <widget class="QStatusBar" name="statusbar"/>
165
  <action name="actionSave">
166
  <action name="actionSave">
166
   <property name="text">
167
   <property name="text">
167
    <string>Save</string>
168
    <string>Save</string>
169
   </property>
170
  </action>
171
  <action name="actionSaveAs">
172
   <property name="text">
173
    <string>Save As</string>
168
   </property>
174
   </property>
169
  </action>
175
  </action>
170
  <action name="actionLoad">
176
  <action name="actionLoad">
171
   <property name="text">
177
   <property name="text">
172
    <string>Load</string>
178
    <string>Load</string>