> hi everyone, does .ui files really supported by Qtada 2010..? I try
> to compile the sourcecode shown below, but the compiler said that
> Qt4-Ui_Loaders.ads isn't exists. I try to find it on qt_gui project's
> source code but I can't find it. any explanations of it..?

Qt4.UI_Loaders package is not part of QtGui module, but part of
QtUiTools, so you need to add

with "qt_ui_tools.gpr";

into your project file.

_______________________________________________
qtada-users mailing list
qtada-us...@box347.bluehost.com
http://box347.bluehost.com/mailman/listinfo/qtada-users_lists.qtada.com

Reply via email to