Uses of Interface
uic.output.TranslatorInterface

Packages that use TranslatorInterface
uic.output Package that contains classes for the convertion from the QtDesigner files to usable user interfaces. 
 

Uses of TranslatorInterface in uic.output
 

Classes in uic.output that implement TranslatorInterface
 class DummyTranslator
          This translator does not translate anything.
 class UICTranslator
          This translator enabled the generated classes to use the uic.Translate class for translations.
 

Fields in uic.output declared as TranslatorInterface
protected  TranslatorInterface AbstractWidget.translator
           
 

Methods in uic.output with parameters of type TranslatorInterface
 void AbstractWidget.setTranslator(TranslatorInterface t)
          Sets a translator for translation of on screen strings.
 



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence