Changeset 769 for trunk/doc/src/examples


Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/doc/src/examples/googlesuggest.qdoc

    r651 r769  
    112112
    113113    Key event handling is implemented so that Enter and Return execute the
    114     selected link, while the Escape key hides the popup. Sine we want to be
     114    selected link, while the Escape key hides the popup. Since we want to be
    115115    able to navigate the list of suggestions using the different navigation
    116116    keys on the keyboard we let Qt continue regular event processing for those
  • trunk/doc/src/examples/scribble.qdoc

    r651 r769  
    7575    \endlist
    7676
    77     We will start by reviewing the \c ScribbleArea class, which
    78     contains the interesting, then we will take a look at the \c
    79     MainWindow class that uses it.
     77    We will start by reviewing the \c ScribbleArea class. Then we will
     78    review the \c MainWindow class, which uses \c ScribbleArea.
    8079
    8180    \section1 ScribbleArea Class Definition
  • trunk/doc/src/examples/svgalib.qdoc

    r651 r769  
    4343    \example qws/svgalib
    4444    \title Accelerated Graphics Driver Example
     45
     46    \warning This example was designed to work with Qt 4.4 and will not work
     47    with current versions of Qt. It will be removed from Qt 4.7.
    4548
    4649    The Accelerated Graphics Driver example shows how you can write
Note: See TracChangeset for help on using the changeset viewer.