I use custom Qt widgets like QgsMapLayerComboBox for my QGIS plugin, laying the whole thing out in Qt Designer. Using those requires fixing headings in .ui file as described here. Unfortunately I have to fix headers every time I save my .ui file.
So the question is: is it possible to make Qt Designer reference qgis.gui headers by default?