Re: [PyQt] Re: connection between 2 widget

2009-06-24 Thread Massimo Di Stefano
Hi David, Thanks!!! thanks for point me on how to solve my problem :-) i know it is not only a pyqt ... biut more related to programming, i'm a poor self teached student thanks for your example i'm now able to go ahead with my code! now i'm coonecting : doublespinbox using :

[PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread Greg Smith
Hey Everyone, I'm trying to get a LineEdit I have in a tool I am writing to have the ability to auto complete the user's entry based on what they have typed. From the sounds of it, QCompleter is exactly what I am after and they work on QLineEdit widgets. However I am having difficulty getting

[PyQt] Re: Pressing enter in QLineEdit clicks QPushButton?

2009-06-24 Thread Sibylle Koczian
Message: 1 Date: Tue, 23 Jun 2009 14:41:20 +0200 From: V. Armando Sol? s...@esrf.fr Subject: Re: [PyQt] Pressing enter in QLineEdit clicks QPushButton? To: Mads Ipsen m...@comxnet.dk Cc: Sibylle Koczian sibylle.kocz...@t-online.de,PyQt-Liste pyqt@riverbankcomputing.com Mads

Re: [PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread projetmbc
Hello, can you give a LFE aka a little functiunal example ? C. Greg Smith a écrit : Hey Everyone, I’m trying to get a LineEdit I have in a tool I am writing to have the ability to auto complete the user’s entry based on what they have typed. From the sounds of it, QCompleter is exactly

[PyQt] qtdirs.app can't load QtCore

2009-06-24 Thread Dave Peterson
Hello, I'm trying to build PyQt 4.5.1 from source on Mac OSX 10.5 x86 and I'm running into a problem right from the start in that the qtdirs.app built during the configure step won't run because it won't load QtCore. I've done an otool -L on qtdirs.app/Contents/MacOS/qtdirs and it doesn't

FW: [PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread Greg Smith
Here is a very simple test. Just run it in a command shell, and be sure the .ui file lives in the same directory as the .py file. Greg -Original Message- From: projetmbc [mailto:projet...@club-internet.fr] Sent: Wednesday, June 24, 2009 11:00 AM To: Greg Smith Cc:

Re: FW: [PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread Hans-Peter Jansen
Am Mittwoch, 24. Juni 2009 schrieb Greg Smith: Here is a very simple test. Just run it in a command shell, and be sure the .ui file lives in the same directory as the .py file. The usual, all time number one issue: take care of lifetime issues, if a Qt class doesn't derive from QWidget

Re: FW: [PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread Phil Thompson
On Wed, 24 Jun 2009 13:44:30 -0500, Greg Smith gsm...@troublemakerstudios.com wrote: Here is a very simple test. Just run it in a command shell, and be sure the .ui file lives in the same directory as the .py file. You don't say what version you are using. As Pete said it's probably because

RE: FW: [PyQt] Using a QCompleter with a QLineEdit

2009-06-24 Thread Greg Smith
Sorry 4.4.3 for Python 2.5 -Original Message- From: Phil Thompson [mailto:p...@riverbankcomputing.com] Sent: Wednesday, June 24, 2009 5:45 PM To: Greg Smith Cc: pyqt@riverbankcomputing.com Subject: Re: FW: [PyQt] Using a QCompleter with a QLineEdit On Wed, 24 Jun 2009 13:44:30 -0500,

[PyQt] python vs qt4 datatypes

2009-06-24 Thread Mario Daniel Carugno
Hi there I'm starting with a pyqt development, a database application (what original). I can't decide which datatypes and sql library to use. I mean, is it better to use python datatypes (str, int, bool) or qt4 datatypes (qstring, ...) ? If i use python datatypes, using pyqt4-sql to access data

[PyQt] uic.loadUi() and custom widgets

2009-06-24 Thread Greg Smith
I was curious if there was a way for a tool to have its Ui generated from a .ui file but still use custom widgets? I have a widget I wrote that inherits the QLineEdit widget in which I needed to modify the event() method so that a custom property will be modified if the backspace key was pressed

Re: [PyQt] ANN: eric 4.3.4 released

2009-06-24 Thread Gustavo A . Díaz
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 and it will require correct versions of other packages. Python-kde4 is