Re: [Qt-jambi-interest] QGraphicsView and coordinates system... (again)

2008-07-23 Thread moebius
[EMAIL PROTECTED] wrote: Hello ! I'm still working on my mathematical function plot program and I still have problems to make it work as expected. Thanks to Eskil, I found the ItemIgnoresTransformations flag that permit to make some items (especially text items) ignoring scale

[Qt-jambi-interest] Using .jui files with custom widget needing personal library crashes Eclipse

2008-07-08 Thread moebius
Hi people, I developed my own library called dgl (pure java, no jambi here). Once this library packaged into a jar, I used it to develop my own jambi widget called Plotter. Until then all is working fine. The first problem arise when I want to include this widget into the jambi designer

[Qt-jambi-interest] QGraphicsView and coordinates system... (again)

2008-06-27 Thread moebius
Hello ! I'm still working on my mathematical function plot program and I still have problems to make it work as expected. Thanks to Eskil, I found the ItemIgnoresTransformations flag that permit to make some items (especially text items) ignoring scale transformations. But item positioning is

[Qt-jambi-interest] QGraphicsView and coordinates system...

2008-06-19 Thread moebius
Hello ! I'm trying to write a QGraphicsView-based custom widget but some points make me a bit confused. The aim of my widget is to be able to plot any 2D mathematical function curve. To do this I use a QPainterPath for each curve I want to display. If I well understood the API documentation,