Hi, Since few days it is not possible to reach http://www.opendocs.org/pyqt/.Any information ?, Is PyQt4 book on the way ?Simon
___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
Dear friends,
I have an about dialog which has author email links. When a user clicks on
those links, it will automatically open a default mail-client. Do you know
how to implement the code of it? Or do you know any widget and property of
that widget that I can use to implement?
Thanks
Phon
_
Hi List,
I tried to make context menu for QtableWidget in pyqt4, but I still cannot get
thru. Does anybody have experience with qtableWidget.
I'd also like to do something like move item up, move item down.
It'd be easier if pyqt add them as its public functions.
Thanks,
da
--
Ms. Hok Kakada
I'm dynamically creating a context menu for a QTableView, populated with
some QActions. Everytime
I right click, the menu is created. Over time, hundreds of these closed
menus will set in memory, along
with all the qactions, assoctated icons and text, ect. When I close the
app, I see all of t
I'm new to python and pyqt. I was able to compile pyqt with python 2.5 and qt
4.2.1 under linux. I tried the same with windows and it was not easy. With
python 2.5, sip-4.5 and Qt 4.2.1 (gpl) compiled with MSVC2005 I had to change
sipconfig.py to support MSVC2005. Does this mean that MSVC205 is
> I want to deploy my pyqt4 app on all ppc and i386 macs. I was just going
> to
> use BuildApplet that comes with OS to put together the app bundle, but I
> need all of the shared libraries to be universal binaries. I built qt as a
> universal binary, but I don't see a flag for building the sip and
I have multithread application using pyKDE.
After upgrade to fresh versions of pyQt/pyKDE my application started to crash
with assertion failed from topic ...
Any hints how to start pin that bug down ? TIA
sip-4.5-0.1
qt-3.3.7-1
python-PyQt-3.17-0.1
python-PyKDE-3.16.0-0.1
kdelibs-3.5.5-1
gcc-3.
> Phil Thompson a écrit :
>> On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote:
>>
>>> Hi,
>>>
>>> I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I
>>> install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the
>>> windows installer. PyQt4 applications do not run