diff options
Diffstat (limited to 'doc/man/man3/qpopupmenu.3qt')
-rw-r--r-- | doc/man/man3/qpopupmenu.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/qpopupmenu.3qt b/doc/man/man3/qpopupmenu.3qt index 10d3fff5f..ded526d1d 100644 --- a/doc/man/man3/qpopupmenu.3qt +++ b/doc/man/man3/qpopupmenu.3qt @@ -9,7 +9,7 @@ .SH NAME QPopupMenu \- Popup menu widget .SH SYNOPSIS -\fC#include <qpopupmenu.h>\fR +\fC#include <ntqpopupmenu.h>\fR .PP Inherits QFrame and QMenuData. .PP @@ -269,7 +269,7 @@ Example: mdi/application.cpp. .SH "QKeySequence QMenuData::accel ( int id ) const" Returns the accelerator key that has been defined for the menu item \fIid\fR, or 0 if it has no accelerator key or if there is no such menu item. .PP -See also setAccel(), QAccel, and qnamespace.h. +See also setAccel(), QAccel, and ntqnamespace.h. .SH "void QPopupMenu::activated ( int id )\fC [signal]\fR" This signal is emitted when a menu item is selected; \fIid\fR is the id of the selected item. .PP @@ -458,7 +458,7 @@ Note that keyboard accelerators in Qt are not application-global, instead they a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .PP Examples: .)l addressbook/mainwindow.cpp, canvas/canvas.cpp, menu/menu.cpp, qwerty/qwerty.cpp, scrollview/scrollview.cpp, showimg/showimg.cpp, and sound/sound.cpp. @@ -469,7 +469,7 @@ Inserts a menu item with icon \fIicon\fR, text \fItext\fR, accelerator \fIaccel\ .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QPixmap & pixmap, const QObject * receiver, const char * member, const QKeySequence & accel = 0, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -489,7 +489,7 @@ To look best when being highlighted as a menu item, the pixmap should provide a .PP Returns the allocated menu identifier number (\fIid\fR if \fIid\fR >= 0). .PP -See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and qnamespace.h. +See also removeItem(), changeItem(), setAccel(), connectItem(), QAccel, and ntqnamespace.h. .SH "int QMenuData::insertItem ( const QString & text, int id = -1, int index = -1 )" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP @@ -683,7 +683,7 @@ See also removeItem() and clear(). .SH "void QMenuData::setAccel ( const QKeySequence & key, int id )" Sets the accelerator key for the menu item \fIid\fR to \fIkey\fR. .PP -An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file qnamespace.h contains a list of key codes. +An accelerator key consists of a key code and a combination of the modifiers SHIFT, CTRL, ALT or UNICODE_ACCEL (OR'ed or added). The header file ntqnamespace.h contains a list of key codes. .PP Defining an accelerator key produces a text that is added to the menu item; for instance, CTRL + Key_O produces "Ctrl+O". The text is formatted differently for different platforms. .PP @@ -785,7 +785,7 @@ See also QMenuData::setItemChecked(). Set this property's value with setCheckable() and get this property's value with isCheckable(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qpopupmenu.html +.BR http://doc.trolltech.com/ntqpopupmenu.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |