mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 02:10:52 +01:00
Mod doc set style de same
This commit is contained in:
@@ -131,11 +131,11 @@ void TitleBlockProperties::fromXml(const QDomElement &e) {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TitleBlockProperties::toSettings
|
||||
* Export the TitleBlockProperties into a QSettings
|
||||
* @param settings : setting to use
|
||||
* @param prefix : name to use as prefix for this property
|
||||
*/
|
||||
@brief TitleBlockProperties::toSettings
|
||||
Export the TitleBlockProperties into a QSettings
|
||||
@param settings : setting to use
|
||||
@param prefix : name to use as prefix for this property
|
||||
*/
|
||||
void TitleBlockProperties::toSettings(QSettings &settings, const QString &prefix) const {
|
||||
settings.setValue(prefix + "title", title);
|
||||
settings.setValue(prefix + "author", author);
|
||||
@@ -176,9 +176,9 @@ void TitleBlockProperties::fromSettings(QSettings &settings, const QString &pref
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief TitleBlockProperties::defaultProperties
|
||||
* Return the default properties stored in the setting file
|
||||
*/
|
||||
@brief TitleBlockProperties::defaultProperties
|
||||
Return the default properties stored in the setting file
|
||||
*/
|
||||
TitleBlockProperties TitleBlockProperties::defaultProperties()
|
||||
{
|
||||
QSettings settings;
|
||||
|
||||
Reference in New Issue
Block a user