Hi again, sorry but I have a idea... I compiled QGIS and realized that signals connections made with QtDesigner are compiled into old style signal-slot connection:
QObject::connect(mCustomDelimiterOption, SIGNAL(toggled(bool)), mCustomDelimiterText, SLOT(setEnabled(bool))); What is also forbidden by QEP #77. So I guess this answers my question. Thanks a lot anyway. Jorge
_______________________________________________ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer