-
1. Re: question about UI
Chris Cox Feb 16, 2011 1:27 PM (in response to fatysekDesign)ADM is gone, don't use it.
Beyond that, we don't have much guidance -- use whatever UI toolkit you like.
-
2. Re: question about UI
fatysekDesign Feb 16, 2011 1:32 PM (in response to Chris Cox)any suggestions which one UI toolkit to choose? for windows and for mac?
-
3. Re: question about UI
ilvar Feb 23, 2011 10:46 AM (in response to fatysekDesign)We've chosen to use Trolltech's Qt quite a few years ago and have absolutely no regrets so far. YMMV, of course.
-
4. Re: question about UI
fatysekDesign Feb 23, 2011 2:51 PM (in response to ilvar)can you tell me how to do in QT proxy view? how to connect this with Dissolve filtre?
-
5. Re: question about UI
ilvar Feb 24, 2011 2:22 PM (in response to fatysekDesign)Qt distribution is shipped with an extensive collection of examples; you'll have to look at these that use QPainter and QImage to provide an image preview and viewport management. I would also suggest using API provided by Photoshop to generate the base image at the required resolution, since it obviously does it way better than Qt in terms of performance, especially for large images.



