mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-20 02:29:58 +01:00
Mod doc set style de same
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
#include <QStandardItem>
|
||||
|
||||
/**
|
||||
* @brief The ElementCollectionItem class
|
||||
* This class represent a item (a directory or an element) in a element collection.
|
||||
* This class must be herited for specialisation.
|
||||
* This item is used by ElementsCollectionModel for manage the elements collection
|
||||
*/
|
||||
@brief The ElementCollectionItem class
|
||||
This class represent a item (a directory or an element) in a element collection.
|
||||
This class must be herited for specialisation.
|
||||
This item is used by ElementsCollectionModel for manage the elements collection
|
||||
*/
|
||||
class ElementCollectionItem : public QStandardItem
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user