[PyQt] QAction, signals, eric4, Windows and Linux...

2010-08-23 Thread fpp
Hi, I'm currently working on a simple app, which I code on a Windows desktop using Designer and eric4, then copy over to a Nokia N900, which uses a specific version of Linux (Maemo5). I spent some time today trying to understand why the menu and toolbar were working fine on the desktop, but not o

Re: [PyQt] QAction, signals, eric4, Windows and Linux...

2010-08-24 Thread David Boddie
On Mon Aug 23 20:07:26 BST 2010, fpp wrote: > On a hunch I looked at the (Py)Qt documentation for QAction -- which > I'd never had to do before because everything was automated by > Designer/eric4. > > And the strange thing is, if I read correctly, QActions have an > "activate()" method, but no "

Re: [PyQt] QAction, signals, eric4, Windows and Linux...

2010-08-25 Thread fpp
On Wed, Aug 25, 2010 at 12:33 AM, David Boddie wrote: > > The activated() signal is a "Qt 3 support member" of QAction: > >  http://doc.qt.nokia.com/latest/qaction-qt3.html > > This means that it is available if Qt has been built to contain code to > support APIs in Qt 3, to help people port appli