Action at the menubar can't be disabled? Probably a bug of Qt or Ubuntu?
-
wrote on 10 Jun 2011, 12:35 last edited by
So @ui->actionAction->setEnabled(false);@ doesn't work for me...
If you want see it yourself: "Link":http://dl.dropbox.com/u/11379868/example.zip
The same with setting an icon while iconvisibleinmenu is true:
@ui->actionHistory->setIcon(QIcon(":/icons/Pictures/time_machine.png"));@I have to say that this was working at Ubuntu 10.10...
-
wrote on 10 Jun 2011, 12:47 last edited by
This works here as expect (Ubuntu 10.10)! Are you sure that the propety is not changed elsewhere?
-
wrote on 10 Jun 2011, 12:51 last edited by
Yes see the link.. It is just a button that disables the action, nothing else.. :(
-
wrote on 10 Jun 2011, 13:04 last edited by
Ok I see. I have tested your example here and it works as exected!
Which version do you use? I'm using the QtSDK and not the lib's provided by ubuntu! -
wrote on 10 Jun 2011, 13:05 last edited by
Hm, on Kubuntu it's work fine (I know that problem on Ubuntu, I compile it just for test)
-
wrote on 10 Jun 2011, 13:15 last edited by
I am using Qt 4.7.2 (32 bit). How can i found out if am using the QtSDK or the lib’s provided by ubuntu?
-
wrote on 10 Jun 2011, 13:18 last edited by
You can see it on the Qt4 settings page. Or type qmake -query in a console.
-
wrote on 10 Jun 2011, 13:24 last edited by
this is my outpout:
@QT_INSTALL_PREFIX:/usr
QT_INSTALL_DATA:/usr/share/qt4
QT_INSTALL_DOCS:/usr/share/qt4/doc
QT_INSTALL_HEADERS:/usr/include/qt4
QT_INSTALL_LIBS:/usr/lib
QT_INSTALL_BINS:/usr/bin
QT_INSTALL_PLUGINS:/usr/lib/qt4/plugins
QT_INSTALL_IMPORTS:/usr/lib/qt4/imports
QT_INSTALL_TRANSLATIONS:/usr/share/qt4/translations
QT_INSTALL_CONFIGURATION:/etc/xdg
QT_INSTALL_EXAMPLES:/usr/lib/qt4/examples
QT_INSTALL_DEMOS:/usr/lib/qt4/demos
QMAKE_MKSPECS:/usr/share/qt4/mkspecs
QMAKE_VERSION:2.01a
QT_VERSION:4.7.2
@So?
-
wrote on 10 Jun 2011, 13:26 last edited by
So do you use the lib's provided by ubuntu. Try to install the QtSDK which inlcudes version 4.7.3.
-
wrote on 13 Jun 2011, 09:44 last edited by
The same again...
Look some screenshots: "1":http://i55.tinypic.com/15q6yvp.jpg, "2":http://i55.tinypic.com/15yspie.jpg -
wrote on 13 Jun 2011, 10:02 last edited by
This could be a valid bug in Qt or Ubuntu 11.04. The change in the handling of the menu bar in 11.04 may have broken the enabling and disabling of actions. You should report it in the "Qt bug tracker":http://bugreports.qt.nokia.com anyway. I cannot test it, because I'm still running 10.04 for stability..
-
wrote on 13 Jun 2011, 12:48 last edited by
-
wrote on 14 Jul 2011, 14:10 last edited by
Is it still not working for you?
I am also working on Ubuntu 11.04, but its working for me.
The Action can be disabled and the Menu is attached to the application and not to the top Unity bar
-
wrote on 14 Jul 2011, 16:36 last edited by
At the application i am developing it works fine!
But i just checked the example i have at post#1 and it doesn't work..
It is weird i can say..
@ui->actionAction->setEnabled(false);@
really doesn't work at the example.. -
wrote on 15 Jul 2011, 08:30 last edited by
this is how it looks for me, so perfectly fine.
I added the QT Version running on my machine running Ubuntu 11.04
"On my machine":http://i55.tinypic.com/2uf9aag.png
"Whole Desktop with Unity":http://i53.tinypic.com/2cz6m1e.png
-
wrote on 15 Jul 2011, 08:50 last edited by
Hmm i have Qt 4.7.2
How do you update to 4.7.3 at ubuntu?P.S I don't have Qt SDK
-
wrote on 15 Jul 2011, 08:59 last edited by
you can build it yourself for example, but since the problem seems to be fixed in Qt 4.7.3 it is no longer reproducable
-
wrote on 30 Sept 2012, 20:23 last edited by
This bug is in somewhere in the Xorg. I use 32 bit, Kubuntu, Oneiric, I lost one hour from my development time to realize that it is not my fault. :-|