![]() |
HAL
|
#include "gui/action/action.h"
#include "gui/code_editor/code_editor.h"
#include "gui/content_widget/content_widget.h"
#include "gui/file_modified_bar/file_modified_bar.h"
#include "gui/python/python_context_subscriber.h"
#include "hal_core/netlist/project_serializer.h"
#include "hal_core/utilities/json_write_document.h"
#include <QEvent>
#include <QFileSystemWatcher>
#include <QMap>
#include <QMessageBox>
#include <QPushButton>
#include <QtCore/QFileInfo>
#include <filesystem>
Go to the source code of this file.
Classes | |
class | hal::PythonSerializer |
class | hal::PythonEditor |
Main widget that combines all neccessary functionality to develop in python (for hal). More... | |
Namespaces | |
hal | |