[TD]Standard Line Styles - Gui components

This commit is contained in:
wandererfan
2023-11-16 11:33:45 -05:00
committed by WandererFan
parent b64fd9ac03
commit 762e1b53ff
42 changed files with 1494 additions and 1395 deletions

View File

@@ -25,10 +25,13 @@
#define DRAWINGGUI_DLGPREFSTECHDRAWIMPANNOTATION_H
#include <memory>
#include <Gui/PrefWidgets.h>
#include <Gui/PropertyPage.h>
#include <Mod/TechDraw/TechDrawGlobal.h>
namespace TechDraw {
class LineGenerator;
}
namespace TechDrawGui {
class Ui_DlgPrefsTechDrawAnnotationImp;
@@ -53,6 +56,7 @@ protected:
private:
std::unique_ptr<Ui_DlgPrefsTechDrawAnnotationImp> ui;
TechDraw::LineGenerator* m_lineGenerator;
};
} // namespace TechDrawGui