![]() |
LibrePCB Developers Documentation
|
#include "packageeditorwidget.h"
#include "fsm/packageeditorfsm.h"
#include "ui_packageeditorwidget.h"
#include <librepcb/common/dialogs/gridsettingsdialog.h>
#include <librepcb/common/geometry/cmd/cmdstroketextedit.h>
#include <librepcb/common/graphics/graphicsscene.h>
#include <librepcb/common/gridproperties.h>
#include <librepcb/common/utils/exclusiveactiongroup.h>
#include <librepcb/library/cmd/cmdlibraryelementedit.h>
#include <librepcb/library/msg/msgmissingauthor.h>
#include <librepcb/library/msg/msgmissingcategories.h>
#include <librepcb/library/msg/msgnamenottitlecase.h>
#include <librepcb/library/pkg/msg/msgmissingfootprint.h>
#include <librepcb/library/pkg/msg/msgmissingfootprintname.h>
#include <librepcb/library/pkg/msg/msgmissingfootprintvalue.h>
#include <librepcb/library/pkg/msg/msgwrongfootprinttextlayer.h>
#include <librepcb/library/pkg/package.h>
#include <librepcb/workspace/settings/workspacesettings.h>
#include <librepcb/workspace/workspace.h>
#include <QtCore>
#include <QtWidgets>
Namespaces | |
librepcb | |
librepcb::library | |
librepcb::library::editor | |