~kubuntu-members/perlkde/4.11

« back to all changes in this revision

Viewing changes to qt/qtgui/examples/help/simpletextviewer/documentation/filedialog.html

  • Committer: Arno Rehn
  • Date: 2011-01-06 17:49:41 UTC
  • Revision ID: git-v1:ada9e4b459cf6fabd0f3b9b164387469cb19d9bc
A patch by Ian Monroe and myself to modularize the repository.
See README.MODULARIZATION for details.

svn path=/trunk/KDE/kdebindings/perl/; revision=1212365

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>File Dialog</title>
 
5
    </head>
 
6
    <body style="font-size:12pt;font-family:helvetica">
 
7
 
 
8
        <p><center><h2>File Dialog</h2></center></p>
 
9
 
 
10
        <p>
 
11
        In the file dialog you can name a particular file name, or
 
12
        search for files using wildcard matching, i.e. specify a
 
13
        file name containing wildcards. In addition you must specify
 
14
        the directory in which the file you search for resides. 
 
15
        </p>
 
16
 
 
17
        <br />
 
18
        <br />
 
19
        <table align="center" cellpadding="2" cellspacing="1" border="0" width="100%">
 
20
        <tr valign="top" bgcolor="#f0f0f0">
 
21
        <td><center><img src="images/filedialog.png" /></center></td>
 
22
        </tr>
 
23
        </table>
 
24
 
 
25
        <br />
 
26
        <br />
 
27
        <p>
 
28
        By default the dialog will search for all files (*) in the
 
29
        current directory (the directory the application is run from).
 
30
        </p>
 
31
 
 
32
        <p>
 
33
        When editing the file name and directory parameters, an
 
34
        overview of the matching files are displayed in the
 
35
        dialog. The overview is updated whenever the parameters
 
36
        change.
 
37
        </p>
 
38
 
 
39
        <br />
 
40
        <br />
 
41
        <p>
 
42
        See also: <a href="browse.html">Browse</a>, <a href="wildcardmatching.html">Wildcard Matching</a>, 
 
43
        <a href="findfile.html">Find File</a>
 
44
        </p>
 
45
    </body>
 
46
</html>
 
47
 
 
48