Re: [PyKDE] qdialog and size

2004-07-24 Thread Greg Fortune
#WidgetFlags-enum. Greg Fortune Fortune Solutions On Saturday 24 July 2004 03:36 am, Lionel Roubeyrie wrote: > Hi all, > I use : > Python 2.3.4 > Qt 3.2.3 > PyQt 3.11 > > I have googled these questions but I can't find answers : > How fix the size of a qdialog box and r

Re: [PyKDE] Strange behavior:

2004-07-06 Thread Greg Fortune
le versions of PyQt/sip laying around. Good luck, Greg Fortune Fortune Solutions On Tuesday 06 July 2004 10:35 pm, Maurizio Colucci wrote: > This code works perfectly on my machine (suse 9.1) but not with other > peoples': > > > class FlashingLabel(QLabel): > def __init

Re: [PyKDE] SIP v4.0 Documentation Available

2004-06-20 Thread Greg Fortune
Very Nice! Guess that removes my last lame excuse for not messing around with sip ;o) I did a quick browse through the docs and didn't notice anything in particular with the exception that you might consider breaking that big html file into chunks by chapter. Greg Fortune Fortune Solu

Re: [PyKDE] PyQt compile error

2004-06-05 Thread Greg Fortune
Try the newest version. 3.7 is pretty old. 3.12 is available at http://www.riverbankcomputing.co.uk/pyqt/index.php. Also, make sure you get a new version of sip and install sip first. You can find it at http://www.riverbankcomputing.co.uk/sip/index.php Greg Fortune Fortune Solutions On

Re: [PyKDE] Again;-( deleting a window

2004-06-03 Thread Greg Fortune
Try something like this... Note the additional window flag. That wasn't necessary for me on Linux, but it made a huge difference on Windows. class mydialog(QDialog): def __init__(self, parent, name, modal, fl): QDialog.__init__(self,parent,name,modal,fl | QWidget.WDestructiveClose)

Re: [PyKDE] PyQt license

2004-05-10 Thread Greg Fortune
apps. Greg Fortune Fortune Solutions On Monday 10 May 2004 02:44 pm, Meghazi Fabien wrote: > Hi all, > > I know this has been discussed in a previous thread, but I'm not sure to > understand PyQt licensing ... > > Here are my questions : > > a) if I would like to make

Re: [PyKDE] QLCD- Alpha widget ?

2004-03-25 Thread Greg Fortune
) and space. QLCDNumber substitutes spaces for illegal characters. Examples: rangecontrols/rangecontrols.cpp, t12/lcdrange.cpp, t13/gamebrd.cpp, t5/main.cpp, t6/main.cpp, t7/lcdrange.cpp, and xform/xform.cpp. Greg Fortune Fortune Solutions On Thursday 25 March 2004 10:40 pm, Tony Cappellini wro

Re: [PyKDE] Looping over QLabels

2004-03-23 Thread Greg Fortune
On Tuesday 23 March 2004 07:20 am, Toby Dickenson wrote: > On Tuesday 23 March 2004 14:10, GuineaPig wrote: > > Hello, > > > > In my application I have a QDialog with a lot of QLabels. From time to > > time these labels need to be cleared (text set to ''). Is there a way > > to iterate over the l

[PyKDE] Build problems in Windows

2004-02-07 Thread Greg Fortune
\sip.exe failed with an exit code of 1. ** C:\WINDOWS\Desktop\PyQt-commercial-3.9>sip.exe -t WS_WIN -t Qt_3_1_2 -z features -I sip -m qt/qt.pro.in -c qt sip/qt/qtmod.sip sip: Qt::HANDLE is undefined Qt was built with de

Re: [PyKDE] PyQt application packagers for windows?

2004-01-23 Thread Greg Fortune
you to use the GPL version." The GPL restrictions kick in after you have picked the version you want. The agreement with Trolltech occurs before you even download the code... Greg On Friday 23 January 2004 12:04 am, Toby Dickenson wrote: > On Friday 23 January 2004 05:25, Greg Fortun

Re: [PyKDE] PyQt application packagers for windows?

2004-01-23 Thread Greg Fortune
On Friday 23 January 2004 06:59 am, Paul Evans wrote: > On January 23, 2004 01:01 am, Ulrich Berning wrote: > > Greg Fortune schrieb: > > >My e-mails and phone calls with Trolltech addressed exactly that clause > > > and they said it was fine even after I explained that

Re: [PyKDE] PyQt application packagers for windows?

2004-01-23 Thread Greg Fortune
I agree completely. You might consider contacting Trolltech directly and get written confirmation regarding this issue. Greg On Friday 23 January 2004 01:01 am, Ulrich Berning wrote: > Greg Fortune schrieb: > >My e-mails and phone calls with Trolltech addressed exactly that clause >

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
My e-mails and phone calls with Trolltech addressed exactly that clause and they said it was fine even after I explained that strictly speaking it was a violation of that clause. They did say that if I exposed the Qt api in my app and made it available to the end user (aka, the qt scripting com

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
cept I can't figure out where > appl docs should go). Were you able to package up the qt stuff through distutils? Can you include other external packages like MySQLdb as well through a single distutils executable? If so, please tell ;o) Greg Fortune Fortune Solutions __

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
ws license would pack it into an installer and distribute it? > > I dont believe so. The Qt commercial license says "applications must be > developed using a licensed registered version of 'the software' ". > > On Thursday 22 January 2004 16:02, Greg Fortune wrote

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
. I'm kinda curious what people are using to package up Python apps for distribution though... Greg Fortune Fortune Solutions On Thursday 22 January 2004 06:24 am, Roberto Alsina wrote: > Hello, > > I was just wondering. If someone writes a nice, very free (as in BSD or > p

Re: [PyKDE] Custom interface

2004-01-09 Thread Greg Fortune
he heavy lifting. Yup, sounds like the right way to go. > > This is all very exciting and I'm learning a lot. Thanks for all the help! > No prob :) Greg Fortune Fortune Solutions ___ PyKDE mailing list[EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Re: [PyKDE] Custom interface

2004-01-09 Thread Greg Fortune
QCanvas should probably be considered a last resort and only used in a couple places where the layouts and the standard widgets don't fit your needs. Drawing your own widgets will be a *lot* more work :) If you work up something a little closer to what you want, we can probably offer advice fo

Re: [PyKDE] toolbar icons

2003-12-10 Thread Greg Fortune
n your own applications. I say this because designer automatically uses some of them if you create a toolbar through a wizard... Greg Fortune Fortune Solutions On Wednesday 10 December 2003 06:53 am, michael ferraro wrote: > try: > www.iconfactory.com > > michael > > On Dec 10, 2003,

Re: [PyKDE] QListBox selectedItem()

2003-09-01 Thread Greg Fortune
have no idea about...) Note that Qt 3.0 does not support selectedItem()... If you aren't going to update your distros Qt version, make sure you use the correct version of the docs. Also note that list.currentItem() *is* supported in 3.0. Greg Fortune Fortune Solutions On Monday 01 Sept

Re: [PyKDE] Huge amount of time

2003-08-20 Thread Greg Fortune
editors consume lots of memory, but the Qt docs address the problem and show you how to create sparse tables that can be very large. Greg Fortune Fortune Solutions On Wednesday 20 August 2003 12:56 pm, Frederick Polgardy Jr wrote: > Faster to create, that is. They may be a tiny hair slower to use

Re: [PyKDE] Huge amount of time

2003-08-20 Thread Greg Fortune
trieval code, fake having the whole table loaded by only having enough cells to display part of the table, and then retrieving data when the user scrolls. If the table isn't sparse and you load the whole thing, there is no way around it consuming lots of memory. Good luck, Greg Fortune Fo

Re: [PyKDE] pyQt on windows

2003-07-30 Thread Greg Fortune
7;ve got enough business to support the license if you're deploying across that many platforms though and the ease of deployment alone is probably worth the cost of the license. Greg Fortune Fortune Solutions ___ PyKDE mailing list[EMAIL

Re: [PyKDE] pyQt on windows

2003-07-30 Thread Greg Fortune
t rather than a legal arrangment. I mean, how could TT possibly > > agree to something like that. Or Phil for that matter. > > > > Phil, is this something you were aware of? > > > > Greg Fortune > > Fortune Solutions > > > > On Wednesday 30 July 2003

Re: [PyKDE] pyQt on windows

2003-07-30 Thread Greg Fortune
No, No, I didn't mean that at all. Someone, *please* tell him he's right ;o) Greg Fortune Fortune Solutions On Wednesday 30 July 2003 09:07, Ken Godee wrote: > That's how I understand it. > Have you looked at the BlackAdder product? > Someone, tell

Re: [PyKDE] pyQt on windows

2003-07-30 Thread Greg Fortune
l, is this something you were aware of? Greg Fortune Fortune Solutions On Wednesday 30 July 2003 08:26, Ken Godee wrote: > > But we're talking about UI here, where it's all the little things than > > count. Well, for me the difference seemed huge, and if I had the dow, > >