~ubuntu-branches/ubuntu/natty/kdebindings/natty

« back to all changes in this revision

Viewing changes to perl/qtgui/examples/help/simpletextviewer/documentation/browse.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-01 11:14:38 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20101201111438-1q61cvs8zw118t3m
Tags: 4:4.5.80-0ubuntu1
* New upstream release
* Remove build-dep on libqimageblitz-dev, causes smoke to segfault

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
    <head>
 
3
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
4
        <title>Browse</title>
 
5
    </head>
 
6
    <body style="font-size:12pt;font-family:helvetica">
 
7
        
 
8
        <p><center><h2>Browse</h2></center></p>
 
9
 
 
10
        <p>
 
11
        The file dialog let you browse the current file system to
 
12
        specify the directory in which the file you want to open
 
13
        resides. 
 
14
        Note that only the specified directory will be searched, any
 
15
        subdirectories will simply be ignored.
 
16
        </p>
 
17
 
 
18
        <br />
 
19
        <br />
 
20
        <table align="center" cellpadding="2" cellspacing="1" border="0" width="100%">
 
21
        <tr valign="top" bgcolor="#f0f0f0">
 
22
        <td><center><img src="images/browse.png" /></center></td>
 
23
        </tr>
 
24
        </table>
 
25
 
 
26
        <br />
 
27
        <br />
 
28
        <p>
 
29
        See also: <a href="filedialog.html">File Dialog</a>, <a href="wildcardmatching.html">Wildcard Matching</a>,
 
30
        <a href="findfile.html">Find File</a>
 
31
        </p>
 
32
    </body>
 
33
</html>
 
34