Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Rajeev J Sebastian
checkout on your local, make mods and send me patches. But if its really necessary, I can move it off Pardus' SVN repo and put it on Bitbucket. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-03 Thread Rajeev J Sebastian
application to. OK. I'll create a bitbucket repo. That should allow you to commit often and also point your users to place where they can get tarballs. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Python bindings for Poppler-Qt4, pypoppler-qt4

2009-12-02 Thread Rajeev J Sebastian
. No idea why (or whether its ethical). Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] LGPL license.

2009-02-11 Thread Rajeev J Sebastian
from people who profit from it in a legally permissible way, but which is still financially, emotionally and ethically wrong. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

Re: [PyQt] LGPL license.

2009-02-10 Thread Rajeev J Sebastian
... so when asking you to check archives, i think it was also a hint not to force the issue and let Phil make his own determination and decision on it and that when he's ready he will notify on the mailing list one way or another. Obviously, this was lost on you :P Regards Rajeev J Sebastian

Re: [PyQt] poppler qt version question

2008-11-03 Thread Rajeev J Sebastian
source is for a GTK application. Second one i got the below error message when i tried to compile the poppler qt4 binding which is here: http://svn.pardus.org.tr/uludag/trunk/pypoppler-qt4 Hi, Actually, I wrote that binding :) How soon do you want this ? Regards Rajeev J Sebastian $ make g

Re: [PyQt] Re: poppler qt version question

2008-11-03 Thread Rajeev J Sebastian
for that. I will try to update the bindings as soon as I can and publish some docs on my blog. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] poppler qt version question

2008-11-03 Thread Rajeev J Sebastian
On Mon, Nov 3, 2008 at 9:20 PM, Oguz Yarimtepe [EMAIL PROTECTED] wrote: On Mon, 2008-11-03 at 20:45 +0530, Rajeev J Sebastian wrote: Hi, Hi, Actually, I wrote that binding :) How soon do you want this ? Thats nice. I need it asap or i should use GTK to program my GUI which i don't want

Re: [PyQt] Re: PyQt book Rapid GUI Programming with Python and Qt now available

2007-10-25 Thread Rajeev J Sebastian
and colleagues. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Converting C++ to Python

2007-09-20 Thread Rajeev J Sebastian
() QtCore.QtTextEditable ) 0 but I dont think any of them work. Basically, I am not able to move the text item in the graphics view. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman

Re: [PyQt] Converting C++ to Python

2007-09-20 Thread Rajeev J Sebastian
. Regards Rajeev J Sebastian ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] QPainter

2007-06-22 Thread Rajeev J Sebastian
Hi ... the problem is (afaik) paintEvent is called by the framework ... you shouldnt call it ... (other than the other problems in your code) On 6/22/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello again here's my code but nothing is draw. def on_pushButton_5_clicked(self): re =

Re: [PyQt] PDF inside a PyQt app

2007-05-21 Thread Rajeev J Sebastian
Hello Nahuel, I have worked on a widget of poppler for PyQt4. Are you looking for something in PyQt4 also ? Regards Rajeev J Sebastian On 5/21/07, Nahuel Defossé [EMAIL PROTECTED] wrote: Hi again I'm trying to make a simple pdfnup gui, it's not a big deal, i know. Is possible to render a PDF

Re: [PyQt] PDF inside a PyQt app

2007-05-21 Thread Rajeev J Sebastian
Hello Nahuel and others, http://svn.pardus.org.tr/uludag/trunk/pypoppler-qt4/ Thats the site. I would really appreciate it, if the experts on this list could comment on the (lack of) quality of the code. I am an SIP newbie. Regards, Rajeev J Sebastian On 5/22/07, Nahuel Defossé [EMAIL

Re: [PyQt] PDF inside a PyQt app

2007-05-21 Thread Rajeev J Sebastian
Oh btw, thats a part of the Pardus project - http://www.pardus.org.tr/eng/ Regards Rajeev J Sebastian On 5/22/07, Rajeev J Sebastian [EMAIL PROTECTED] wrote: Hello Nahuel and others, http://svn.pardus.org.tr/uludag/trunk/pypoppler-qt4/ Thats the site. I would really appreciate

Re: [PyKDE] PyQt4 windowIcon

2007-03-04 Thread Rajeev J Sebastian
Hello Tina, Maybe try, MainWindow.setWindowIcon(QtGui.QIcon(./log.png)) (i.e., replace .. with . (single dot)) Regards Rajeev J Sebastian ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Wrapping Poppler Qt4 with SIP

2007-02-24 Thread Rajeev J Sebastian
QByteArray userPassword=QByteArray()); Page *page(int index) const; Page *page(QString label) const; ... and others By commenting those lines, python configure.py and make works without error. Thank you. Regards Rajeev J Sebastian poppler-qt4.sip Description: Binary data

Re: [PyKDE] Wrapping Poppler Qt4 with SIP

2007-02-24 Thread Rajeev J Sebastian
Hello Phil, Thanks for your suggestion. That worked! Also, thanks for PyQt4 and SIP! Regards Rajeev J Sebastian On 2/24/07, Phil Thompson [EMAIL PROTECTED] wrote: On Saturday 24 February 2007 11:28 am, Rajeev J Sebastian wrote: Hello friends, I am trying to wrap Poppler Qt4 library

Re: [PyKDE] Wrapping Poppler Qt4 with SIP

2007-02-24 Thread Rajeev J Sebastian
Sebastian On 2/24/07, Phil Thompson [EMAIL PROTECTED] wrote: On Saturday 24 February 2007 11:28 am, Rajeev J Sebastian wrote: Hello friends, I am trying to wrap Poppler Qt4 library with SIP. I hit upon a problem: When the classes I am wrapping refer to other classes in the same .sip file, I

Re: [PyKDE] Eric misc questions and wishlist

2006-05-08 Thread Rajeev J Sebastian
by Qt (or at least I don't know how to do it). Painting the button label can probably be done by reimplementing the drawButtonLabel in a subclass of QPushButton (inherited from QButton). (I haven't tried it though.) Regards, Rajeev J Sebastian

[PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
been successful in using the KPDF KPart in applications ? Could you offer some suggestions or tips on how to get this to work ? Regards, Rajeev J Sebastian ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
to use KApplication instead of QApplication. I guess this was why my code was segfaulting. I didn't have to change my KPart loading code after noticing David Boddie's (great!) tip to use KApplication. Regards, Rajeev J Sebastian ___ PyKDE mailing list

Re: [PyKDE] KPDF KPart

2005-09-21 Thread Rajeev J Sebastian
KApplication. You need KApplication for almost all KDE classes ( except some parts of KDEUI classes ). Thanks ! :) OK ... so how do I load and show the standard toolbar/menubar for the KPDF Part ? Rajeev J Sebastian ___ PyKDE mailing listPyKDE