Attached is a ui file that sets different icons for various push buttons.
However, with pyuic4 (Python User Interface Compiler 4.4.3-snapshot-20080612
for Qt version 4.4.0) all the push buttons have the same icon. Indeed a simple
grep on the python code generated by pyuic4 shows that only a sing
Thanks for your feedback Aaron, i've integrated most of your
suggestions, and better explained the nav toolbar parameters.
> "Aaron" == Aaron Digulla <[EMAIL PROTECTED]> writes:
Aaron> Quoting Alberto Berti <[EMAIL PROTECTED]>:
>> For who asked for pypapi docs, i'm preparing a tutori
Hello:
I apologize if this is a very simple fix, but I can't seem to find it in
the docs. But, when I select something in a qtreewidget, it draws a
stippled box around the current item only in the column that the mouse is
over. Is there any way to manipulate or change the way this stippled box
On 6/15/08, Phil Thompson <[EMAIL PROTECTED]> wrote:
> On Sunday 15 June 2008 10:57:08 am Arve Knudsen wrote:
> > Hi
> >
> > I'm having problems wrapping an instantiation of a class template with
> > SIP. I've attached a case that shows what I am trying to do. The class
> > template is defined
Seems to be the Qt 4.3.0-4.3.3 bug Andreas mentions in his e-mail. I tested
the snipped and the widget ends up being shown. I have Qt 4.4.0 and PyQt
4.4.2.
Cheers, Benno.
On Monday 16 June 2008 Andreas Pakulat wrote:
| On 16.06.08 19:45:20, Detlev Offenbach wrote:
| > Hi,
| >
| > your code is
On 16.06.08 19:45:20, Detlev Offenbach wrote:
> Hi,
>
> your code is missing a line (s. below).
>
> On Montag, 16. Juni 2008, Vsevolod Fedorov wrote:
> > Hello!
> >
> > I have stumbled on problem that can be demonstrated by the following
> > snippet:
> >
> > from PyQt4 import QtGui
> > impor
Hi,
your code is missing a line (s. below).
On Montag, 16. Juni 2008, Vsevolod Fedorov wrote:
> Hello!
>
> I have stumbled on problem that can be demonstrated by the following
> snippet:
>
> from PyQt4 import QtGui
> import sys
>
> app = QtGui.QApplication(sys.argv)
app.connect(app, SIGNAL(
It sounds like you are missing headers to your Qt installation. If you
type 'which qmake', does it point to the version of Qt you are trying
to compile PyQt against?
Adam
On Mon, Jun 16, 2008 at 8:17 AM, Doug <[EMAIL PROTECTED]> wrote:
> I am trying to install QT4 on my mac and it keeps failing w
Hi.
I'm new to this list and new to Python and Qt.
I have a problem with QHttp and proxies.
I need to get pages from the web through anonymous proxies. I've written a
little script but I have a problem whenewer I use QHttp-s setProxy.
I tried it using directly and through QNetworkProxy, but I a
My application uses PyQt4 to access a sqlite DB.
Then I convert it with py2exe into a windows executable.
I use always the same py2exe version (0.6) and after I build my exe, when I
run it, with some PyQt4 versions I get the 'Driver not loaded' error
trying to access my sqlite db.
Through the
I am trying to install QT4 on my mac and it keeps failing with the
following error. Is there anyone that may be able to help?
sip/QtGui/qgraphicsitem.sip:820:34: error: qgraphicsproxywidget.h: No
such file or directory
sip/QtGui/qgraphicsitem.sip:821:29: error: qgraphicswidget.h: No such
fi
Hello!
I have stumbled on problem that can be demonstrated by the following
snippet:
from PyQt4 import QtGui
import sys
app = QtGui.QApplication(sys.argv)
w = QtGui.QWidget()
w.show()
w.hide()
w.show()
app.exec_()
After its execution widget stays hidden and application keeps running
Quoting Alberto Berti <[EMAIL PROTECTED]>:
For who asked for pypapi docs, i'm preparing a tutorial (still to be
finished) that shows some PyPaPi features: it's here
http://www.pypapi.org/rdg/browser/docs/cute/tutorial/README.rst
The part about the table is confusing. I suggest to move it to a
13 matches
Mail list logo