Last change
on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.4 KB
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.