Re: [Qt-jambi-interest] [BUG] JUIC use complete path to refer to icons

2008-07-23 Thread Gunnar Sletta
Jose Arcangel Salazar Delgado wrote: Hi. Look at this code that is generated by de JUIC when I set an Icon to a QAction in the Designer using the Resource system: actionNuevo = new QAction(Ui_MainWindow); actionNuevo.setObjectName(actionNuevo); actionNuevo.setIcon(new QIcon(new

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

Re: [Qt-jambi-interest] [BUG] JUIC use complete path to refer to icons

2008-07-23 Thread José Arcángel Salazar Delgado
Gunnar Sletta escribió: Jose Arcangel Salazar Delgado wrote: Hi. Look at this code that is generated by de JUIC when I set an Icon to a QAction in the Designer using the Resource system: actionNuevo = new QAction(Ui_MainWindow); actionNuevo.setObjectName(actionNuevo); actionNuevo.setIcon(new