@@ -57,6 +57,20 @@ QgsExternalResourceConfigDlg::QgsExternalResourceConfigDlg( QgsVectorLayer* vl,
57
57
58
58
mDocumentViewerContentComboBox ->addItem ( tr ( " Image" ), QgsExternalResourceWidget::Image );
59
59
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 () ) );
60
74
}
61
75
62
76
void QgsExternalResourceConfigDlg::chooseDefaultPath ()
0 commit comments