Re: About file qt_i18n.h

2019-06-27 Thread Jean-Marc Lasgouttes
Le 26/06/2019 à 17:07, Jason Sun a écrit : I see that in every .ui file there is a line that includes qt_i18n.h file. When I create a new .ui file in Qt Creator using in Designer Form, this line is not included. So I have to manually added it. The question is there a way to tell Qt Designer to

About file qt_i18n.h

2019-06-26 Thread Jason Sun
I see that in every .ui file there is a line that includes qt_i18n.h file. When I create a new .ui file in Qt Creator using in Designer Form, this line is not included. So I have to manually added it. The question is there a way to tell Qt Designer to include this include directive? Jason