mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Initial KeymapEditor implementation
This commit is contained in:
@@ -10,14 +10,6 @@
|
||||
#include <QApplication>
|
||||
#include <QCheckBox>
|
||||
|
||||
FieldProjectNode::FieldProjectNode(ProjectModel::CollectionNode* collection, QWidget* parent)
|
||||
: FieldComboBox(parent), m_collection(collection)
|
||||
{
|
||||
ProjectModel* model = g_MainWindow->projectModel();
|
||||
setModel(model->getNullProxy());
|
||||
setRootModelIndex(model->getNullProxy()->mapFromSource(model->index(collection)));
|
||||
}
|
||||
|
||||
TargetButton::TargetButton(QWidget* parent)
|
||||
: QPushButton(parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user