Qt-interest Archive, July 2007
QComboBox RMB menu question
Message 1 in thread
Hi Everyone,
I use QT 4.2.3 on Linux platform. When I use QComboBox in my
GUI application, I found there is a sub-menu inside QComboBox
RMB menu. It is called "Insert Unicode control character". It has
many menu items inside (LRM, RLM, ZWJ, ZWNJ ...).
But I can't find any information about it on QT online help and
documentation.
Could anybody tell me what is it for ? How can I use it ?
Regards,
Pagan
--
[ signature omitted ]
Message 2 in thread
On torsdag den 26. Juli 2007, Pagan Chou wrote:
> Hi Everyone,
> I use QT 4.2.3 on Linux platform. When I use QComboBox in my
> GUI application, I found there is a sub-menu inside QComboBox
> RMB menu. It is called "Insert Unicode control character". It has
> many menu items inside (LRM, RLM, ZWJ, ZWNJ ...).
>
> But I can't find any information about it on QT online help and
> documentation.
>
> Could anybody tell me what is it for ? How can I use it ?
You should take a look at the documentation for QLineEdit. An editable
QComboBox uses a QLineEdit for the text edit part.
Bo.
--
[ signature omitted ]
Message 3 in thread
i find those context menu entries very annoying, they clutter the menu
without any added value (did anyone on the list ever need them?)
If you find out how to turn them off globally (without patching Qt) let
me know ;-)
Cheers,
Peter
> -----Original Message-----
> From: Pagan Chou [mailto:pagan_chou@xxxxxxxxxxxxxx]
> Sent: Thursday, July 26, 2007 5:15 AM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: QComboBox RMB menu question
>
> Hi Everyone,
> I use QT 4.2.3 on Linux platform. When I use QComboBox in my
> GUI application, I found there is a sub-menu inside QComboBox
> RMB menu. It is called "Insert Unicode control character". It has
> many menu items inside (LRM, RLM, ZWJ, ZWNJ ...).
>
> But I can't find any information about it on QT online help and
> documentation.
>
> Could anybody tell me what is it for ? How can I use it ?
>
> Regards,
> Pagan
--
[ signature omitted ]