This website requires JavaScript.
Explore
Help
Sign In
AxioDL
/
amuse
mirror of
https://github.com/AxioDL/amuse.git
Watch
2
Star
0
Fork
You've already forked amuse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3f265cdb46
amuse
/
Editor
/
KeymapEditor.cpp
8 lines
101 B
C++
Raw
Normal View
History
Unescape
Escape
Work on amuse GUI, use C++ linking for audio decoders
2018-07-09 18:05:31 +00:00
#
include
"KeymapEditor.hpp"
KeymapEditor
:
:
KeymapEditor
(
QWidget
*
parent
)
Lots of foundational work for Amuse editor
2018-07-14 06:06:33 +00:00
:
EditorWidget
(
parent
)
Work on amuse GUI, use C++ linking for audio decoders
2018-07-09 18:05:31 +00:00
{
}