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

@@ -25,13 +25,13 @@ class ConfigSaveLoaderWidget;
}
/**
* @brief The ConfigSaveLoaderWidget class
* This group box provide 4 widget:
* A combo box with the available config.
* A push button to load the selected config of combo box
* A line edit to edit the text of the config to save
* A push button to save the config
*/
@brief The ConfigSaveLoaderWidget class
This group box provide 4 widget:
A combo box with the available config.
A push button to load the selected config of combo box
A line edit to edit the text of the config to save
A push button to save the config
*/
class ConfigSaveLoaderWidget : public QGroupBox
{
Q_OBJECT