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
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
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
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