Update url to doc pages

This commit is contained in:
Harrissou Sant-anna 2020-01-08 21:34:29 +01:00 committed by Nyall Dawson
parent c772dfbe0f
commit f68f39945d
11 changed files with 11 additions and 14 deletions

View File

@ -130,5 +130,5 @@ void QgsDecorationCopyrightDialog::apply()
void QgsDecorationCopyrightDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-label" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) );
}

View File

@ -43,9 +43,6 @@ QgsDecorationTitleDialog::QgsDecorationTitleDialog( QgsDecorationTitle &deco, QW
connect( mInsertExpressionButton, &QPushButton::clicked, this, &QgsDecorationTitleDialog::mInsertExpressionButton_clicked );
connect( buttonBox, &QDialogButtonBox::helpRequested, this, &QgsDecorationTitleDialog::showHelp );
// once the documentation for this dialog is added, remove the line below
buttonBox->button( QDialogButtonBox::Help )->setVisible( false );
QPushButton *applyButton = buttonBox->button( QDialogButtonBox::Apply );
connect( applyButton, &QAbstractButton::clicked, this, &QgsDecorationTitleDialog::apply );
@ -141,5 +138,5 @@ void QgsDecorationTitleDialog::apply()
void QgsDecorationTitleDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#title-label" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/general_tools.html#copyright-and-title-labels" ) );
}

View File

@ -573,5 +573,5 @@ void QgsMapSaveDialog::onAccepted()
void QgsMapSaveDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "introduction/getting_started.html#output" ) );
QgsHelp::openHelp( QStringLiteral( "introduction/qgis_gui.html#exporting-the-map-view" ) );
}

View File

@ -536,7 +536,7 @@ QgsVectorLayerProperties::QgsVectorLayerProperties(
mOptsPage_Labels->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#labels-properties" ) );
mOptsPage_Masks->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#masks-properties" ) );
mOptsPage_Diagrams->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#diagrams-properties" ) );
mOptsPage_SourceFields->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#source-fields-properties" ) );
mOptsPage_SourceFields->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#fields-properties" ) );
mOptsPage_AttributesForm->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#attributes-form-properties" ) );
mOptsPage_Joins->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#joins-properties" ) );
mOptsPage_AuxiliaryStorage->setProperty( "helpPage", QStringLiteral( "working_with_vector/vector_properties.html#auxiliary-storage-properties" ) );

View File

@ -145,5 +145,5 @@ QDialogButtonBox *QgsColorBrewerColorRampDialog::buttonBox() const
void QgsColorBrewerColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}

View File

@ -581,7 +581,7 @@ void QgsGradientColorRampDialog::setColor2( const QColor &color )
void QgsGradientColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}

View File

@ -139,5 +139,5 @@ QDialogButtonBox *QgsLimitedRandomColorRampDialog::buttonBox() const
void QgsLimitedRandomColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}

View File

@ -129,5 +129,5 @@ QDialogButtonBox *QgsPresetColorRampDialog::buttonBox() const
void QgsPresetColorRampDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#color-ramp" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#setting-a-color-ramp" ) );
}

View File

@ -438,5 +438,5 @@ void QgsStyleExportImportDialog::selectionChanged( const QItemSelection &selecte
void QgsStyleExportImportDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#share-symbols" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html#sharing-style-items" ) );
}

View File

@ -2382,6 +2382,6 @@ void QgsStyleManagerDialog::onClose()
void QgsStyleManagerDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#the-style-manager" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/style_manager.html" ) );
}

View File

@ -936,5 +936,5 @@ QDialogButtonBox *QgsSymbolSelectorDialog::buttonBox() const
void QgsSymbolSelectorDialog::showHelp()
{
QgsHelp::openHelp( QStringLiteral( "working_with_vector/style_library.html#the-symbol-selector" ) );
QgsHelp::openHelp( QStringLiteral( "style_library/symbol_selector.html" ) );
}