Re: [PyQt] QVariant.toFloat()

2010-01-14 Thread Gustavo A . Díaz
Ok, thanks Guys. 2010/1/13 Phil Thompson p...@riverbankcomputing.com On Wed, 13 Jan 2010 17:56:57 -0300, Gustavo A. Díaz gustavo.d...@gmail.com wrote: Hi guys, When i try to convert a QVariant.toFloat() it says 'QVariant' object has no attribute 'toFloat' Should work according

Re: [PyQt] QVariant.toFloat()

2010-01-14 Thread Gustavo A . Díaz
Hi again, when I use toDouble() I obtain a data in this format: (9.5, True) When it should be a float 9.50 (cause like I said, is what I have in DB). How can I get it 2 decimals positions? Cheers. 2010/1/14 Gustavo A. Díaz gustavo.d...@gmail.com Ok, thanks Guys. 2010/1/13 Phil Thompson p

[PyQt] QVariant.toFloat()

2010-01-13 Thread Gustavo A . Díaz
this: total = query.record().value(total).toFloat() Where total entry in DB (mysql) is decimal(10,2). Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

Re: [PyQt] QTextDocument problem rendering HTML

2009-09-03 Thread Gustavo A . Díaz
and QPrinter. Even the preview (with QPrintPreviewDialog) is smaller that it should be. Any tips? Thanks. 2009/9/3 Christoph Burgmer chri...@gmx.de Am Donnerstag, 3. September 2009 schrieb Gustavo A. Díaz: Does QTextDocument has limited support for css or html content? http://doc.trolltech.com/4.5

[PyQt] Printing HTML in QPrinter with QWebView

2009-09-03 Thread Gustavo A . Díaz
://artistic.lnxteam.org/downloads/pub/OC_receipt/receiptTemplate.html I really stuck with this in my app. Any idea? Thanks. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com

[PyQt] QTextDocument problem rendering HTML

2009-09-02 Thread Gustavo A . Díaz
style: http://artistic.lnxteam.org/downloads/pub/OC_receipt/test1.html Does QTextDocument has limited support for css or html content? Thanks. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] eric4 survey

2009-08-14 Thread Gustavo A . Díaz
Offenbach det...@die-offenbachs.de ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt

[PyQt] QWidget.setStyle() problem

2009-08-06 Thread Gustavo A . Díaz
('Plastique')) and my app segsfault. Any tip? Using latest PyQt and python 2.6 -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Stream Video

2009-08-06 Thread Gustavo A . Díaz
://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Stream Video

2009-08-06 Thread Gustavo A . Díaz
thiink this widget will work? Thanks On Thu, Aug 6, 2009 at 8:38 PM, Gustavo A. Díaz gustavo.d...@gmail.comwrote: You mean you want yo play a Video Stream with PyQt4? If that, you can use Phonon which works good. I use it in the application i am developing to play Video Streams indeed. You

Re: [PyQt] Detecting GUI changes

2009-08-04 Thread Gustavo A . Díaz
/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Re: Re: QStyle manipulations

2009-07-25 Thread Gustavo A . Díaz
://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-24 Thread Gustavo A . Díaz
Is enabled, i've disabled, nothing changed... by the way this is strange, sometimes when i init Eric works very fast, other times slow again... :S 2009/7/24 Detlev Offenbach det...@die-offenbachs.de On Donnerstag, 23. Juli 2009, Gustavo A. Díaz wrote: @Detlev: Hi! I didn't change anything

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-24 Thread Gustavo A . Díaz
This is very strange, i just restarted my computer and Eric works faster again.. seems after a while, it becomes slower again (like i said, only the editor of it...) :( 2009/7/24 Gustavo A. Díaz gustavo.d...@gmail.com Is enabled, i've disabled, nothing changed... by the way this is strange

Re: [PyQt] Re: Very slow Eric editor on large files

2009-07-24 Thread Gustavo A . Díaz
-2.9.so[7ff3be222000+168000] That in dmesg log. Any tip? Thanks, cheers. 2009/7/24 Gustavo A. Díaz gustavo.d...@gmail.com This is very strange, i just restarted my computer and Eric works faster again.. seems after a while, it becomes slower again (like i said, only the editor

[PyQt] Very slow Eric editor on large files

2009-07-22 Thread Gustavo A . Díaz
Hi, I've noticed that Eric editor is very slow on large files, and is very anoying to write code... even Kate is faster. What could be the problem? I am using latest stable Eric (but i think this always happen) and latest stable PyQt, sip, QScintilla. Cheers. -- Gustavo A. Díaz GDNet Projects

[PyQt] Re: Very slow Eric editor on large files

2009-07-22 Thread Gustavo A . Díaz
Well, i am observing that is happening whatever is small or big file... i've created a exaple of just spaces and scroll and typing is so slow.. and i have a quad core CPU... thats impossible... 2009/7/22 Gustavo A. Díaz gustavo.d...@gmail.com Hi, I've noticed that Eric editor is very slow

[PyQt] Proeblems with pyuic4 utility in PyQt4.5.1

2009-06-25 Thread Gustavo A . Díaz
in libc-2.9.so[b7ec5000+15c000] Using Kubuntu Jaunty, compiled agaist python2.6.x, Qt4.5.x Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

Re: [PyQt] ANN: eric 4.3.4 released

2009-06-25 Thread Gustavo A . Díaz
, Jun 25, 2009 at 4:08 AM, Gustavo A. Díaz gustavo.d...@gmail.comwrote: I saw only packages for Ubuntu Karmic... 2009/6/22 Guðjón Guðjónsson gudjon.i.gudjons...@gmail.com Hi eric segfaults on Debian based systems because of python-qscintilla. Please install the eric_4.3.4-1 from Debian

[PyQt] Re: Proeblems with pyuic4 utility in PyQt4.5.1

2009-06-25 Thread Gustavo A . Díaz
Never mind.. fixed by deleting all dirs related to PyQt and installing it again... maybe versions conflicts... Cheers. 2009/6/25 Gustavo A. Díaz gustavo.d...@gmail.com Hi Guys, I recently compiled in 2 computers, latest stable sip, as well PyQt4.5.1 and when i try to export the .ui file i

Re: [PyQt] ANN: eric 4.3.4 released

2009-06-24 Thread Gustavo A . Díaz
at 3:51 AM, Gustavo A. Díaz gustavo.d...@gmail.comwrote: Hi, I wanted to ask, does Eric 4.3.4 and latest snapshot 4.4.4 works with PyQt4.5? Cause i can't run it... it says Segmentation fault. Using: Python 2.6.2 - PyQt 4.5.1 - QScintilla 2.4 - sip 4.8.1 - Kubuntu Jaunty with Qt4.5

Re: [PyQt] ANN: eric 4.3.4 released

2009-06-21 Thread Gustavo A . Díaz
PyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] ANN: eric 4.3.4 released

2009-06-21 Thread Gustavo A . Díaz
Nevermind, fixed deleting Eric configurations files in my home... 2009/6/21 Gustavo A. Díaz gustavo.d...@gmail.com Hi, I wanted to ask, does Eric 4.3.4 and latest snapshot 4.4.4 works with PyQt4.5? Cause i can't run it... it says Segmentation fault. Using: Python 2.6.2 - PyQt 4.5.1

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-03-02 Thread Gustavo A . Díaz
When the project became more popular or more people joins to help me (since i am the only one developing it right now..) I will try to translate the site in English too, so the user could chose. 2009/3/1 Arthur Pemberton pem...@gmail.com On Sun, Mar 1, 2009 at 2:41 PM, Gustavo A. Díaz gustavo.d

Re: [PyQt] Embed widget in a container

2009-03-02 Thread Gustavo A . Díaz
some background on this, or tell me what to read or search ? Thank you so much Mario ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-03-01 Thread Gustavo A . Díaz
regards, -- Henrique Bastos henri...@bastos.net http://henriquebastos.net +55 21 9618-6180 On 27/02/2009, at 15:17, Gustavo A. Díaz wrote: Hi! I am writing a supposed will be large aplication in PyQt. http://opencoffee.lnxteam.org (sorry, mainly spanish site/project but will have

Re: [PyQt] Re: Re: Any Large PyQt Projects?

2009-02-27 Thread Gustavo A . Díaz
http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Splash screen with progress bar (was Re: Any Large PyQt Projects?)

2009-02-21 Thread Gustavo A . Díaz
___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt

Re: [PyQt] Making application look more sexy

2009-01-07 Thread Gustavo A. Díaz
down with no resizing, obviously that's not a good solution. Anyone know how to do this? 2009/1/6 Gustavo A. Díaz gustavo.d...@gmail.com Hi, I use purely Stylesheets+images in my App: http://opencoffee.lnxteam.org/trac/opencoffee/wiki/ScreenShots Cheers. 2009/1/5 Reinaldo de

Re: [PyQt] Making application look more sexy

2009-01-06 Thread Gustavo A. Díaz
___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Making application look more sexy

2009-01-06 Thread Gustavo A. Díaz
as much from your code, as possible. This really looks pro. It seems I have to get to known better with css. 2009/1/6 Gustavo A. Díaz gustavo.d...@gmail.com: Hi, I use purely Stylesheets+images in my App: http://opencoffee.lnxteam.org/trac/opencoffee/wiki/ScreenShots Cheers

Re: [PyQt] Kind of newbie question about reading XML file

2008-12-11 Thread Gustavo A. Díaz
Hi Again, Anyone any tip about his? Thanks. Cheers. -- GuS 2008/12/5 Gustavo A. Díaz [EMAIL PROTECTED] Hi, Maybe in a future, but I use this XML in many places on my app... and i dont have right now time for changing the code... Since i write and i read that file. Thanks anyway

[PyQt] Kind of newbie question about reading XML file

2008-12-05 Thread Gustavo A. Díaz
i dont find any usefull clear example of how to do it. Ataching my XML file. Thanks a Lot. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar !DOCTYPE OpenCoffee Preferences DataBase dbEngineMySQL/dbEngine dbHostlocalhost/dbHost dbPort3306/dbPort dbUseropencoffee/dbUser

Re: [PyQt] Kind of newbie question about reading XML file

2008-12-05 Thread Gustavo A. Díaz
easier to understand and to implement. Regards, Detlev On Freitag, 5. Dezember 2008, Gustavo A. Díaz wrote: Hi guys, I am facing a problem when how to read a XML with tags, and sub tags. Like for example: FirstTag SecondTag data1text/data1 data2text/data2

[PyQt] Newbie question: tr() or QApplication.translate() ?

2008-10-29 Thread Gustavo A. Díaz
takes more than one line in my code. So, i wonder if I could use the tr() method for translating strings? My app has languages like from English to Spanish as well. Thanks. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing list

[PyQt] Detect Desktop environment

2008-09-19 Thread Gustavo A. Díaz
Hi!! I wanted to ask a way to do this in PyQt. Any tip? Thanks! Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Compiling PyQt on Windows (vista)

2008-09-03 Thread Gustavo A. Díaz
-to-install-pyqt-41-python-25-and-qt_8340.html - Forwarded Message From: Gustavo A. Díaz [EMAIL PROTECTED] To: Phil Thompson [EMAIL PROTECTED] Cc: pyqt@riverbankcomputing.com Sent: Tuesday, 2 September, 2008 17:35:01 Subject: Re: [PyQt] Compiling PyQt on Windows (vista) I guess, but what do

[PyQt] Compiling PyQt on Windows (vista)

2008-09-02 Thread Gustavo A. Díaz
compiled an application on it. I was searching but i didn't found complete information about this (or maybe i did missed something) Thanks in Advance. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Compiling PyQt on Windows (vista)

2008-09-02 Thread Gustavo A. Díaz
I guess, but what do I need to install, so i could compile it? This is what i am asking, since in Windows i don't know what is needed (besides Python and Qt) Thanks in Advance. Cheers. 2008/9/2 Phil Thompson [EMAIL PROTECTED] On Tue, 2 Sep 2008 14:28:16 -0300, Gustavo A. Díaz [EMAIL

Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-21 Thread Gustavo A. Díaz
to something else). Detlev On Sonntag, 20. Juli 2008, Gustavo A. Díaz wrote: I cant remember exactly, but i think since using snapshost from 4.2 2008/7/20 Detlev Offenbach [EMAIL PROTECTED]: On Samstag, 19. Juli 2008, Gustavo A. Díaz wrote: Hi Detlev, One minor problem I have

Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-20 Thread Gustavo A. Díaz
I cant remember exactly, but i think since using snapshost from 4.2 2008/7/20 Detlev Offenbach [EMAIL PROTECTED]: On Samstag, 19. Juli 2008, Gustavo A. Díaz wrote: Hi Detlev, One minor problem I have since all this snapshots is that the windows of the application never stays mazimixed

Re: [PyQt] ANN: eric 4.2RC1 released

2008-07-19 Thread Gustavo A. Díaz
1280x800. Python 2.5.2 Qt 4.4.0 PyQt 4.4.3-snapshot-20080627 sip 4.7.7-snapshot-20080615 QScintilla 2.2.1-snapshot-20080619 eric4 42-snapshot-20080719 Kubuntu Hardy 8.04 Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/7/19 Detlev Offenbach [EMAIL PROTECTED]: Hi, I'd like

Re: [PyQt] ANN: new eric4 snapshot released

2008-07-02 Thread Gustavo A. Díaz
, cause should be translated like Cancel, which is Cancelar. Just that :) Cheers. 2008/6/30 Gustavo A. Díaz [EMAIL PROTECTED]: Perfect, now works again. Thanks!! 2008/6/30 Detlev Offenbach [EMAIL PROTECTED]: On Montag, 30. Juni 2008, Gustavo A. Díaz wrote: I have a problem

Re: [PyQt] ANN: new eric4 snapshot released

2008-07-02 Thread Gustavo A. Díaz
Weird... I can't find Interrumpir key in eric4_es.ts file :S Any tip? Anyway, I see many incorrect syntactic expression in Spanish translation... may I help to correct them? Cheers. 2008/7/2 Detlev Offenbach [EMAIL PROTECTED]: On Mittwoch, 2. Juli 2008, Gustavo A. Díaz wrote: Hi again

Re: [PyQt] ANN: new eric4 snapshot released

2008-06-30 Thread Gustavo A. Díaz
Perfect, now works again. Thanks!! 2008/6/30 Detlev Offenbach [EMAIL PROTECTED]: On Montag, 30. Juni 2008, Gustavo A. Díaz wrote: I have a problem with this snapshot... when i write code.. i cant use delete or backspace button to delete what I've wrote (any code, any text) very weird

Re: [PyQt] Re: Importing Phonon module

2008-06-29 Thread Gustavo A. Díaz
Ok, i was digging on K/Ubuntu Hardy Qt4 sources, and i've look into the debian/rules and i've found this in the configure statement: -no-phonon Now i see why... i will try to buil this from scratch. Cheers. 2008/6/28 Gustavo A. Díaz [EMAIL PROTECTED]: Ok, thanks Andreas :) Maybe I

Re: [PyQt] Re: Importing Phonon module

2008-06-28 Thread Gustavo A. Díaz
should check this... Cheers. 2008/6/28 Andreas Pakulat [EMAIL PROTECTED]: On 28.06.08 00:02:25, Gustavo A. Díaz wrote: Hi guys... Any help here? please? Thanks... Does nobody compiled PyQt in K/Ubuntu hardy with phonon support? Phil already told you the answer. PyQt4 doesn't allow to use

Re: [PyQt] Re: Importing Phonon module

2008-06-28 Thread Gustavo A. Díaz
Ok, thanks Andreas :) Maybe I will construct Qt4 to avoid this... (of course at the same time to talk with the maintainers..) Cheers. 2008/6/28 Andreas Pakulat [EMAIL PROTECTED]: On 28.06.08 09:15:07, Gustavo A. Díaz wrote: I know that... but I've asked later if someone compiled successfully

Re: [PyQt] Re: Importing Phonon module

2008-06-27 Thread Gustavo A. Díaz
/libphonon.so.4.2.0 Cheers... 2008/6/27 Simon Edwards [EMAIL PROTECTED]: Gustavo A. Díaz wrote: I only have this: [EMAIL PROTECTED]:~$ apt-cache search phonon libphonon-dbg - Phonon debugging symbols phonon-dbg - Phonon debugging symbols phonon - metapackage for Phonon multimedia framework phonon

Re: [PyQt] Re: Importing Phonon module

2008-06-27 Thread Gustavo A. Díaz
Hi guys... Any help here? please? Thanks... Does nobody compiled PyQt in K/Ubuntu hardy with phonon support? Cheers. 2008/6/27 Gustavo A. Díaz [EMAIL PROTECTED]: Hi Simon, I have this... and non from Qt4 :( [EMAIL PROTECTED]:~$ locate libphonon.so /opt/amarok-nightly/lib/libphonon.so

Re: [PyQt] Re: Importing Phonon module

2008-06-26 Thread Gustavo A. Díaz
, Gustavo A. Díaz [EMAIL PROTECTED] wrote: By the way... difficult to import phono if was not compiled with PyQt :S sorry... But, even when i install phonon lib of Qt4, i have this verbose on PyQt compilation: Checking to see if the phonon module should be built... g++ -DQT_NO_DEBUG

[PyQt] Re: Importing Phonon module

2008-06-25 Thread Gustavo A. Díaz
. Do i need anything else? Any tip? Cheers. -- GuS 2008/6/24 Gustavo A. Díaz [EMAIL PROTECTED]: Hi... Maybe this is a very silly/newbie question... but how i do import Phonon module? I am using latest PyQt snapshot (and of course Qt4.4) Cheers. -- Gustavo A. Díaz GDNet Projects

[PyQt] Importing Phonon module

2008-06-24 Thread Gustavo A. Díaz
Hi... Maybe this is a very silly/newbie question... but how i do import Phonon module? I am using latest PyQt snapshot (and of course Qt4.4) Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt

Re: [PyQt] Problems with QX11EmebedContainer since Qt4.4/PyQt latest

2008-06-21 Thread Gustavo A. Díaz
Mmm ok... i will try... but i must compile Qt4.3 for that, since I use Kubuntu i all my desktops... :S Anyway, thanks!! Phil. I will ask in Qt forum as well, just in case. Cheers. 2008/6/21 Phil Thompson [EMAIL PROTECTED]: On Sat, 21 Jun 2008 10:42:20 -0300, Gustavo A. Díaz [EMAIL PROTECTED

[PyQt] QProcess problems/question

2008-06-17 Thread Gustavo A. Díaz
doing wrong here? Thanks -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] QProcess problems/question

2008-06-17 Thread Gustavo A. Díaz
Yeah well, i am still newbie here... so... Thanks for the Tip... 2008/6/17 Andreas Pakulat [EMAIL PROTECTED]: On 17.06.08 15:52:02, Gustavo A. Díaz wrote: But the command is not being executed since i still have the export of the proxy variables empty. What i am doing wrong here? You

Re: [PyQt] QProcess problems/question

2008-06-17 Thread Gustavo A. Díaz
Yeah I know, no problem :) I know that export is not a command or so... I should think better before asking. :) Since i am New in development world, i should first think better the solution. Cheers. 2008/6/17 Andreas Pakulat [EMAIL PROTECTED]: On 17.06.08 16:44:24, Gustavo A. Díaz wrote

Re: [PyQt] QProcess problems/question

2008-06-17 Thread Gustavo A. Díaz
Andreas, Could you give me a little tip of how i could solve this by using QProcess? If not much to ask I am reading about setEnviroment() but i dont understand exactly which is the steps i should follow as starting point. Thanks in Advance :) 2008/6/17 Gustavo A. Díaz [EMAIL PROTECTED]: Yeah

Re: [PyQt] QProcess problems/question

2008-06-17 Thread Gustavo A. Díaz
: http://img515.imageshack.us/content.php?page=donel=img515/9710/qproxysettingsrd9.png Cheers. 2008/6/17 Andreas Pakulat [EMAIL PROTECTED]: On 17.06.08 18:57:51, Gustavo A. Díaz wrote: Could you give me a little tip of how i could solve this by using QProcess? If not much to ask I am

[PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
: setFloating I am ataching the ui. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar workstationDockWidget.ui Description: Binary data ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo

Re: [PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
__init__(self, id= , descripcion= , ip= , mac= , conf= , parent = None): QDockWidget.__init__(self, parent) self.setupUi(self) Thanks GuS 2008/6/11 Phil Thompson [EMAIL PROTECTED]: On Wednesday 11 June 2008 1:43:36 pm Gustavo A. Díaz wrote: Hi guys, i was creating a QDockWidget

[PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
Never mind... I've recreated the GUI in designer and now works... weird... same GUI, same elements... Cheers. 2008/6/11 Gustavo A. Díaz [EMAIL PROTECTED]: Phil... If i pyuic4 -x -o file.ui and execute that Widget, the same segmantation fault ocurrs... 2008/6/11 Phil Thompson [EMAIL

[PyQt] QTreeWidget and XML: Index example

2008-05-22 Thread Gustavo A. Díaz
every item of the xml to the corresponding html file. I was searching in the net about some clearly example of index using this method but with no luck so far. If someone could give me a little tip or starting point, i would be gratefull. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar

Re: [PyQt] PyQt app not displaying icons from ui file

2008-05-21 Thread Gustavo A. Díaz
This is supposed to be fixed with PyQt4.4.2 if i am not wrong, cause same problem was happening to me, was reported here in the ML, and was fixed in that release. Maybe you should try to build that one. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/5/21, Thorsten Kampe

Re: [PyQt] PyQt4.4 - Exporting .ui to .py problems with QIcon

2008-05-20 Thread Gustavo A. Díaz
]: On Monday 19 May 2008 14:56:52 Gustavo A. Díaz wrote: Nice, now it works... I saw that now does not use anymore setIcon(QtGui.QIcon...), instead it uses addPixmap(QtGui.QPixmap). Is that normal? Maybe is stupid question... but is how now an icon is being added in this version of Qt

Re: [PyQt] PyQt4.4 - Exporting .ui to .py problems with QIcon

2008-05-19 Thread Gustavo A. Díaz
]: On Friday 16 May 2008 18:14:04 Gustavo A. Díaz wrote: Ok... sorry Phil... Heres my .ui file. The think is that was not happening before. Should be fixed in tonight's snapshot. Thanks, Phil -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar

Re: [PyQt] Strange Qt 4.4 behavior

2008-05-18 Thread Gustavo A. Díaz
() Version Numbers: Python 2.5.2 Qt 4.4.0 PyQt4 4.4.1-snapshot-20080516 sip 4.7.6-snapshot-20080516 QScintilla 2.2 eric4 4.2-snapshot-20080503 (r2148) Platform: linux2 2.5.2 (r252:60911, May 7 2008, 15:19:09) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)] Cheers. -- Gustavo A. Díaz GDNet Projects

Re: [PyQt] ANN: new eric 4.2 snapshot available

2008-05-18 Thread Gustavo A. Díaz
the QScintilla Python bindings after the PyQt4 update? That is always required. If it is not done, the error observed by you appears. Regards, Detlev On Freitag, 9. Mai 2008, Gustavo A. Díaz wrote: Hi! Seems that Latest snapshot of Eric4.2 does not work with latest packages of Qt4.4

Re: [PyQt] PyQt4.4 - Exporting .ui to .py problems with QIcon

2008-05-16 Thread Gustavo A. Díaz
Ok... sorry Phil... Heres my .ui file. The think is that was not happening before. Thanks. 2008/5/16 Phil Thompson [EMAIL PROTECTED]: On Friday 16 May 2008 17:18:55 Gustavo A. Díaz wrote: Hi guys! There is a problem when i export the .ui file to .py (which never happened before

Re: [PyQt] ANN: PyQt v4.4 and SIP v4.7.5 Released

2008-05-13 Thread Gustavo A. Díaz
of QtConcurrent. I will update the GPL Windows installer in the next few days. Phil ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Phil, hi The Makefile of PyQt4.4 ? Phil, hi The Makefile of PyQt4.4 ? 2008/5/9 Phil Thompson [EMAIL PROTECTED]: On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: Hi, I cant manage to compile right PyQt4.4 latest snapshot. I've compiled latest Sip snapshot, latest Qscintilla

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
I am not sure, i didnt compiled Qt4.4. Is the default that comes with Kubuntu Hardy (since a few days was the upgrade to qt4.4) 2008/5/9 Phil Thompson [EMAIL PROTECTED]: On Friday 09 May 2008 17:02:55 Gustavo A. Díaz wrote: Phil, hi The Makefile of PyQt4.4 ? Of the QtCore module

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Where i should add -lpython2.5 ? Thanks. 2008/5/9 İsmail Dönmez [EMAIL PROTECTED]: Hi, On Fri, May 9, 2008 at 10:47 AM, Phil Thompson [EMAIL PROTECTED] wrote: On Friday 09 May 2008 04:03:49 Gustavo A. Díaz wrote: Hi, I cant manage to compile right PyQt4.4 latest snapshot. I've

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
Ok, i've added -lpython2.5 on LIBS = -L/usr/lib -L/usr/X11R6/lib -lQtCore -lXext -lX11 -lm -lpthread in QtCore and now seems to work. 2008/5/9 Gustavo A. Díaz [EMAIL PROTECTED]: I am not sure, i didnt compiled Qt4.4. Is the default that comes with Kubuntu Hardy (since a few days

Re: [PyQt] Problems Compiling PyQt4.4

2008-05-09 Thread Gustavo A. Díaz
either have Qt v4.4rc1, or Kubuntu has broken Qt v4.4. Phil On Friday 09 May 2008 18:07:06 Gustavo A. Díaz wrote: Where i should add -lpython2.5 ? Thanks. 2008/5/9 İsmail Dönmez [EMAIL PROTECTED]: Hi, On Fri, May 9, 2008 at 10:47 AM, Phil Thompson [EMAIL PROTECTED] wrote

[PyQt] Problems Compiling PyQt4.4

2008-05-08 Thread Gustavo A. Díaz
Hi, I cant manage to compile right PyQt4.4 latest snapshot. I've compiled latest Sip snapshot, latest Qscintilla snapshot and i have brand new Qt.4.4 (Kubuntu Hardy). I am attaching where starts to give errors... (and it is very long...) Cheers. -- Gustavo A. Díaz GDNet Projects

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-21 Thread Gustavo A. Díaz
in file itemviews/qtreeview.cpp, line 2121 My system: Kubuntu Hardy RC PyQt 4.3.3 (from repository) Qt 4.3.4 (from repository) Qscintilla 2.2 (compiled from source) SIP4 / python-sip4 4.7.3 (from repository) Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/4/7, Gustavo A. Díaz

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-21 Thread Gustavo A. Díaz
4.3.4/PyQt 4.3.3 and is just here to automatically expand the tree #if pitm != self.configList: #self.configList.setItemExpanded(pitm, True) which is around line 256. Now seems to work better, at least preferences dialog shows up. Cheers. 2008/4/21, Gustavo A. Díaz [EMAIL

Re: [PyQt] About Focus Rect on widgets

2008-04-09 Thread Gustavo A. Díaz
/4/9, Hans Meine [EMAIL PROTECTED]: Am Dienstag, 08. April 2008 15:55:43 schrieb Gustavo A. Díaz: And I do care, indeed i do have a tab order in my app... just i wanted to eliminate that border (is NOT a bg problem anyway, just a very minor detail and wanted to know if it possible

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-08 Thread Gustavo A. Díaz
: Python 2.5.1 Qt 4.3.2 PyQt4 4.3.1 sip 4.7.1 QScintilla 2.2 eric4 4.2-snapshot-20080406 (r2114) Platform: linux2 2.5.1 (r251:54863, Mar 7 2008, 04:10:12) [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar 2008/4/7, Gustavo A. Díaz

Re: [PyQt] About Focus Rect on widgets

2008-04-08 Thread Gustavo A. Díaz
problem anyway, just a very minor detail and wanted to know if it possible). Thanks Giovanni. Cheers. 2008/4/8, Giovanni Bajo [EMAIL PROTECTED]: On 4/8/2008 2:22 PM, Gustavo A. Díaz wrote: I wanted to know if this is possible with PyQt: http://trolltech.com/developer/knowledgebase/faq

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-08 Thread Gustavo A. Díaz
Perfect, error gone. Thanks. Cheers. 2008/4/8, Detlev Offenbach [EMAIL PROTECTED]: Hi, that is fixed by the attached script. Detlev On Dienstag, 8. April 2008, Gustavo A. Díaz wrote: By the way, when in Kubuntu Gutsy works well, i have this error everytime I quit Eric

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-07 Thread Gustavo A. Díaz
not happen so far. Cheers. 2008/4/7, Detlev Offenbach [EMAIL PROTECTED]: On Sonntag, 6. April 2008, Gustavo A. Díaz wrote: Hi I've downloaded and installed this snapshot, when i try to access to Preferences i got: Cancelled (core dumped) Works for me. You should give more details about

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-06 Thread Gustavo A. Díaz
implements an alternative autocompletion provider for Python. Regards, Detlev -- Detlev Offenbach [EMAIL PROTECTED] ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo

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

2008-03-13 Thread Gustavo A. Díaz
Done ;) I'm really glad you like it and hope it will prove to be really useful! (And if you felt like it, maybe add a nice comment on amazon:-) -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt

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

2008-03-12 Thread Gustavo A. Díaz
books very difficult to read... but this is great. Thanks!! Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] About ARGB windows

2008-03-04 Thread Gustavo A. Díaz
! Thanks in advance. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] eric4 request for contribution

2008-01-12 Thread Gustavo A. Díaz
for eric4? That way it could look like KDE4, now that this one is out. Do you mean a set based on Oxygen icons but from scratch? Regards, Detlev Cheers. On Samstag, 12. Januar 2008, Gustavo A. Díaz wrote: I am designer/icon artist, maybe i could help you if you tell me how do you want

Re: [PyQt] Problems with stylesheets.

2007-12-05 Thread Gustavo A. Díaz
Gustavo A. Díaz wrote: I will say for a last time... for a stylesheet is not needed... one could create a simple widget to test the stylesheet, and instead of images to use just colors. Is in vain to post a code for this and, i already posted the stylesheet code. If was pure code, i agree

Re: [PyQt] Problems with stylesheets.

2007-12-04 Thread Gustavo A. Díaz
lead to an investigation of the differences, which can often uncover the problem. Doug. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects

Re: [PyQt] Problems with stylesheets.

2007-12-04 Thread Gustavo A. Díaz
managed to alienate one of the most helpful people on the PyQt mailing list. Good luck next time you need help... Doug. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] Problems with stylesheets.

2007-12-04 Thread Gustavo A. Díaz
with the buttons? David -- David Boddie Lead Technical Writer, Trolltech ASA ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar

Re: [PyQt] Problems with stylesheets.

2007-12-03 Thread Gustavo A. Díaz
Gustavo A. Díaz: Hi guys. I have a weird problem when i want to style my app, but specially with QPushButton and QScrollBar. I have this for QPushButton: self.setStyleSheet ( \ QPushButton {background-image: url(:/Styles/styles/oc_buttonBg.png

[PyQt] Re: QScrollbar stylesheet

2007-11-30 Thread Gustavo A. Díaz
Never mind.. i found it here... in Qt4.4 snapshot docs... http://doc.trolltech.com/main-snapshot/stylesheet-examples.html Cheers. 2007/11/30, Gustavo A. Díaz [EMAIL PROTECTED]: Hi Guys!! iI was trying to style the QScrollbar using the stylsheet example in the QT docs, http

[PyQt] Re: Styling listWidget selection background

2007-11-29 Thread Gustavo A. Díaz
/downloads/pub/pics/OpenCoffee-Server_DevPic4.png So, take a look at the listWidget of the left, the blue selection under Puestos, that is what i want to style using styleSheet. Thanks. Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar -- Gustavo A. Díaz GDNet Projects

[PyQt] Re: a SimpleChat example

2007-11-17 Thread Gustavo A. Díaz
, Gustavo A. Díaz [EMAIL PROTECTED]: Hi Guys!! I know that what i going to ask is to much, but someone could help me to translate this short/simple app into PyQt? I have no experience in c++ so it cost me to translate c++ syntax to python/PyQt one. The URL: http://wiki.qtcentre.org/index.php

[PyQt] a SimpleChat example

2007-11-16 Thread Gustavo A. Díaz
://wiki.qtcentre.org/images/SimpleChat.zip I will very gratefully if some could do it. Thanks! -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

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

2007-10-24 Thread Gustavo A. Díaz
the Safari online edition was retypeset by the publisher.) -- Mark Summerfield, Qtrac Ltd., www.qtrac.eu ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt -- Gustavo A. Díaz GDNet Projects

Re: [PyQt] Disabling a key event

2007-10-18 Thread Gustavo A. Díaz
Thanks David!! I've forgot that method... That worked very good. Cheers. 2007/10/18, David Boddie [EMAIL PROTECTED]: On Thu Oct 18 03:22:32 BST 2007, Gustavo A. Díaz wrote: What i want to do this time, is to disable a key event in my app. For example i want to avoid closing the app

[PyQt] Using Xlib

2007-10-18 Thread Gustavo A. Díaz
().root.change_property(self.net_wm_state, Xatom.ATOM, 32, [self.net_wm_state_skip_taskbar,], X.PropModeAppend) Now, this has no absolute effect on my app. What is wrong? Thanks! Cheers. -- Gustavo A. Díaz GDNet Projects www.gdnet.com.ar ___ PyQt mailing

  1   2   >