Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-08-16 11:19:36 +02:00
parent 90417ae509
commit d4ee161c07
274 changed files with 6823 additions and 6756 deletions

View File

@@ -27,13 +27,13 @@ class AddTableDialog;
}
/**
* @brief The AddTableDialog class
* Provide a dialog used to edit the properties of table befor adding to a diagram.
* The main difference betwen this dialog and the widget used to edit the properties of table
* is that the dialog have two extra check box.
* One for adjust the size of the table to diagram
* Second for add new tables on new folios if the table can't fit into diagram
*/
@brief The AddTableDialog class
Provide a dialog used to edit the properties of table befor adding to a diagram.
The main difference betwen this dialog and the widget used to edit the properties of table
is that the dialog have two extra check box.
One for adjust the size of the table to diagram
Second for add new tables on new folios if the table can't fit into diagram
*/
class AddTableDialog : public QDialog
{
Q_OBJECT