Changeset 769 for trunk/doc/src/examples
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/doc/src/examples/googlesuggest.qdoc
r651 r769 112 112 113 113 Key event handling is implemented so that Enter and Return execute the 114 selected link, while the Escape key hides the popup. Sin e we want to be114 selected link, while the Escape key hides the popup. Since we want to be 115 115 able to navigate the list of suggestions using the different navigation 116 116 keys on the keyboard we let Qt continue regular event processing for those -
trunk/doc/src/examples/scribble.qdoc
r651 r769 75 75 \endlist 76 76 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. 80 79 81 80 \section1 ScribbleArea Class Definition -
trunk/doc/src/examples/svgalib.qdoc
r651 r769 43 43 \example qws/svgalib 44 44 \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. 45 48 46 49 The Accelerated Graphics Driver example shows how you can write
Note:
See TracChangeset
for help on using the changeset viewer.