@@ -57,6 +57,20 @@ QgsExternalResourceConfigDlg::QgsExternalResourceConfigDlg( QgsVectorLayer* vl,
5757
5858 mDocumentViewerContentComboBox ->addItem ( tr ( " Image" ), QgsExternalResourceWidget::Image );
5959 mDocumentViewerContentComboBox ->addItem ( tr ( " Web view" ), QgsExternalResourceWidget::Web );
60+
61+
62+ connect ( mFileWidgetGroupBox , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
63+ connect ( mFileWidgetButtonGroupBox , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
64+ connect ( mFileWidgetFilterLineEdit , SIGNAL ( textChanged ( QString ) ), this , SIGNAL ( changed () ) );
65+ connect ( mUseLink , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
66+ connect ( mFullUrl , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
67+ connect ( mRootPath , SIGNAL ( textChanged ( QString ) ), this , SIGNAL ( changed () ) );
68+ connect ( mStorageButtonGroup , SIGNAL ( buttonClicked ( int ) ), this , SIGNAL ( changed () ) );
69+ connect ( mRelativeGroupBox , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
70+ connect ( mDocumentViewerGroupBox , SIGNAL ( toggled ( bool ) ), this , SIGNAL ( changed () ) );
71+ connect ( mDocumentViewerContentComboBox , SIGNAL ( currentIndexChanged ( int ) ), this , SIGNAL ( changed () ) );
72+ connect ( mDocumentViewerHeight , SIGNAL ( valueChanged ( int ) ), this , SIGNAL ( changed () ) );
73+ connect ( mDocumentViewerWidth , SIGNAL ( valueChanged ( int ) ), this , SIGNAL ( changed () ) );
6074}
6175
6276void QgsExternalResourceConfigDlg::chooseDefaultPath ()
0 commit comments