mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 00:30:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
#include "elementspanel.h"
|
||||
|
||||
/**
|
||||
This class embeds an elements panel under a toolbar providing various actions
|
||||
to manage elements.
|
||||
@brief The ElementsPanelWidget class
|
||||
This class embeds an elements panel under a toolbar
|
||||
providing various actions to manage elements.
|
||||
@see ElementsPanel
|
||||
*/
|
||||
class ElementsPanelWidget : public QWidget {
|
||||
@@ -93,6 +94,7 @@ class ElementsPanelWidget : public QWidget {
|
||||
};
|
||||
|
||||
/**
|
||||
@brief ElementsPanelWidget::elementsPanel
|
||||
@return The elements panel embedded within this widget.
|
||||
*/
|
||||
inline ElementsPanel &ElementsPanelWidget::elementsPanel() const {
|
||||
|
||||
Reference in New Issue
Block a user