I18nTypeCheck Class Reference
from PyKDE4.kdecore import *
Detailed Description
Qt's uic generated translation calls go through numerous indirections unnecessary in our case. So we use uic -tr tr2i18n to redirect them to our i18n API.
from PyKDE4.kdecore import *
Qt's uic generated translation calls go through numerous indirections unnecessary in our case. So we use uic -tr tr2i18n to redirect them to our i18n API.