mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-08 14:49:58 +01:00
Mod doc set style de same
This commit is contained in:
committed by
Laurent Trinques
parent
06dbb468ce
commit
01d97246ce
@@ -68,10 +68,11 @@ class Diagram : public QGraphicsScene
|
|||||||
// ATTRIBUTES
|
// ATTRIBUTES
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
|
@brief The BorderOptions enum
|
||||||
Represents available options when rendering a particular diagram:
|
Represents available options when rendering a particular diagram:
|
||||||
* EmptyBorder: display border only
|
EmptyBorder: display border only
|
||||||
* TitleBlock: display title block
|
TitleBlock: display title block
|
||||||
* Columns: display columns
|
Columns: display columns
|
||||||
*/
|
*/
|
||||||
enum BorderOptions { EmptyBorder, TitleBlock, Columns };
|
enum BorderOptions { EmptyBorder, TitleBlock, Columns };
|
||||||
/// Represents available option of Numerotation type.
|
/// Represents available option of Numerotation type.
|
||||||
|
|||||||
Reference in New Issue
Block a user