mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Doxygen using dashes to create lists of items.
This commit is contained in:
@@ -1257,11 +1257,11 @@ QList<QETTitleBlockTemplateEditor *> QETApp::titleBlockTemplateEditors(
|
|||||||
/**
|
/**
|
||||||
@brief QETApp::createTextOrientationSpinBoxWidget
|
@brief QETApp::createTextOrientationSpinBoxWidget
|
||||||
Instantiates a QTextOrientationSpinBoxWidget and configures:
|
Instantiates a QTextOrientationSpinBoxWidget and configures:
|
||||||
* his font
|
- his font
|
||||||
* his strings
|
- his strings
|
||||||
\~French Instancie un QTextOrientationSpinBoxWidget et configure :
|
\~French Instancie un QTextOrientationSpinBoxWidget et configure :
|
||||||
* sa police de caracteres
|
- sa police de caracteres
|
||||||
* ses chaines de caracteres
|
- ses chaines de caracteres
|
||||||
\~ @note that the deletion of the widget thus allocated is the
|
\~ @note that the deletion of the widget thus allocated is the
|
||||||
responsibility of the caller.
|
responsibility of the caller.
|
||||||
\~French que la suppression du widget ainsi alloue est a la charge
|
\~French que la suppression du widget ainsi alloue est a la charge
|
||||||
@@ -1824,23 +1824,25 @@ QList<QWidget *> QETApp::floatingToolbarsAndDocksForMainWindow(
|
|||||||
/**
|
/**
|
||||||
@brief QETApp::parseArguments
|
@brief QETApp::parseArguments
|
||||||
Parse the following arguments:
|
Parse the following arguments:
|
||||||
* --common-elements-dir=
|
- --common-elements-dir=
|
||||||
* --config-dir
|
- --config-dir
|
||||||
* --help
|
- --help
|
||||||
* --version
|
- --version
|
||||||
* -v
|
- -v
|
||||||
* --license
|
- --license
|
||||||
|
|
||||||
The other arguments are normally file paths.
|
The other arguments are normally file paths.
|
||||||
If they exist, they are just stored in the arguments_files_ attribute.
|
If they exist, they are just stored in the arguments_files_ attribute.
|
||||||
Otherwise, they are stored in the arguments_options_ attribute.
|
Otherwise, they are stored in the arguments_options_ attribute.
|
||||||
\~French
|
\~French
|
||||||
Parse les arguments suivants :
|
Parse les arguments suivants :
|
||||||
* --common-elements-dir=
|
- --common-elements-dir=
|
||||||
* --config-dir
|
- --config-dir
|
||||||
* --help
|
- --help
|
||||||
* --version
|
- --version
|
||||||
* -v
|
- -v
|
||||||
* --license
|
- --license
|
||||||
|
|
||||||
Les autres arguments sont normalement des chemins de fichiers.
|
Les autres arguments sont normalement des chemins de fichiers.
|
||||||
S'ils existent, ils sont juste memorises dans l'attribut arguments_files_.
|
S'ils existent, ils sont juste memorises dans l'attribut arguments_files_.
|
||||||
Sinon, ils sont memorises dans l'attribut arguments_options_.
|
Sinon, ils sont memorises dans l'attribut arguments_options_.
|
||||||
@@ -1952,15 +1954,15 @@ void QETApp::initStyle() {
|
|||||||
@brief QETApp::initConfiguration
|
@brief QETApp::initConfiguration
|
||||||
Reads and takes into account the configuration of the application.
|
Reads and takes into account the configuration of the application.
|
||||||
This method will create, if necessary:
|
This method will create, if necessary:
|
||||||
* the configuration folder
|
- the configuration folder
|
||||||
* the folder of the personal collection
|
- the folder of the personal collection
|
||||||
* the directory for custom title blocks
|
- the directory for custom title blocks
|
||||||
\~French
|
\~French
|
||||||
Lit et prend en compte la configuration de l'application.
|
Lit et prend en compte la configuration de l'application.
|
||||||
Cette methode creera, si necessaire :
|
Cette methode creera, si necessaire :
|
||||||
* le dossier de configuration
|
- le dossier de configuration
|
||||||
* le dossier de la collection perso
|
- le dossier de la collection perso
|
||||||
* the directory for custom title blocks
|
- the directory for custom title blocks
|
||||||
*/
|
*/
|
||||||
void QETApp::initConfiguration() {
|
void QETApp::initConfiguration() {
|
||||||
// create configuration files if necessary
|
// create configuration files if necessary
|
||||||
|
|||||||
Reference in New Issue
Block a user