Re: [PyQt] Qt, PyQt and spelling

2010-06-20 Thread Roberto Alsina
On Sunday 20 June 2010 15:19:49 projet...@club-internet.fr wrote: > >>> It's easy to make pyenchant work with pyqt. Check this out: > >>> http://code.google.com/p/marave/source/browse/#svn/trunk/marave/editor > > The problem is that this project is a small one and doesn't work on Snow > Leopar

Re: [PyQt] Searching for a very small scprit using CLIPBOARD

2009-04-27 Thread Roberto Alsina
On Monday 27 April 2009 19:22:04 Giovanni Bajo wrote: > On lun, 2009-04-27 at 18:42 +0200, projetmbc wrote: > > Thanks a lot, your solution works fine. :-) Here is the complete > > minimal code : > > > > > > #!/usr/bin/env python > > #coding=utf-8 > > import s

Re: [PyQt] how to covert an object text to string?

2009-04-06 Thread Roberto Alsina
klia writes: hey guys This is in Pyqt I have this code filename=os.path.basename(self.lwitem.text()) which self.lwitem.text() holds my filename path but i wanna convert it into a string how am i gonna do that?? You mean self.lwitem.text() is a QString and want to convert it to a string?

Re: [PyQt] PyQt and Acrobat

2009-04-03 Thread Roberto Alsina
NARCISO, Rui writes: Hi all, I would like to be able to visualise a pdf document in a widget so as then to add a couple of buttons for different actions and to have the widget integrate into my Gui environment. How to go about doing this ? Does anyone already have something done ? Thanks

[PyQt] PyQt by exmple: session 5

2009-03-15 Thread Roberto Alsina
Just published it, lots of designer work, promoted widgets, custom slots, task adding/editing, form layouts, and more. http://lateral.netmanagers.com.ar/stories/BBS51.html ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomp

[PyQt] Phonon example

2009-03-10 Thread Roberto Alsina
Just in case before I spend another two hours trying: Anyone has a simple working audio player widget done using phonon? My goal is just a widget that takes a URL and lets the user play a sound file, ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Re: Embedding w/ multi-threaded Python

2009-03-10 Thread Roberto Alsina
On Tuesday 10 March 2009 19:40:48 McKay Davis wrote: > On Tue, Mar 10, 2009 at 11:08 AM, Phil Thompson > > wrote: > > On Tue, 10 Mar 2009 10:30:04 -1000, McKay Davis > > > > wrote: > >> After no response, maybe more specifics with our Multi-Threaded Python > >> w/ PyQt problem would help: > >> >

[PyQt] PyQt by example: session 4

2009-03-06 Thread Roberto Alsina
Just published, "Action!" introduces actions, toolbars, menubars. http://lateral.netmanagers.com.ar/stories/BBS50.html ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Configuration dialog

2009-03-05 Thread Roberto Alsina
On Thursday 05 March 2009 07:24:31 Frédéric wrote: > Hello, > > I'm pretty sure I have seen a configuration dialog, like the one > Designer uses for the property editor... I can't remember if it was a > standard Qt widget, an example, a tutorial or a external documentation, > or even in a book, but

[PyQt] PyQt by example: session 3

2009-03-04 Thread Roberto Alsina
Fresh out of the oven, "Designer is a Good Resource" tries to explain resource files, GUI guidelines, designer properties, icons and other grahical thingies. http://lateral.netmanagers.com.ar/stories/BBS49.html ___ PyQt mailing listPyQt@riverbank

[PyQt] Session 2 of PyQt by Example

2009-03-03 Thread Roberto Alsina
Ready for readers/critics/translators. Hope you like it! http://lateral.netmanagers.com.ar/stories/BBS48.html ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] New PyQt tutorial series: PyQt by example

2009-03-01 Thread Roberto Alsina
I just published the first part in this series. It's probably going to be 10- parts or more, and I will try to do two parts a week. http://lateral.netmanagers.com.ar/stories/BBS47.html Comments, suggestions, questions, etc, are welcome. ___ PyQt maili

Re: [PyQt] A tool to create "pythonic" Qt help files

2009-02-23 Thread Roberto Alsina
On Monday 23 February 2009 11:31:03 Antonio Valentino wrote: > Il giorno Mon, 23 Feb 2009 10:11:14 -0200 > > Roberto Alsina ha scritto: > > If you intend to use PyQt's QtHelp support, then maybe you will like > > this tool I did to create Qt Help files from restr

[PyQt] A tool to create "pythonic" Qt help files

2009-02-23 Thread Roberto Alsina
If you intend to use PyQt's QtHelp support, then maybe you will like this tool I did to create Qt Help files from restructured text: http://rst2qhc.googlecode.com It takes care of creating the XML files describing the structure of the docs, inserts keywords, creates TOCs, and more, all starting

Re: [PyQt] Avoiding freeze of the application

2009-02-07 Thread Roberto Alsina
On Saturday 07 February 2009 13:53:27 Geert Vancompernolle wrote: > I currently started the one shot timer just before I launched the > subprocess call, but I see that the one shot timer is also blocked by > the subprocess call. So, that doesn't do what I in fact want to do. Check the docs for su

[PyQt] QPersistentModelIndex problem

2009-02-06 Thread Roberto Alsina
I am trying to inherit QAbstractItemModel and am having problems implementing parent(). In order to do it correctly to represent a tree structure, I am storing a QPersistentModelIndex in my tree node. However, parent needs to return a plain QModelIndex. AFAICS, this is how you convert: QPersi

Re: [PyQt] Add a download to KGet

2008-08-14 Thread Roberto Alsina
't know what the KURL::list type was, but dcopext > does know.) I replied already but maybe it didn't show up: just call kget with the URLs you want to download as arguments in its CLI. It will add them itself. -- ("\''/").__..-''"`-. . R

Re: [PyQt] Add a download to KGet

2008-08-14 Thread Roberto Alsina
On Thursday 14 August 2008 10:47:32 Jan Holthuis wrote: > Well, I really need to know if there's a way to do this. Maybe via DBUS or > something like that... > Can someone please help me? os.system('kget %s'%url) ___ PyQt mailing listPyQt@riverbank

Re: [PyQt] newbie questions...

2008-08-12 Thread Roberto Alsina
distro gives you. > - How do I package an app up that uses PyQt4 as a double-click-installer > for non-technical users? Oh, windows, then ;-) No idea here (but would like to know!) -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-

Re: [PyQt] Strange bug in PyQt

2008-08-09 Thread Roberto Alsina
e can be run to build the app) Reported. -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) KDE Developer (MFCH) (_Y_.)' ._ ) `._`. " -.-' http://lateral.netmanagers.com.ar _..`-'_..-_/

Re: [PyQt] Strange bug in PyQt

2008-08-09 Thread Roberto Alsina
On Saturday 09 August 2008 15:57:01 Andreas Pakulat wrote: > On 09.08.08 14:09:17, Roberto Alsina wrote: > > On Saturday 09 August 2008 09:40:31 Andreas Pakulat wrote: > > > On 08.08.08 19:42:19, Roberto Alsina wrote: > > > > On Friday 08 August 2008 18:43:12 Andre

Re: [PyQt] Strange bug in PyQt

2008-08-09 Thread Roberto Alsina
On Saturday 09 August 2008 09:40:31 Andreas Pakulat wrote: > On 08.08.08 19:42:19, Roberto Alsina wrote: > > On Friday 08 August 2008 18:43:12 Andreas Pakulat wrote: > > > On 08.08.08 16:36:35, Roberto Alsina wrote: > > > > I don't know how to explain it, si I ha

Re: [PyQt] Strange bug in PyQt

2008-08-08 Thread Roberto Alsina
On Friday 08 August 2008 18:43:12 Andreas Pakulat wrote: > On 08.08.08 16:36:35, Roberto Alsina wrote: > > I don't know how to explain it, si I have to use pictures. > > Are you talking about the cut-off menu items? Or what? Which parts of > the pictures should we look i

[PyQt] Strange bug in PyQt

2008-08-08 Thread Roberto Alsina
another app before and never figured out why it happened. I am using qt 4.4.0 pyqt 4.4.2 python 2.5.2 On Linux. Any ideas? -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) KDE Developer (MFCH) (_Y_.)' ._ ) `._`. "

Re: [PyQt] QTreeWidget and fixed column widths on window resize

2008-07-31 Thread Roberto Alsina
te any of the space assigned to it for its header. Also note: If the value is set to true, this property will override the resize mode set on the last section in the header. You need to unset stretchLastSection first, then set it to a fixed size. -- ("\''/&qu

[PyQt] New PyQt application: testers wanted

2008-07-25 Thread Roberto Alsina
t regards, -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) KDE Developer (MFCH) (_Y_.)' ._ ) `._`. " -.-' http://lateral.netmanagers.com.ar _..`-'_..-_/ /-'_.' The 6,855th most popular site of Slovenia (l)-'' ((i)

Re: [PyQt] Pixel pushing performance

2008-05-07 Thread Roberto Alsina
to speed this up? Try putting very little busywork in there instead of a setPixel (like, calculate a square root),and I bet that will slow enough to be noticeable, too. You need to find a way not to *have* to do that, or you will need to do it outside python. 300x300 are 90K iterations. 90K

[PyQt] If anyone wants to write about PyQt...

2007-10-15 Thread Roberto Alsina
... maybe you can get it published in Python Magazine: http://blog.doughellmann.com/2007/10/python-magazine-wish-list.html   --  ("\''/").__..-''"`-. .         Roberto Alsina  `9_ 9  )   `-. (    ).`-._.`)  KDE Developer (MFCH)  (_Y_.)' ._   ) `._`.  &

[PyQt] new PyQt widget: ChipScene

2007-09-15 Thread Roberto Alsina
om.ar/weblog/2007/09/14.html#BB628   --  ("\''/").__..-''"`-. .         Roberto Alsina  `9_ 9  )   `-. (    ).`-._.`)  KDE Developer (MFCH)  (_Y_.)' ._   ) `._`.  " -.-'  http://lateral.netmanagers.com.ar   _..`-'_..-_/ /-

Re: [PyQt] freezing PyQt4 applications

2007-05-13 Thread Roberto Alsina
.py "-m" switch or module path. > How can I still freeze my script, if possible to a single ELF file? I have had some success using cx_freeze. Not to a single file, but to a single folder, at least. I only needed to tell it manually to add sip.   --  ("\''/

Re: [PyQt] Menu layout problem

2007-05-05 Thread Roberto Alsina
On Sat 05 May 2007 21:46:41 David Boddie wrote: > On Sat May 5 23:17:07 BST 2007, Roberto Alsina wrote: > > It's strange, I am having a problem with the menus of one specific PyQt4 > > app I am writing: The menus are too small for their content. > > > >

[PyQt] Menu layout problem

2007-05-05 Thread Roberto Alsina
lp me? --  ("\''/").__..-''"`-. .         Roberto Alsina  `9_ 9  )   `-. (    ).`-._.`) [EMAIL PROTECTED]  (_Y_.)' ._   ) `._`.  " -.-'   KDE Developer (MFCH)   _..`-'_..-_/ /-'_.' (l)-'' ((i).' ((!.'   Buenos Aires - Ar

Re: [PyQt] UTF-8 files handling in PyQT4

2007-05-05 Thread Roberto Alsina
27;ve noticed that for example > QTextStream has "setCodec" but there isn't anything about encoding for > QFile or textEdit. Sorry, I haven't followed the thread, but... maybe you need to open the file using the codecs module instead of plain open()? codecs.open(fname,&#x

Re: [PyQt] update qt labels from another thread

2007-04-11 Thread Roberto Alsina
ight?) Then the object can do this: emit (QtCore.SIGNAL("newData"),"data") If you previously connected that object's newData signal to the form's setLabelText slot... you are golden, regardless of on what thread the signal is emitted, I suppose

Re: [PyKDE] also about pyqt

2006-03-15 Thread Roberto Alsina
El Martes, 14 de Marzo de 2006 20:17, Hans-Peter Jansen escribió: > Am Dienstag, 14. März 2006 17:49 schrieb Roberto Alsina: > > If the user has PyQt installed by other means (for example for Red > > Hat/Fedora/Centos users, kde-redhat.sf.net), distutils can create > > fai

Re: [PyKDE] also about pyqt

2006-03-14 Thread Roberto Alsina
mple for Red Hat/Fedora/Centos users, kde-redhat.sf.net), distutils can create fairly simple RPMs (they have no dependencies listed, so they are technically broken, though). -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EM

Re: [PyKDE] Dictionary thru new Signal/Slot mechanism

2006-02-01 Thread Roberto Alsina
code working than to make > a derivative class of a supported type and make it behave as a dictionary > without being one. For instance: I haven't even got PyQt4 yet, but how about inheriting from a dictionary and a QObject? class myclass (QObject,dict): whatever   --  (&

Re: [PyKDE] QString in PyQt4 - Request for Comments

2005-10-18 Thread Roberto Alsina
e removing > it. You really should use append() instead of setText(). It's faster than what you are doing now, even if you pass it a python string :-)   --  ("\''/").__..-''"`-. .         Roberto Alsina  `9_ 9  )   `-. (    ).`-._.`) [EMAI

Re: [PyKDE] Is it possible to fake multiple inheritance with PyQt ?

2005-09-09 Thread Roberto Alsina
avelli.net/PyQtWiki :/ , though funnily I seem to remember > seeing the same thing. Interestingly enough the broken thing may be the wiki search ;-) http://www.diotavelli.net/PyQtWiki/DocsAndHowtos -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9

Re: [PyKDE] Problem with messagebox

2005-08-02 Thread Roberto Alsina
> 2005/8/2, Roberto Alsina <[EMAIL PROTECTED]>: > >> QMessageBox.question returns an integer: >> >> 0 if you click the first button >> 1 for the second (if there is one) >> 2 for the third (if there is one) >> [...] >> It will return 1 in Ye

Re: [PyKDE] Problem with messagebox

2005-08-02 Thread Roberto Alsina
sure you > want to delete ') + num + _(' files?') > , QMessageBox.No, > QMessageBox.Yes) It will return 1 in Yes, 0 in No. This behaviour is exactly like the C++ version. -- ("\''/").__..-''&quo

Re: [PyKDE] QDialog and multiple buttons

2005-08-02 Thread Roberto Alsina
cleaner, because you are not overloading cancel(), which should mean "do nothing" with a meaning it doesn't usually have. Another idea is to use radio buttons showing head/tails and then use regular accept/cancel buttons. -- ("\''/").__..-''"

Re: [PyKDE] KPart problem

2005-07-26 Thread Roberto Alsina
> I'll probably hide TerminalInterface > altogether > in PyKDE and just expose konsolePart. > > I'll see if I can put something together in the next few days. Awesome :-) -- ("\''/").__..-''"`-. . Roberto Al

Re: [PyKDE] KPart problem

2005-07-25 Thread Roberto Alsina
blems - and the other computer didn't want > to > send mail. Hope it's better now, and thanks for the answer! -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ )

Re: [PyKDE] KPart problem

2005-07-24 Thread Roberto Alsina
se the TerminalInterface-specific functionality, you need a TerminalInterface like this: TerminalInterface* t = static_cast( p->qt_cast( "TerminalInterface" ) ); And I am, of course, getting a kparts.KParts.ReadWritePart Is there a way to recast it from the python side of thin

Re: [PyKDE] KPart problem

2005-07-24 Thread Roberto Alsina
> On Sun Jul 24 21:28:38 MEST 2005, Roberto Alsina wrote: > >> And here's my attempt: >> >> def main(args): >> app=kdecore.KApplication(args,'dropbear') >> win=kparts.KParts.MainWindow() >> app.setMainWidget(wi

[PyKDE] KPart problem

2005-07-24 Thread Roberto Alsina
#x27;m getting that p has no widget member. Any ideas? -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.&

Re: [PyKDE] Little article: data-aware widgets implemented in python

2005-03-10 Thread Roberto Alsina
> On Wednesday 09 March 2005 21:13, Roberto Alsina wrote: >> I just wrote an article with an idea on how to implement data-aware >> widgets on the python side of PyQt, so you can, for example, use >> Python's >> DB APIs instead of Qt's. > >> It's

[PyKDE] Little article: data-aware widgets implemented in python

2005-03-09 Thread Roberto Alsina
stories/35.html -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.' (l)-'

[PyKDE] A small pyqt app

2004-12-07 Thread Roberto Alsina
A (very) simple spreadsheet. Check it out: http://www.pycs.net/lateral/weblog/2004/12/07.html#P272 -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE

[PyKDE] How to delete QCanvasItems?

2004-11-25 Thread Roberto Alsina
deletion of the C++ object at least? It would still leak some memory on the python side, but it would be somewhat better. If q QCanvasItem was a QObject I would call deleteLater, but it isn't. -- ("\''/").__..-''"`-. . Roberto Alsina

Re: [PyKDE] Using custom components and Qt Designer withQWidgetFactory in PyQt

2004-11-03 Thread Roberto Alsina
k Qt designer's manual, chapter 7 "Creating Custom Widgets with Plugins" to see what I mean. The bad news is that I am not sure how that could be done for python widgets. The good news are there's a lot of smart people on this list ;-) -- ("\''/").__

Re: [PyKDE] PyQt 3.13: crash on exit when using QCanvasSprite

2004-10-06 Thread Roberto Alsina
edora Core 2, sip 4.1.1, PyQt 3.13 (built with sip > 4.1, in case that matters) > >___ > PyKDE mailing list[EMAIL PROTECTED] > http://mats.imk.fraunhofer.de/mailman/listinfo/pykde > -- ("\''/").__..-''"

Re: [PyKDE] QWidgetFactory question.

2004-09-14 Thread Roberto Alsina
] http://gsbarbieri.sytes.net/~gustavo/qt_ui_loader.py [2] http://gsbarbieri.sytes.net/~gustavo/pyqt_xml-ui_demo.tar.bz2 -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. "

Re: [PyKDE] Active links in a QLabel

2004-08-17 Thread Roberto Alsina
> isn't one - I'm kind of surprised there isn't any). Absolute overkill: use a QTextBrowser or similar classes. Should be pretty simple, even if it wastes a MB of RAM or two. -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `

[PyKDE] (no subject)

2004-06-03 Thread Roberto Alsina
8.html In particular, if you read it, you get hints about how to handle exceptions gaphically, how to use the shelve module for preferences, a bit about QActions and some other stuff. Hope you like it, and if someone wants to write the rest of the app, just let me know ;-) -- ("\'

[PyKDE] A new realtime pseudo-tutorial.

2004-06-03 Thread Roberto Alsina
t of the app, just let me know ;-) -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.' (l)-

[PyKDE] PyBrowser: fix for the segfault

2004-03-31 Thread Roberto Alsina
ve working :-) -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.' (l)-'' ((

Re: [PyKDE] QTextBrowser: no mimesource for

2004-03-30 Thread Roberto Alsina
ribly (seg fault) after it has >> loaded a couple of pages with embedded graphics over the web. >> >> Detlev >> >> Am Dienstag, 30. März 2004 14:29 schrieb Roberto Alsina: >> > > Hello >> > > >> > > I want show html file (from intern

Re: [PyKDE] QTextBrowser: no mimesource for

2004-03-30 Thread Roberto Alsina
working code example if possible. Don't know what your problem is, but I have written something that uses a QTextBrowser and extends it somewhat: "PyBrowser: a nicer QTextBrowser" :-) http://www.pycs.net/lateral/stories/17.html -- ("\''/").__..-''&quo

[PyKDE] PyQt Tutorial: How to write reusable widgets (and a bug report)

2004-03-28 Thread Roberto Alsina
rribly important, because you can use it just fine, you only need to handle the connections on python-code, but it is a small problem. -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_

[PyKDE] open/save files with automatic dialogs and support for encryption and compression

2004-03-01 Thread Roberto Alsina
blems! -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.' (l)-'' ((i).' ((!.' Buenos Aires - Argentina Imm

[PyKDE] Some code you may like :-)

2004-02-02 Thread Roberto Alsina
al/stories/17.html It's in the public domain, enjoy! -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-'_..-_/ /-'_.&

[PyKDE] Wrapping standalone kautoconfig

2004-01-28 Thread Roberto Alsina
dget). You just slap something up in designer, and blam, it's a config dialog :-) If someone with more sip knowledge could wrap this, it would be, I think, very useful for all PyQt-using developers. It's LGPL, so there shouldn't be any licensing concerns. -- ("\''/&

[PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Roberto Alsina
ot to break the PyQt-windows license either. If the riverbank guys approve, this would be nice :-) -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-'

[PyKDE] Obscure bug in PyQt?

2004-01-20 Thread Roberto Alsina
: http://sourceforge.net/projects/krsn To cause the crash, add a blog that links somewhere else or embeds images. I used PerversionTracker (it's not what the name suggests ;-), at http://perversiontracker.com/ Thanks in advance for any effort! -- ("\''/"

[PyKDE] QWidgetPlugin

2004-01-20 Thread Roberto Alsina
s is the 3-line python script it runs. Any ideas, suggestions working code? ;-) -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`

[PyKDE] Small PyQt tutorial

2004-01-10 Thread Roberto Alsina
Maybe someone here will like it :-) http://www.pycs.net/lateral/stories/16.html -- ("\''/").__..-''"`-. . Roberto Alsina `9_ 9 ) `-. ().`-._.`) [EMAIL PROTECTED] (_Y_.)' ._ ) `._`. " -.-' KDE Developer (MFCH) _..`-&#x