Re: [PyQt] Naming convention

2008-05-12 Thread Andreas Pakulat
On 12.05.08 15:22:01, Laurent Léonard wrote: > Python and QT have very different naming conventions, so what about the > naming conventions with PyQt ? Huh? A quick look through the standard modules shows a lot of classes that also use CamelCase naming. Andreas -- You have an unusual magnetic p

Re: [PyQt] QT_SHARED not defined

2008-05-12 Thread Matt Newell
On Friday 09 May 2008 15:28:09 Phil Thompson wrote: > On Friday 09 May 2008 22:13:39 Matt Newell wrote: > > Using vanilla qt-x11-4.4.0 with PyQt-x11-gpl-4.4-snapshot-20080508 and > > sip-4.7.5-snapshot-20080507. > > > > Not a problem for me to work around, just thought you might want to know > > t

Re: [PyQt] Odd tab behavior in QTableWidget with cell widgets

2008-05-12 Thread David Boddie
On Wed, 7 May 2008 09:06:22 -0600, Kerri Reno wrote: > I have a small table widget where each cell contains a widget.  I start > with two rows of the table filled with data.  If I add a new third row to > the table, and then start in the first cell to change that line, when I > press tab it goes t

[PyQt] Naming convention

2008-05-12 Thread Laurent Léonard
Hi, Python and QT have very different naming conventions, so what about the naming conventions with PyQt ? Is it better to use camelCase everywhere ? Or only for the classes that inherits from QObject ? Thank you. -- View this message in context: http://www.nabble.com/Naming-convention-tp17