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:
@@ -29,9 +29,9 @@ namespace Ui {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief The RectangleEditor class
|
||||
* This class provides a widget to edit rectangles within the element editor.
|
||||
*/
|
||||
@brief The RectangleEditor class
|
||||
This class provides a widget to edit rectangles within the element editor.
|
||||
*/
|
||||
class RectangleEditor : public ElementItemEditor
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -58,9 +58,9 @@ class RectangleEditor : public ElementItemEditor
|
||||
void xRadiusChanged();
|
||||
void yRadiusChanged();
|
||||
/*!
|
||||
* \brief setUpChangeConnections
|
||||
* Setup the connection from the rectangles(s) to the widget, to update it when the rectangles(s) are changed (moved ...)
|
||||
*/
|
||||
\brief setUpChangeConnections
|
||||
Setup the connection from the rectangles(s) to the widget, to update it when the rectangles(s) are changed (moved ...)
|
||||
*/
|
||||
void setUpChangeConnections();
|
||||
void disconnectChangeConnections();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user