V. Armando Solé is right. With this solution the tooltips come quickly
in my computer. The corresponding PyQt code is :
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtCore, QtGui, uic
class MainWindow(QtGui.QWidget):
def __init__(self, parent=None):
super
Andreas Pakulat wrote:
On 17.04.09 19:57:29, "V. Armando Solé" wrote:
Hi!
I encounter the same problem as the original poster. The tooltips of
QActions in a QMenu are not shown.
Is there a solution?
You can set the statustip on the actions, which makes the text show up
in the stat
On 17.04.09 19:57:29, "V. Armando Solé" wrote:
> Hi!
>
> I encounter the same problem as the original poster. The tooltips of
> QActions in a QMenu are not shown.
>
> Is there a solution?
You can set the statustip on the actions, which makes the text show up
in the statusbar (at least in KDE app
Hi!
I encounter the same problem as the original poster. The tooltips of
QActions in a QMenu are not shown.
Is there a solution?
My system is Windows XP, python 2.5, Qt 4.4.3 and PyQt 4.4.4
Thanks,
Armando
Paolo Milani wrote:
Hi! :)
I'm a newbie. I've searched in the docs, but I haven't f
--- Mer 18/3/09, massimo di stefano wrote:
> i runned your code here on a mac osx, python2.5, qt-4.4.3,
> pyqt4.4.4
> seems it works properly,
> i can see tooltips :
do you see tooltips on menu entry "0", "1" and "2"?
many thanks!
paolo
_
Hi Paolo,
i runned your code here on a mac osx, python2.5, qt-4.4.3, pyqt4.4.4
seems it works properly,
i can see tooltips :
<>
<>
Massimo Di Stefano
massimodisa...@yahoo.it
epifanio on irc.freenode.net /join gfoss
Il giorno 18/mar/09, alle ore 18:21, Paolo Milani ha scritto:
Hi! :)
I'm a newbie. I've searched in the docs, but I haven't found the solution.
I want to add tooltips to menu, but it doesn't work: tooltips are not
displayed. Suggestions?
my system: ubuntu linux 8.10 with kde 4..2 repository.
Many thanks. This is the code:
#!/usr/bin/env python
# -*- c