First of all editing UI files is pointless because these files are generated anew after each change in QT Designer.
Second if You want to change font in all of QLabels (in example) just use style sheet or create custom class derived of QLabel and promote in QDesigner all QLabels to this class.
Bookmarks