mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
Mod doc set style de same
This commit is contained in:
@@ -41,12 +41,12 @@ QMargins MarginsEditDialog::margins() const {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief MarginsEditDialog::getMargins
|
||||
* @param margins : margins to set by default
|
||||
* @param accepted : bool to know if dialog is accepted
|
||||
* @param parent : parent widget.
|
||||
* @return The a margins with the edited value if dialog is accepted or a default constructed QMargins() if dialog is rejected
|
||||
*/
|
||||
@brief MarginsEditDialog::getMargins
|
||||
@param margins : margins to set by default
|
||||
@param accepted : bool to know if dialog is accepted
|
||||
@param parent : parent widget.
|
||||
@return The a margins with the edited value if dialog is accepted or a default constructed QMargins() if dialog is rejected
|
||||
*/
|
||||
QMargins MarginsEditDialog::getMargins(QMargins margins, bool *accepted, QWidget *parent)
|
||||
{
|
||||
QScopedPointer<MarginsEditDialog> d(new MarginsEditDialog(margins, parent));
|
||||
|
||||
Reference in New Issue
Block a user