mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-24 16:29:59 +01:00
Mod doc set style de same
This commit is contained in:
@@ -23,12 +23,13 @@
|
||||
#include "dynamicelementtextitem.h"
|
||||
|
||||
/**
|
||||
* @brief The PartDynamicTextField class
|
||||
* This class represents an editable dynamic text field which may be used to compose the
|
||||
* drawing of an electrical element within the element editor.
|
||||
* The field will remain editable once the element is added onto
|
||||
* a diagram
|
||||
*/
|
||||
@brief The PartDynamicTextField class
|
||||
This class represents an editable dynamic text field
|
||||
which may be used to compose the
|
||||
drawing of an electrical element within the element editor.
|
||||
The field will remain editable once the element is added onto
|
||||
a diagram
|
||||
*/
|
||||
class PartDynamicTextField : public QGraphicsTextItem, public CustomElementPart
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
Reference in New Issue
Block a user