assembling first version

This commit is contained in:
zanostro 2025-12-14 13:09:14 +01:00
parent 9e9039af05
commit d3e08abd30
7 changed files with 896 additions and 1 deletions

View file

@ -892,6 +892,7 @@
<string>File</string>
</property>
<addaction name="actionLoad_Object_File"/>
<addaction name="actionLoad_Asm_file"/>
</widget>
<widget class="QMenu" name="menuMachine">
<property name="title">
@ -924,6 +925,11 @@
<string>About</string>
</property>
</action>
<action name="actionLoad_Asm_file">
<property name="text">
<string>Load Asm file</string>
</property>
</action>
</widget>
<resources/>
<connections/>