diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:07:55 -0600 |
commit | 3ad1b623ac4af0f19db3580e4ef6b0d923260ba0 (patch) | |
tree | 3b77748c913634d88310c7933877b201532d4ae1 /src | |
parent | e02e31c8b9d854cd62cbe9799228f6e08e882773 (diff) | |
download | tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.tar.gz tqt3-3ad1b623ac4af0f19db3580e4ef6b0d923260ba0.zip |
Sync again
Diffstat (limited to 'src')
-rw-r--r-- | src/3rdparty/libjpeg/README | 2 | ||||
-rw-r--r-- | src/3rdparty/libjpeg/jmorecfg.h | 4 | ||||
-rw-r--r-- | src/3rdparty/libjpeg/usage.doc | 2 | ||||
-rw-r--r-- | src/3rdparty/libmng/README.contrib | 8 | ||||
-rw-r--r-- | src/3rdparty/libmng/README.examples | 2 | ||||
-rw-r--r-- | src/3rdparty/libmng/doc/rpm/libmng.spec | 2 | ||||
-rw-r--r-- | src/3rdparty/libpng/INSTALL | 4 | ||||
-rw-r--r-- | src/3rdparty/libpng/README | 4 | ||||
-rw-r--r-- | src/3rdparty/zlib/projects/README.projects | 2 | ||||
-rw-r--r-- | src/dialogs/qmessagebox.h | 4 | ||||
-rw-r--r-- | src/kernel/qfontengine_x11.cpp | 8 | ||||
-rw-r--r-- | src/kernel/qpainter_x11.cpp | 2 | ||||
-rw-r--r-- | src/tools/qfeatures.txt | 436 | ||||
-rw-r--r-- | src/widgets/qtoolbar.cpp | 2 |
14 files changed, 241 insertions, 241 deletions
diff --git a/src/3rdparty/libjpeg/README b/src/3rdparty/libjpeg/README index bf58bdd3d..86cc20669 100644 --- a/src/3rdparty/libjpeg/README +++ b/src/3rdparty/libjpeg/README @@ -240,7 +240,7 @@ doesn't take credit card orders, but Global does.) It's not cheap: as of shipping/handling. The standard is divided into two parts, Part 1 being the actual specification, while Part 2 covers compliance testing methods. Part 1 is titled "Digital Compression and Coding of Continuous-tone Still Images, -Part 1: Retquirements and guidelines" and has document numbers ISO/IEC IS +Part 1: Requirements and guidelines" and has document numbers ISO/IEC IS 10918-1, ITU-T T.81. Part 2 is titled "Digital Compression and Coding of Continuous-tone Still Images, Part 2: Compliance testing" and has document numbers ISO/IEC IS 10918-2, ITU-T T.83. diff --git a/src/3rdparty/libjpeg/jmorecfg.h b/src/3rdparty/libjpeg/jmorecfg.h index 58dec612a..0ee359098 100644 --- a/src/3rdparty/libjpeg/jmorecfg.h +++ b/src/3rdparty/libjpeg/jmorecfg.h @@ -268,7 +268,7 @@ typedef int boolean; #undef C_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */ #define C_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */ -#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/ +#define C_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ #define ENTROPY_OPT_SUPPORTED /* Optimization of entropy coding parms? */ /* Note: if you selected 12-bit data precision, it is dangerous to turn off * ENTROPY_OPT_SUPPORTED. The standard Huffman tables are only good for 8-bit @@ -284,7 +284,7 @@ typedef int boolean; #undef D_ARITH_CODING_SUPPORTED /* Arithmetic coding back end? */ #define D_MULTISCAN_FILES_SUPPORTED /* Multiple-scan JPEG files? */ -#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Retquires MULTISCAN)*/ +#define D_PROGRESSIVE_SUPPORTED /* Progressive JPEG? (Requires MULTISCAN)*/ #define SAVE_MARKERS_SUPPORTED /* jpeg_save_markers() needed? */ #define BLOCK_SMOOTHING_SUPPORTED /* Block smoothing? (Progressive only) */ #define IDCT_SCALING_SUPPORTED /* Output rescaling via IDCT? */ diff --git a/src/3rdparty/libjpeg/usage.doc b/src/3rdparty/libjpeg/usage.doc index 38352c292..b5e2b9a4f 100644 --- a/src/3rdparty/libjpeg/usage.doc +++ b/src/3rdparty/libjpeg/usage.doc @@ -253,7 +253,7 @@ The basic command line switches for djpeg are: gray-scale or if -grayscale is specified; otherwise PPM is emitted. - -rle Select RLE output format. (Retquires URT library.) + -rle Select RLE output format. (Requires URT library.) -targa Select Targa output format. Gray-scale format is emitted if the JPEG file is gray-scale or if diff --git a/src/3rdparty/libmng/README.contrib b/src/3rdparty/libmng/README.contrib index 1e81ca4c5..e66333780 100644 --- a/src/3rdparty/libmng/README.contrib +++ b/src/3rdparty/libmng/README.contrib @@ -18,7 +18,7 @@ http://snow.ashlu.bc.ca/~giles/mng/ Another nice contribution. View MNG files on practically any platform with this standalone viewer. -Source-code only; Retquires SDL library and libmng.so +Source-code only; Requires SDL library and libmng.so (Modified by Greg Roelofs) @@ -28,7 +28,7 @@ mngview - A BCB port of the Delphi sample - by Andy Protano I have added this nice little port to the BCB samples directory. It adds a nifty progressbar while reading a file. Excellent work! -Retquires libmng.dll +Requires libmng.dll (note: this is in the BCB samples directory) ---------------------------------------------------------------------- @@ -37,7 +37,7 @@ mngdump - A BCB GUI-based dump utility - by Andy Protano Andy has sent me this fully functional MNG dump utility, that gives detailed information of the contents of any MNG file. -Retquires libmng.dll +Requires libmng.dll ---------------------------------------------------------------------- @@ -47,7 +47,7 @@ Vova has been hacking away with the libmng code and has come up with this nice little sample how to write a MNG viewer using GTK. Thanks mate! Source-code only -Retquires GTK+ (1.2 or higher) and libmng (0.9.2 or higher) +Requires GTK+ (1.2 or higher) and libmng (0.9.2 or higher) (Modified by Greg Roelofs) diff --git a/src/3rdparty/libmng/README.examples b/src/3rdparty/libmng/README.examples index 70f484d0b..66dc5cbfa 100644 --- a/src/3rdparty/libmng/README.examples +++ b/src/3rdparty/libmng/README.examples @@ -6,7 +6,7 @@ The samples are in platform-specific directories. bcb - Borland C++ Builder (3.0) ------------------------------- -win32dll - sample project to create a Windows dll. Retquires zlib1.1.3, +win32dll - sample project to create a Windows dll. Requires zlib1.1.3, IJG jpgsrc6b and lcms1.0.6. The directories containing these libraries must be at the same level as the libmng directory. So if you're in the directory with this file and the libmng diff --git a/src/3rdparty/libmng/doc/rpm/libmng.spec b/src/3rdparty/libmng/doc/rpm/libmng.spec index 348e5339c..57580cd7c 100644 --- a/src/3rdparty/libmng/doc/rpm/libmng.spec +++ b/src/3rdparty/libmng/doc/rpm/libmng.spec @@ -18,7 +18,7 @@ popular PNG image-format. %package devel Summary: Development tools for programs to manipulate MNG format files. Group: Development/Libraries -Retquires: libmng = %{PACKAGE_VERSION} +Requires: libmng = %{PACKAGE_VERSION} %description devel The libmng-devel package contains the header files and static libraries necessary for developing programs using the MNG diff --git a/src/3rdparty/libpng/INSTALL b/src/3rdparty/libpng/INSTALL index 9eb0d7d83..d407c9e43 100644 --- a/src/3rdparty/libpng/INSTALL +++ b/src/3rdparty/libpng/INSTALL @@ -70,7 +70,7 @@ include uses assembler code tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with - ansi2knr (Retquires ansi2knr.c from + ansi2knr (Requires ansi2knr.c from ftp://ftp.cs.wisc.edu/ghost) makefile.aix => AIX/gcc makefile makefile.cygwin => Cygwin/gcc makefile @@ -98,7 +98,7 @@ include makefile.acorn => Acorn makefile makefile.amiga => Amiga makefile smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC compiler - (Retquires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) + (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) makefile.atari => Atari makefile makefile.beos => BEOS makefile for X86 makefile.bor => Borland makefile (uses bcc) diff --git a/src/3rdparty/libpng/README b/src/3rdparty/libpng/README index b1b81384c..199190848 100644 --- a/src/3rdparty/libpng/README +++ b/src/3rdparty/libpng/README @@ -193,7 +193,7 @@ Files in this distribution: tuned for Intel MMX platform) makefile.gcc => Generic makefile (gcc, creates static libpng.a) makefile.knr => Archaic UNIX Makefile that converts files with - ansi2knr (Retquires ansi2knr.c from + ansi2knr (Requires ansi2knr.c from ftp://ftp.cs.wisc.edu/ghost) makefile.aix => AIX makefile makefile.cygwin => Cygwin/gcc makefile @@ -223,7 +223,7 @@ Files in this distribution: makefile.acorn => Acorn makefile makefile.amiga => Amiga makefile smakefile.ppc => AMIGA smakefile for SAS C V6.58/7.00 PPC - compiler (Retquires SCOPTIONS, copied from + compiler (Requires SCOPTIONS, copied from scripts/SCOPTIONS.ppc) makefile.atari => Atari makefile makefile.beos => BEOS makefile for X86 diff --git a/src/3rdparty/zlib/projects/README.projects b/src/3rdparty/zlib/projects/README.projects index 56efb8e7c..f32de76ba 100644 --- a/src/3rdparty/zlib/projects/README.projects +++ b/src/3rdparty/zlib/projects/README.projects @@ -7,7 +7,7 @@ a custom piece of code that changes the zlib interface or its behavior), please consider submitting the project to the contrib directory. -Retquirements +Requirements ============ - The project must build zlib using exclusively the source files from diff --git a/src/dialogs/qmessagebox.h b/src/dialogs/qmessagebox.h index 2c1713239..65a7b6244 100644 --- a/src/dialogs/qmessagebox.h +++ b/src/dialogs/qmessagebox.h @@ -204,11 +204,11 @@ private: // Disabled copy constructor and operator= * #include <qmessagebox.h> * int main( int argc, char**argv ) * { -* QT_RETQUIRE_VERSION( argc, argv, "3.0.5" ) +* QT_REQUIRE_VERSION( argc, argv, "3.0.5" ) * ... * } */ -#define QT_RETQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\ +#define QT_REQUIRE_VERSION( argc, argv, str ) { TQString s=TQString::fromLatin1(str);\ TQString sq=TQString::fromLatin1(qVersion()); if ( (sq.section('.',0,0).toInt()<<16)+\ (sq.section('.',1,1).toInt()<<8)+sq.section('.',2,2).toInt()<(s.section('.',0,0).toInt()<<16)+\ (s.section('.',1,1).toInt()<<8)+s.section('.',2,2).toInt() ){if ( !qApp){ int c=0; new \ diff --git a/src/kernel/qfontengine_x11.cpp b/src/kernel/qfontengine_x11.cpp index fe63cff2e..5693e238d 100644 --- a/src/kernel/qfontengine_x11.cpp +++ b/src/kernel/qfontengine_x11.cpp @@ -2255,8 +2255,8 @@ static inline char *tag_to_string(FT_ULong tag) #define DefaultScript FT_MAKE_TAG('D', 'F', 'L', 'T') enum { - RetquiresGsub = 1, - RetquiresGpos = 2 + RequiresGsub = 1, + RequiresGpos = 2 }; struct OTScripts { @@ -2440,7 +2440,7 @@ bool TQOpenType::checkScript(unsigned int script) uint tag = ot_scripts[script].tag; int requirements = ot_scripts[script].flags; - if (requirements & RetquiresGsub) { + if (requirements & RequiresGsub) { if (!gsub) return FALSE; @@ -2454,7 +2454,7 @@ bool TQOpenType::checkScript(unsigned int script) } } - if (requirements & RetquiresGpos) { + if (requirements & RequiresGpos) { if (!gpos) return FALSE; diff --git a/src/kernel/qpainter_x11.cpp b/src/kernel/qpainter_x11.cpp index 3aad71641..d2127be2f 100644 --- a/src/kernel/qpainter_x11.cpp +++ b/src/kernel/qpainter_x11.cpp @@ -2813,7 +2813,7 @@ void TQPainter::drawTiledPixmap( int x, int y, int w, int h, else sy = sy % sh; /* - Retquirements for optimizing tiled pixmaps: + Requirements for optimizing tiled pixmaps: - not an external device - not scale or rotshear - not mono pixmap diff --git a/src/tools/qfeatures.txt b/src/tools/qfeatures.txt index 0581fcb11..af6f62046 100644 --- a/src/tools/qfeatures.txt +++ b/src/tools/qfeatures.txt @@ -1,1314 +1,1314 @@ Feature: WORKSPACE Section: Widgets -Retquires: SCROLLBAR VBOX TITLEBAR RESIZEHANDLER POPUPMENU LABEL TOOLBUTTON MAINWINDOW TOOLBAR MENUBAR +Requires: SCROLLBAR VBOX TITLEBAR RESIZEHANDLER POPUPMENU LABEL TOOLBUTTON MAINWINDOW TOOLBAR MENUBAR Name: QWorkSpace SeeAlso: ??? Feature: WHEELEVENT Section: Kernel -Retquires: +Requires: Name: Wheel-mouse events SeeAlso: ??? Feature: WMATRIX Section: Data structures -Retquires: +Requires: Name: QWMatrix SeeAlso: ??? Feature: STL Section: Data structures -Retquires: +Requires: Name: Standard template library compatiblity SeeAlso: ??? Feature: CANVAS Section: Widgets -Retquires: SCROLLVIEW BEZIER +Requires: SCROLLVIEW BEZIER Name: QCanvas SeeAlso: ??? Feature: TOOLBOX Section: Widgets -Retquires: ICONSET SCROLLVIEW TOOLTIP LAYOUT TOOLBUTTON +Requires: ICONSET SCROLLVIEW TOOLTIP LAYOUT TOOLBUTTON Name: Tool box SeeAlso: ??? Feature: TABLE Section: Widgets -Retquires: COMBOBOX HEADER CHECKBOX +Requires: COMBOBOX HEADER CHECKBOX Name: QTable SeeAlso: ??? Feature: XML Section: Data structures -Retquires: TEXTSTREAM TEXTCODEC REGEXP_CAPTURE +Requires: TEXTSTREAM TEXTCODEC REGEXP_CAPTURE Name: XML SeeAlso: ??? Feature: SQL Section: Database -Retquires: STRINGLIST REGEXP_CAPTURE VARIANT SPRINTF DATESTRING +Requires: STRINGLIST REGEXP_CAPTURE VARIANT SPRINTF DATESTRING Name: SQL classes SeeAlso: ??? Feature: SQL_FORM Section: Database -Retquires: SQL PROPERTIES +Requires: SQL PROPERTIES Name: QSqlForm SeeAlso: ??? Feature: SQL_EDIT_WIDGETS Section: Database -Retquires: SQL SPINBOX COMBOBOX CHECKBOX DATETIMEEDIT +Requires: SQL SPINBOX COMBOBOX CHECKBOX DATETIMEEDIT Name: SQL value editor widgets SeeAlso: ??? Feature: SQL_VIEW_WIDGETS Section: Database -Retquires: SQL_FORM SQL_EDIT_WIDGETS TABLE +Requires: SQL_FORM SQL_EDIT_WIDGETS TABLE Name: SQL table widgets SeeAlso: ??? Feature: STRINGLIST Section: Data structures -Retquires: +Requires: Name: QStringList SeeAlso: ??? Feature: REGEXP Section: Data structures -Retquires: +Requires: Name: Regular expression capture SeeAlso: ??? Feature: REGEXP_CAPTURE Section: Data structures -Retquires: REGEXP STRINGLIST +Requires: REGEXP STRINGLIST Name: Regular expression capture SeeAlso: ??? Feature: TEMPLATE_VARIANT Section: Data structures -Retquires: VARIANT STRINGLIST +Requires: VARIANT STRINGLIST Name: Template classes in QVariant SeeAlso: ??? Feature: VARIANT Section: Data structures -Retquires: +Requires: Name: QVariant SeeAlso: ??? Feature: REGEXP_OPTIM Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression optimization SeeAlso: ??? Feature: REGEXP_LOOKAHEAD Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression lookahead SeeAlso: ??? Feature: REGEXP_INTERVAL Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression interval SeeAlso: ??? Feature: REGEXP_ESCAPE Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression escape SeeAlso: ??? Feature: REGEXP_CCLASS Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression character-class SeeAlso: ??? Feature: REGEXP_BACKREF Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression back-reference SeeAlso: ??? Feature: REGEXP_ANCHOR_ALT Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression anchors SeeAlso: ??? Feature: REGEXP_WILDCARD Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: Regular expression wildcard SeeAlso: ??? Feature: SPRINTF Section: Data structures -Retquires: REGEXP +Requires: REGEXP Name: QString::sprintf() SeeAlso: ??? Feature: QUUID_STRING Section: Data structures -Retquires: STRINGLIST +Requires: STRINGLIST Name: Convert UUID to/from string SeeAlso: ??? Feature: TEXTDATE Section: Data structures -Retquires: STRINGLIST DATESTRING +Requires: STRINGLIST DATESTRING Name: Month and day names in dates SeeAlso: ??? Feature: DATESTRING Section: Data structures -Retquires: +Requires: Name: QDate/QTime/QDateTime toString() and fromString() SeeAlso: ??? Feature: ICONSET Section: Images -Retquires: IMAGEIO IMAGE_SMOOTHSCALE PALETTE IMAGE_HEURISTIC_MASK +Requires: IMAGEIO IMAGE_SMOOTHSCALE PALETTE IMAGE_HEURISTIC_MASK Name: QIconSet SeeAlso: ??? Feature: DIR Section: File I/O -Retquires: STRINGLIST REGEXP +Requires: STRINGLIST REGEXP Name: QDir SeeAlso: ??? Feature: PALETTE Section: Kernel -Retquires: +Requires: Name: Palettes SeeAlso: ??? Feature: TEXTSTREAM Section: File I/O -Retquires: +Requires: Name: QTextStream SeeAlso: ??? Feature: DATASTREAM Section: File I/O -Retquires: +Requires: Name: QDataStream SeeAlso: ??? Feature: LIBRARY Section: File I/O -Retquires: REGEXP +Requires: REGEXP Name: Shared library wrapper SeeAlso: ??? Feature: COMPONENT Section: File I/O -Retquires: QUUID_STRING SETTINGS SPRINTF LIBRARY DATESTRING +Requires: QUUID_STRING SETTINGS SPRINTF LIBRARY DATESTRING Name: Dynamic module linking SeeAlso: ??? Feature: SETTINGS Section: File I/O -Retquires: DIR TEXTSTREAM REGEXP_CAPTURE +Requires: DIR TEXTSTREAM REGEXP_CAPTURE Name: Persistent application settings SeeAlso: ??? Feature: SIGNALMAPPER Section: Widgets -Retquires: +Requires: Name: QSignalMapper SeeAlso: ??? Feature: IMAGEIO Section: Images -Retquires: REGEXP +Requires: REGEXP Name: Image formats SeeAlso: ??? Feature: IMAGEIO_BMP Section: Images -Retquires: IMAGEIO DATASTREAM +Requires: IMAGEIO DATASTREAM Name: BMP image I/O SeeAlso: ??? Feature: IMAGEIO_PPM Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: PPM image I/O SeeAlso: ??? Feature: IMAGEIO_XBM Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: XBM image I/O SeeAlso: ??? Feature: IMAGEIO_XPM Section: Images -Retquires: IMAGEIO SPRINTF TEXTSTREAM +Requires: IMAGEIO SPRINTF TEXTSTREAM Name: XPM image I/O SeeAlso: ??? Feature: IMAGEIO_PNG Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: PNG image I/O SeeAlso: ??? Feature: IMAGEIO_MNG Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: MNG image I/O SeeAlso: ??? Feature: IMAGEIO_JPEG Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: JPEG image I/O SeeAlso: ??? Feature: ASYNC_IO Section: Images -Retquires: +Requires: Name: Asynchronous I/O SeeAlso: ??? Feature: ASYNC_IMAGE_IO Section: Images -Retquires: IMAGEIO +Requires: IMAGEIO Name: Asynchronous image I/O SeeAlso: ??? Feature: MOVIE Section: Images -Retquires: ASYNC_IO ASYNC_IMAGE_IO +Requires: ASYNC_IO ASYNC_IMAGE_IO Name: Animated images SeeAlso: ??? Feature: FREETYPE Section: Fonts -Retquires: +Requires: Name: Freetype font engine SeeAlso: ??? Feature: BDF Section: Fonts -Retquires: TEXTSTREAM STRINGLIST +Requires: TEXTSTREAM STRINGLIST Name: BDF font files SeeAlso: ??? Feature: FONTDATABASE Section: Fonts -Retquires: STRINGLIST +Requires: STRINGLIST Name: QFontDatabase SeeAlso: ??? Feature: TRANSLATION Section: Internationalization -Retquires: DATASTREAM +Requires: DATASTREAM Name: Translations via QObject::tr() SeeAlso: ??? Feature: TRANSLATION_UTF8 Section: Internationalization -Retquires: TRANSLATION TEXTCODEC +Requires: TRANSLATION TEXTCODEC Name: Translations via QObject::trUtf8() SeeAlso: ??? Feature: TEXTCODEC Section: Internationalization -Retquires: +Requires: Name: Character set conversions SeeAlso: ??? Feature: CODECS Section: Internationalization -Retquires: TEXTCODEC +Requires: TEXTCODEC Name: Non-Unicode text conversions SeeAlso: ??? Feature: BIG_CODECS Section: Internationalization -Retquires: CODEC_HEBREW +Requires: CODEC_HEBREW Name: Big Codecs (eg. CJK) SeeAlso: ??? Feature: CODEC_HEBREW Section: Internationalization -Retquires: CODECS COMPLEXTEXT +Requires: CODECS COMPLEXTEXT Name: Hebrew Codec SeeAlso: ??? Feature: UNICODETABLES Section: Internationalization -Retquires: +Requires: Name: Unicode property tables SeeAlso: ??? Feature: MIME Section: File I/O -Retquires: DIR IMAGEIO TEXTCODEC +Requires: DIR IMAGEIO TEXTCODEC Name: MIME SeeAlso: ??? Feature: RICHTEXT Section: Widgets -Retquires: STYLE LAYOUT STRINGLIST TEXTSTREAM +Requires: STYLE LAYOUT STRINGLIST TEXTSTREAM Name: RichText (HTML) display SeeAlso: ??? Feature: TEXTCUSTOMITEM Section: Widgets -Retquires: RICHTEXT MIME +Requires: RICHTEXT MIME Name: RichText (HTML) tables and images SeeAlso: ??? Feature: COMPLEXTEXT Section: Internationalization -Retquires: RICHTEXT +Requires: RICHTEXT Name: Complex scripts (eg. BiDi) SeeAlso: ??? Feature: DOM Section: File I/O -Retquires: XML MIME +Requires: XML MIME Name: Document Object Model SeeAlso: ??? Feature: SOUND Section: Kernel -Retquires: +Requires: Name: Playing sounds SeeAlso: ??? Feature: QWS_SOUNDSERVER Section: Qt/Embedded-specific -Retquires: SOUND DIR DNS +Requires: SOUND DIR DNS Name: Server to play sound SeeAlso: ??? Feature: PROPERTIES Section: Kernel -Retquires: VARIANT STRINGLIST ICONSET +Requires: VARIANT STRINGLIST ICONSET Name: Properties SeeAlso: ??? Feature: NETWORK Section: Networking -Retquires: +Requires: Name: Networking SeeAlso: ??? Feature: DNS Section: Networking -Retquires: NETWORK STRINGLIST TEXTSTREAM SPRINTF +Requires: NETWORK STRINGLIST TEXTSTREAM SPRINTF Name: DNS SeeAlso: ??? Feature: URL Section: Networking -Retquires: DIR +Requires: DIR Name: URL parser SeeAlso: ??? Feature: NETWORKPROTOCOL Section: Networking -Retquires: TEXTCODEC URL +Requires: TEXTCODEC URL Name: Network file access SeeAlso: ??? Feature: NETWORKPROTOCOL_FTP Section: Networking -Retquires: NETWORKPROTOCOL DNS TEXTDATE +Requires: NETWORKPROTOCOL DNS TEXTDATE Name: FTP file access SeeAlso: ??? Feature: NETWORKPROTOCOL_HTTP Section: Networking -Retquires: NETWORKPROTOCOL DNS +Requires: NETWORKPROTOCOL DNS Name: HTTP file access SeeAlso: ??? Feature: PROCESS Section: File I/O -Retquires: STRINGLIST REGEXP +Requires: STRINGLIST REGEXP Name: External process invocation. SeeAlso: ??? Feature: QWS_MULTIPROCESS Section: Qt/Embedded-specific -Retquires: NETWORK +Requires: NETWORK Name: Multi-process architecture SeeAlso: ??? Feature: COP Section: Networking -Retquires: DATASTREAM +Requires: DATASTREAM Name: QCop IPC SeeAlso: ??? Feature: QWS_KEYBOARD Section: Qt/Embedded-specific -Retquires: +Requires: Name: Console keyboard SeeAlso: ??? Feature: QWS_KBD_SL5000 Section: Qt/Embedded-specific -Retquires: QWS_KEYBOARD +Requires: QWS_KEYBOARD Name: Keyboard for SHARP Zaurus SL5xxx devices SeeAlso: ??? Feature: QWS_CURSOR Section: Qt/Embedded-specific -Retquires: CURSOR +Requires: CURSOR Name: Visible cursor SeeAlso: ??? Feature: QWS_ALPHA_CURSOR Section: Qt/Embedded-specific -Retquires: +Requires: Name: Alpha-blended cursor SeeAlso: ??? Feature: QWS_MACH64 Section: Qt/Embedded-specific -Retquires: +Requires: Name: Mach64 acceleration SeeAlso: ??? Feature: QWS_VOODOO3 Section: Qt/Embedded-specific -Retquires: +Requires: Name: Voodoo3 acceleration SeeAlso: ??? Feature: QWS_MATROX Section: Qt/Embedded-specific -Retquires: +Requires: Name: Matrox MGA acceleration SeeAlso: ??? Feature: QWS_REPEATER Section: Qt/Embedded-specific -Retquires: +Requires: Name: Repeater display SeeAlso: ??? Feature: QWS_VFB Section: Qt/Embedded-specific -Retquires: +Requires: Name: Virtual frame buffer SeeAlso: ??? Feature: QWS_TRANSFORMED Section: Qt/Embedded-specific -Retquires: QWS_LINUXFB +Requires: QWS_LINUXFB Name: Transformed frame buffer SeeAlso: ??? Feature: QWS_LINUXFB Section: Qt/Embedded-specific -Retquires: +Requires: Name: Linux framebuffer SeeAlso: ??? Feature: QWS_VNC Section: Qt/Embedded-specific -Retquires: NETWORK +Requires: NETWORK Name: Remote frame buffer (VNC) SeeAlso: ??? Feature: QWS_SHADOWFB Section: Qt/Embedded-specific -Retquires: +Requires: Name: Shadow frame buffer SeeAlso: ??? Feature: QWS_DEPTH_1 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 1-bit monochrome SeeAlso: ??? Feature: QWS_DEPTH_4 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 4-bit grayscale SeeAlso: ??? Feature: QWS_VGA_16 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 4-bit VGA SeeAlso: ??? Feature: QWS_DEPTH_8GRAYSCALE Section: Qt/Embedded-specific -Retquires: +Requires: Name: 8-bit grayscale SeeAlso: ??? Feature: QWS_DEPTH_8 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 8-bit color SeeAlso: ??? Feature: QWS_DEPTH_16 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 15 or 16-bit color SeeAlso: ??? Feature: QWS_DEPTH_24 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 24-bit color SeeAlso: ??? Feature: QWS_DEPTH_32 Section: Qt/Embedded-specific -Retquires: +Requires: Name: 32-bit color SeeAlso: ??? Feature: QWS_DEPTH_32_BGR Section: Qt/Embedded-specific -Retquires: QWS_DEPTH_32 +Requires: QWS_DEPTH_32 Name: 32-bit color, BGR order SeeAlso: ??? Feature: QWS_MANAGER Section: Qt/Embedded-specific -Retquires: +Requires: Name: Window Manager SeeAlso: ??? Feature: QWS_KDE2_WM_STYLE Section: Qt/Embedded-specific -Retquires: QWS_MANAGER +Requires: QWS_MANAGER Name: The "KDE2" style SeeAlso: ??? Feature: QWS_HYDRO_WM_STYLE Section: Qt/Embedded-specific -Retquires: QWS_MANAGER +Requires: QWS_MANAGER Name: The "Hydro" style SeeAlso: ??? Feature: QWS_BEOS_WM_STYLE Section: Qt/Embedded-specific -Retquires: QWS_MANAGER +Requires: QWS_MANAGER Name: The "BeOS" style SeeAlso: ??? Feature: QWS_KDE_WM_STYLE Section: Qt/Embedded-specific -Retquires: QWS_MANAGER +Requires: QWS_MANAGER Name: The "KDE" style SeeAlso: ??? Feature: QWS_WINDOWS_WM_STYLE Section: Qt/Embedded-specific -Retquires: QWS_MANAGER +Requires: QWS_MANAGER Name: The "Windows" style SeeAlso: ??? Feature: QWS_MOUSE_AUTO Section: Qt/Embedded-specific -Retquires: +Requires: Name: Autodetecting mouse driver SeeAlso: ??? Feature: QWS_MOUSE_MANUAL Section: Qt/Embedded-specific -Retquires: +Requires: Name: Non-autodetecting mouse driver SeeAlso: ??? Feature: QWS_SAVEFONTS Section: Qt/Embedded-specific -Retquires: +Requires: Name: Saving of fonts SeeAlso: ??? Feature: QWS_GFX_SPEED Section: Qt/Embedded-specific -Retquires: +Requires: Name: Favour code size over graphics speed SeeAlso: ??? Feature: QWS_PROPERTIES Section: Qt/Embedded-specific -Retquires: +Requires: Name: Qt/Embedded window system properties. SeeAlso: ??? Feature: CLIPBOARD Section: Kernel -Retquires: QWS_PROPERTIES MIME +Requires: QWS_PROPERTIES MIME Name: Cut and paste SeeAlso: ??? Feature: DRAGANDDROP Section: Kernel -Retquires: MIME QWS_PROPERTIES IMAGEIO_XPM +Requires: MIME QWS_PROPERTIES IMAGEIO_XPM Name: Drag and drop SeeAlso: ??? Feature: MIMECLIPBOARD Section: Kernel -Retquires: CLIPBOARD +Requires: CLIPBOARD Name: Cut and paste non-text SeeAlso: ??? Feature: DRAWUTIL Section: Kernel -Retquires: SPRINTF PALETTE +Requires: SPRINTF PALETTE Name: Drawing utility functions SeeAlso: ??? Feature: IMAGE_TRUECOLOR Section: Images -Retquires: +Requires: Name: TrueColor QImage SeeAlso: ??? Feature: IMAGE_SMOOTHSCALE Section: Images -Retquires: +Requires: Name: Smooth QImage scaling SeeAlso: ??? Feature: IMAGE_DITHER_TO_1 Section: Images -Retquires: +Requires: Name: Dither QImage to 1-bit image SeeAlso: ??? Feature: IMAGE_HEURISTIC_MASK Section: Images -Retquires: +Requires: Name: QImage::createHeuristicMask() SeeAlso: ??? Feature: IMAGE_MIRROR Section: Images -Retquires: +Requires: Name: QImage mirroring SeeAlso: ??? Feature: IMAGE_TEXT Section: Images -Retquires: STRINGLIST +Requires: STRINGLIST Name: Image file text strings SeeAlso: ??? Feature: IMAGE_16_BIT Section: Qt/Embedded-specific -Retquires: IMAGE_TRUECOLOR +Requires: IMAGE_TRUECOLOR Name: 16-bit QImage SeeAlso: ??? Feature: CURSOR Section: Kernel -Retquires: +Requires: Name: Cursors SeeAlso: ??? Feature: COLORNAMES Section: Painting -Retquires: +Requires: Name: Named colors SeeAlso: ??? Feature: TRANSFORMATIONS Section: Painting -Retquires: WMATRIX +Requires: WMATRIX Name: Scaling and rotation SeeAlso: ??? Feature: PIXMAP_TRANSFORMATION Section: Painting -Retquires: WMATRIX +Requires: WMATRIX Name: Pixmap transformations SeeAlso: ??? Feature: IMAGE_TRANSFORMATION Section: Painting -Retquires: PIXMAP_TRANSFORMATION +Requires: PIXMAP_TRANSFORMATION Name: Image transformations SeeAlso: ??? Feature: SVG Section: Painting -Retquires: DOM TRANSFORMATIONS SPRINTF +Requires: DOM TRANSFORMATIONS SPRINTF Name: Scalable Vector Graphics (SVG) SeeAlso: ??? Feature: BEZIER Section: Painting -Retquires: +Requires: Name: Bezier curves SeeAlso: ??? Feature: PRINTER Section: Painting -Retquires: TEXTSTREAM SPRINTF FONTDATABASE DATESTRING REGEXP_CAPTURE +Requires: TEXTSTREAM SPRINTF FONTDATABASE DATESTRING REGEXP_CAPTURE Name: Printing SeeAlso: ??? Feature: PICTURE Section: Painting -Retquires: DATASTREAM IMAGEIO +Requires: DATASTREAM IMAGEIO Name: QPicture SeeAlso: ??? Feature: LAYOUT Section: Kernel -Retquires: +Requires: Name: Automatic widget layout SeeAlso: ??? Feature: STYLE Section: Widgets -Retquires: DRAWUTIL +Requires: DRAWUTIL Name: QStyle SeeAlso: ??? Feature: WIDGET_TOPEXTRA Section: Kernel -Retquires: IMAGE_HEURISTIC_MASK +Requires: IMAGE_HEURISTIC_MASK Name: Window icon and caption SeeAlso: ??? Feature: DIALOG Section: Widgets -Retquires: +Requires: Name: Dialogs SeeAlso: ??? Feature: SEMIMODAL Section: Widgets -Retquires: DIALOG +Requires: DIALOG Name: Semi-modal dialogs SeeAlso: ??? Feature: FRAME Section: Widgets -Retquires: STYLE +Requires: STYLE Name: Framed widgets SeeAlso: ??? Feature: EFFECTS Section: Kernel -Retquires: +Requires: Name: Special widget effects (fading, scrolling) SeeAlso: ??? Feature: LABEL Section: Widgets -Retquires: FRAME +Requires: FRAME Name: QLabel SeeAlso: ??? Feature: TOOLBAR Section: Widgets -Retquires: MAINWINDOW +Requires: MAINWINDOW Name: Toolbars SeeAlso: ??? Feature: BUTTON Section: Widgets -Retquires: +Requires: Name: Buttons SeeAlso: ??? Feature: CHECKBOX Section: Widgets -Retquires: BUTTON STYLE +Requires: BUTTON STYLE Name: Check-boxes SeeAlso: ??? Feature: RADIOBUTTON Section: Widgets -Retquires: BUTTON STYLE +Requires: BUTTON STYLE Name: Radio-buttons SeeAlso: ??? Feature: TOOLBUTTON Section: Widgets -Retquires: BUTTON ICONSET STYLE +Requires: BUTTON ICONSET STYLE Name: Tool-buttons SeeAlso: ??? Feature: GRID Section: Widgets -Retquires: LAYOUT FRAME +Requires: LAYOUT FRAME Name: Grid layout widgets SeeAlso: ??? Feature: GROUPBOX Section: Widgets -Retquires: FRAME LAYOUT +Requires: FRAME LAYOUT Name: Group boxes SeeAlso: ??? Feature: BUTTONGROUP Section: Widgets -Retquires: GROUPBOX BUTTON RADIOBUTTON +Requires: GROUPBOX BUTTON RADIOBUTTON Name: Button groups SeeAlso: ??? Feature: HGROUPBOX Section: Widgets -Retquires: GROUPBOX +Requires: GROUPBOX Name: Horizontal group boxes SeeAlso: ??? Feature: VGROUPBOX Section: Widgets -Retquires: HGROUPBOX +Requires: HGROUPBOX Name: Vertical group boxes SeeAlso: ??? Feature: HBUTTONGROUP Section: Widgets -Retquires: BUTTONGROUP +Requires: BUTTONGROUP Name: Horizontal button groups SeeAlso: ??? Feature: VBUTTONGROUP Section: Widgets -Retquires: HBUTTONGROUP +Requires: HBUTTONGROUP Name: Vertical button groups SeeAlso: ??? Feature: HBOX Section: Widgets -Retquires: LAYOUT FRAME +Requires: LAYOUT FRAME Name: Horizontal box layout widgets SeeAlso: ??? Feature: VBOX Section: Widgets -Retquires: HBOX +Requires: HBOX Name: Vertical box layout widgets SeeAlso: ??? Feature: MAINWINDOW Section: Widgets -Retquires: STRINGLIST POPUPMENU TITLEBAR RESIZEHANDLER TOOLBUTTON STATUSBAR +Requires: STRINGLIST POPUPMENU TITLEBAR RESIZEHANDLER TOOLBUTTON STATUSBAR Name: Main-windows SeeAlso: ??? Feature: RESIZEHANDLER Section: Widgets -Retquires: FRAME +Requires: FRAME Name: Internal resize handler SeeAlso: ??? Feature: MENUDATA Section: Widgets -Retquires: ICONSET VARIANT +Requires: ICONSET VARIANT Name: Menu-oriented widgets SeeAlso: ??? Feature: POPUPMENU Section: Widgets -Retquires: MENUDATA FRAME +Requires: MENUDATA FRAME Name: Popup-menus SeeAlso: ??? Feature: MENUBAR Section: Widgets -Retquires: POPUPMENU +Requires: POPUPMENU Name: Menu bars SeeAlso: ??? Feature: PUSHBUTTON Section: Widgets -Retquires: BUTTON STYLE +Requires: BUTTON STYLE Name: Push-buttons SeeAlso: ??? Feature: PROGRESSBAR Section: Widgets -Retquires: FRAME +Requires: FRAME Name: Progress bars SeeAlso: ??? Feature: RANGECONTROL Section: Widgets -Retquires: +Requires: Name: Range-control widgets SeeAlso: ??? Feature: SCROLLBAR Section: Widgets -Retquires: RANGECONTROL STYLE +Requires: RANGECONTROL STYLE Name: Scroll bars SeeAlso: ??? Feature: SLIDER Section: Widgets -Retquires: RANGECONTROL STYLE +Requires: RANGECONTROL STYLE Name: Sliders SeeAlso: ??? Feature: DIAL Section: Widgets -Retquires: RANGECONTROL STYLE +Requires: RANGECONTROL STYLE Name: Dials SeeAlso: ??? Feature: SPINWIDGET Section: Widgets -Retquires: FRAME +Requires: FRAME Name: Spinbox control widget SeeAlso: ??? Feature: SCROLLVIEW Section: Widgets -Retquires: SCROLLBAR FRAME +Requires: SCROLLBAR FRAME Name: Scrollable view widgets SeeAlso: ??? Feature: ICONVIEW Section: Widgets -Retquires: SCROLLVIEW IMAGEIO_XPM IMAGE_HEURISTIC_MASK +Requires: SCROLLVIEW IMAGEIO_XPM IMAGE_HEURISTIC_MASK Name: QIconView SeeAlso: ??? Feature: GRIDVIEW Section: Widgets -Retquires: SCROLLVIEW +Requires: SCROLLVIEW Name: QGridView SeeAlso: ??? Feature: TEXTVIEW Section: Widgets -Retquires: TEXTEDIT +Requires: TEXTEDIT Name: QTextView SeeAlso: ??? Feature: TEXTEDIT Section: Widgets -Retquires: RICHTEXT SCROLLVIEW +Requires: RICHTEXT SCROLLVIEW Name: Rich text edit SeeAlso: ??? Feature: SYNTAXHIGHLIGHTER Section: Widgets -Retquires: TEXTEDIT +Requires: TEXTEDIT Name: Rich text syntax highlighting SeeAlso: ??? Feature: SPLASHSCREEN Section: Widgets -Retquires: IMAGEIO +Requires: IMAGEIO Name: Splash screen widget SeeAlso: ??? Feature: TABLEVIEW Section: Widgets -Retquires: SCROLLBAR +Requires: SCROLLBAR Name: Table-like widgets SeeAlso: ??? Feature: LINEEDIT Section: Widgets -Retquires: FRAME +Requires: FRAME Name: Single-line edits SeeAlso: ??? Feature: MULTILINEEDIT Section: Widgets -Retquires: TEXTEDIT +Requires: TEXTEDIT Name: Multi-line edits SeeAlso: ??? Feature: SPINBOX Section: Widgets -Retquires: RANGECONTROL SPINWIDGET LINEEDIT VALIDATOR +Requires: RANGECONTROL SPINWIDGET LINEEDIT VALIDATOR Name: Spin boxes SeeAlso: ??? Feature: SPLITTER Section: Widgets -Retquires: FRAME LAYOUT +Requires: FRAME LAYOUT Name: Splitters SeeAlso: ??? Feature: STATUSBAR Section: Widgets -Retquires: LAYOUT STYLE +Requires: LAYOUT STYLE Name: Status bars SeeAlso: ??? Feature: TABBAR Section: Widgets -Retquires: TOOLBUTTON +Requires: TOOLBUTTON Name: Tab-bars SeeAlso: ??? Feature: TABWIDGET Section: Widgets -Retquires: TABBAR WIDGETSTACK +Requires: TABBAR WIDGETSTACK Name: Tab widgets SeeAlso: ??? Feature: TOOLTIP Section: Widgets -Retquires: LABEL +Requires: LABEL Name: Tool tips SeeAlso: ??? Feature: VALIDATOR Section: Widgets -Retquires: +Requires: Name: Input validators SeeAlso: ??? Feature: WHATSTHIS Section: Widgets -Retquires: TOOLTIP TOOLBUTTON +Requires: TOOLTIP TOOLBUTTON Name: "What's this" help SeeAlso: ??? Feature: WIDGETSTACK Section: Widgets -Retquires: FRAME +Requires: FRAME Name: Widget stacks SeeAlso: ??? Feature: TEXTBROWSER Section: Widgets -Retquires: TEXTVIEW MIME +Requires: TEXTVIEW MIME Name: QTextBrowser SeeAlso: ??? Feature: LISTBOX Section: Widgets -Retquires: SCROLLVIEW STRINGLIST +Requires: SCROLLVIEW STRINGLIST Name: QListBox SeeAlso: ??? Feature: ACCEL Section: Kernel -Retquires: SPRINTF +Requires: SPRINTF Name: Keyboard accelerators and shortcuts SeeAlso: ??? Feature: SIZEGRIP Section: Widgets -Retquires: STYLE +Requires: STYLE Name: QSizeGrip SeeAlso: ??? Feature: HEADER Section: Widgets -Retquires: STYLE ICONSET +Requires: STYLE ICONSET Name: QHeader SeeAlso: ??? Feature: TITLEBAR Section: Kernel -Retquires: STYLE +Requires: STYLE Name: Internal titlebar widget SeeAlso: ??? Feature: LCDNUMBER Section: Widgets -Retquires: FRAME +Requires: FRAME Name: QLCDNumber SeeAlso: ??? Feature: ACTION Section: Kernel -Retquires: TOOLBUTTON COMBOBOX +Requires: TOOLBUTTON COMBOBOX Name: QAction SeeAlso: ??? Feature: COMBOBOX Section: Widgets -Retquires: LISTBOX LINEEDIT POPUPMENU +Requires: LISTBOX LINEEDIT POPUPMENU Name: QComboBox SeeAlso: ??? Feature: LISTVIEW Section: Widgets -Retquires: SCROLLVIEW HEADER LINEEDIT +Requires: SCROLLVIEW HEADER LINEEDIT Name: QListView SeeAlso: ??? Feature: STYLE_WINDOWS Section: Widgets -Retquires: STYLE +Requires: STYLE Name: Windows style SeeAlso: ??? Feature: STYLE_MOTIF Section: Widgets -Retquires: STYLE +Requires: STYLE Name: Motif style SeeAlso: ??? Feature: STYLE_INTERLACE Section: Widgets -Retquires: STYLE_MOTIF +Requires: STYLE_MOTIF Name: Interlace-friendly style SeeAlso: ??? Feature: STYLE_COMPACT Section: Widgets -Retquires: STYLE_WINDOWS +Requires: STYLE_WINDOWS Name: Compact Windows style SeeAlso: ??? Feature: STYLE_PLATINUM Section: Widgets -Retquires: STYLE_WINDOWS +Requires: STYLE_WINDOWS Name: Platinum style SeeAlso: ??? Feature: STYLE_AQUA Section: Widgets -Retquires: STYLE_WINDOWS IMAGE_TRANSFORMATION +Requires: STYLE_WINDOWS IMAGE_TRANSFORMATION Name: Aqua style SeeAlso: ??? Feature: STYLE_CDE Section: Widgets -Retquires: STYLE_MOTIF TRANSFORMATIONS +Requires: STYLE_MOTIF TRANSFORMATIONS Name: CDE style SeeAlso: ??? Feature: STYLE_SGI Section: Widgets -Retquires: STYLE_MOTIF TRANSFORMATIONS BUTTON SCROLLBAR SLIDER LINEEDIT MENUBAR +Requires: STYLE_MOTIF TRANSFORMATIONS BUTTON SCROLLBAR SLIDER LINEEDIT MENUBAR Name: SGI style SeeAlso: ??? Feature: STYLE_MOTIFPLUS Section: Widgets -Retquires: STYLE_MOTIF TRANSFORMATIONS BUTTON SCROLLBAR SLIDER +Requires: STYLE_MOTIF TRANSFORMATIONS BUTTON SCROLLBAR SLIDER Name: Motif-plus style SeeAlso: ??? Feature: COLORDIALOG Section: Widgets -Retquires: DIALOG LABEL PUSHBUTTON LINEEDIT VALIDATOR GRIDVIEW LAYOUT +Requires: DIALOG LABEL PUSHBUTTON LINEEDIT VALIDATOR GRIDVIEW LAYOUT Name: QColorDialog SeeAlso: ??? Feature: MESSAGEBOX Section: Widgets -Retquires: DIALOG PUSHBUTTON LABEL +Requires: DIALOG PUSHBUTTON LABEL Name: QMessageBox SeeAlso: ??? Feature: TABDIALOG Section: Widgets -Retquires: DIALOG PUSHBUTTON LAYOUT TABWIDGET +Requires: DIALOG PUSHBUTTON LAYOUT TABWIDGET Name: QTabDialog SeeAlso: ??? Feature: WIZARD Section: Widgets -Retquires: DIALOG WIDGETSTACK PUSHBUTTON LAYOUT LABEL +Requires: DIALOG WIDGETSTACK PUSHBUTTON LAYOUT LABEL Name: QWizard SeeAlso: ??? Feature: FILEDIALOG Section: Widgets -Retquires: MESSAGEBOX LISTVIEW NETWORKPROTOCOL COMBOBOX SEMIMODAL REGEXP_CAPTURE TOOLBUTTON BUTTONGROUP VBOX SPLITTER PROGRESSBAR WIDGETSTACK DATESTRING +Requires: MESSAGEBOX LISTVIEW NETWORKPROTOCOL COMBOBOX SEMIMODAL REGEXP_CAPTURE TOOLBUTTON BUTTONGROUP VBOX SPLITTER PROGRESSBAR WIDGETSTACK DATESTRING Name: QFileDialog SeeAlso: ??? Feature: FONTDIALOG Section: Widgets -Retquires: DIALOG FONTDATABASE COMBOBOX LABEL CHECKBOX PUSHBUTTON VGROUPBOX VALIDATOR +Requires: DIALOG FONTDATABASE COMBOBOX LABEL CHECKBOX PUSHBUTTON VGROUPBOX VALIDATOR Name: QFontDialog SeeAlso: ??? Feature: PRINTDIALOG Section: Widgets -Retquires: DIALOG LISTVIEW PRINTER COMBOBOX LABEL BUTTONGROUP SPINBOX RADIOBUTTON PUSHBUTTON DIR +Requires: DIALOG LISTVIEW PRINTER COMBOBOX LABEL BUTTONGROUP SPINBOX RADIOBUTTON PUSHBUTTON DIR Name: QPrintDialog SeeAlso: ??? Feature: PROGRESSDIALOG Section: Widgets -Retquires: SEMIMODAL LABEL PUSHBUTTON PROGRESSBAR +Requires: SEMIMODAL LABEL PUSHBUTTON PROGRESSBAR Name: QProgressDialog SeeAlso: ??? Feature: INPUTDIALOG Section: Widgets -Retquires: DIALOG COMBOBOX LABEL PUSHBUTTON SPINBOX WIDGETSTACK LAYOUT +Requires: DIALOG COMBOBOX LABEL PUSHBUTTON SPINBOX WIDGETSTACK LAYOUT Name: QInputDialog SeeAlso: ??? Feature: ERRORMESSAGE Section: Widgets -Retquires: DIALOG PUSHBUTTON LABEL CHECKBOX TEXTVIEW +Requires: DIALOG PUSHBUTTON LABEL CHECKBOX TEXTVIEW Name: QErrorMessage SeeAlso: ??? Feature: SESSIONMANAGER Section: Kernel -Retquires: STRINGLIST +Requires: STRINGLIST Name: Session management SeeAlso: ??? Feature: DATETIMEEDIT Section: Widgets -Retquires: RICHTEXT SPINWIDGET DATESTRING +Requires: RICHTEXT SPINWIDGET DATESTRING Name: QDateTimeEdit SeeAlso: ??? Feature: TEXTCODECPLUGIN Section: Internationalization -Retquires: COMPONENT TEXTCODEC +Requires: COMPONENT TEXTCODEC Name: QTextCodecPlugin SeeAlso: ??? Feature: IMAGEFORMATPLUGIN Section: Images -Retquires: COMPONENT IMAGEIO +Requires: COMPONENT IMAGEIO Name: QImageFormatPlugin SeeAlso: ??? Feature: WIDGETPLUGIN Section: Widgets -Retquires: COMPONENT ICONSET +Requires: COMPONENT ICONSET Name: QWidgetPlugin SeeAlso: ??? Feature: DIRECTPAINTER Section: Painting -Retquires: +Requires: Name: QDirectPainter SeeAlso: ??? Feature: DIALOGBUTTONS Section: Widgets -Retquires: LAYOUT STYLE PUSHBUTTON +Requires: LAYOUT STYLE PUSHBUTTON Name: Experimental internal class SeeAlso: ??? diff --git a/src/widgets/qtoolbar.cpp b/src/widgets/qtoolbar.cpp index c28331893..103c3b429 100644 --- a/src/widgets/qtoolbar.cpp +++ b/src/widgets/qtoolbar.cpp @@ -369,7 +369,7 @@ TQToolBar::TQToolBar( TQMainWindow * parent, const char * name ) /*! \internal - Common initialization code. Retquires that \c mw and \c o are set. + Common initialization code. Requires that \c mw and \c o are set. Does not call TQMainWindow::addDockWindow(). */ void TQToolBar::init() |