diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/man/man3/qmenudata.3qt | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/man/man3/qmenudata.3qt')
-rw-r--r-- | doc/man/man3/qmenudata.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/qmenudata.3qt b/doc/man/man3/qmenudata.3qt index 306f5d4fb..a72649012 100644 --- a/doc/man/man3/qmenudata.3qt +++ b/doc/man/man3/qmenudata.3qt @@ -9,7 +9,7 @@ .SH NAME QMenuData \- Base class for QMenuBar and QPopupMenu .SH SYNOPSIS -\fC#include <qmenudata.h>\fR +\fC#include <ntqmenudata.h>\fR .PP Inherited by QMenuBar and QPopupMenu. .PP @@ -217,7 +217,7 @@ Removes all menu items and disconnects any signals that have been connected. .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 QMenuData::activateItemAt ( int index )\fC [virtual]\fR" Activates the menu item at position \fIindex\fR. .PP @@ -370,7 +370,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. @@ -381,7 +381,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 @@ -401,7 +401,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 @@ -587,7 +587,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 \fCSHIFT\fR, \fCCTRL\fR, \fCALT\fR or \fCUNICODE_ACCEL\fR (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 \fCSHIFT\fR, \fCCTRL\fR, \fCALT\fR or \fCUNICODE_ACCEL\fR (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, \fCCTRL\fR + \fCKey_O\fR produces "Ctrl+O". The text is formatted differently for different platforms. .PP @@ -682,7 +682,7 @@ Returns the What's This help text for the item with identifier \fIid\fR or QStri See also setWhatsThis(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qmenudata.html +.BR http://doc.trolltech.com/ntqmenudata.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |