~ubuntu-branches/ubuntu/karmic/eric/karmic

« back to all changes in this revision

Viewing changes to eric/Documentation/Source/eric3doc-eric3.UI.IconProvider.html

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-01-28 18:02:25 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128180225-6nrox6yrworh2c4v
Tags: 4.0.4-1ubuntu1
* Add python-qt3 to build-depends becuase that's where Ubuntu puts 
  pyqtconfig
* Change maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
2
 
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
3
 
<html><head>
4
 
<title>eric3.UI.IconProvider</title>
5
 
</head>
6
 
<body bgcolor="#FFFFFF"><a NAME="top" ID="top"></a>
7
 
<h1><font color="#0000FF">eric3.UI.IconProvider</font></h1>
8
 
<p>
9
 
Module implementing an icon provider for QFileDialog.
10
 
</p>
11
 
<h3><font color="#FF0000">Classes</font></h3>
12
 
<table>
13
 
<tr>
14
 
<td><a href="#IconProvider">IconProvider</a></td>
15
 
<td>Class providing icons to QFileDialog.</td>
16
 
</tr>
17
 
</table>
18
 
<h3><font color="#FF0000">Functions</font></h3>
19
 
<table>
20
 
<tr><td>None</td></tr>
21
 
</table>
22
 
<hr /><hr />
23
 
<a NAME="IconProvider" ID="IconProvider"></a>
24
 
<h2><font color="#0000FF">IconProvider</font></h2>
25
 
<p>
26
 
    Class providing icons to QFileDialog.
27
 
</p><p>
28
 
    The icons provided are for Python (*.py, *.pyx, *.ptl)), Qt-Designer (*.ui),
29
 
    QT-Linguist (*.ts), IDL (*.idl), graphics, eric3 keyboard shortcuts (*.e3k, *.e3kz), 
30
 
    and eric3 project (*.e3p, *.e3pz) files.
31
 
</p>
32
 
<h3><font color="#FF0000">Derived from</font></h3>
33
 
QFileIconProvider
34
 
<h3><font color="#FF0000">Methods</font></h3>
35
 
<table>
36
 
<tr>
37
 
<td><a href="#IconProvider.__init__">IconProvider</a></td>
38
 
<td>Constructor</td>
39
 
</tr><tr>
40
 
<td><a href="#IconProvider.pixmap">pixmap</a></td>
41
 
<td>Method to retrieve the pixmap for a file.</td>
42
 
</tr>
43
 
</table>
44
 
<p><a NAME="IconProvider.__init__" ID="IconProvider__init__"></a>
45
 
<h3><font color="#0000FF">IconProvider (Constructor)</font></h3>
46
 
<b>IconProvider</b>(<i></i>)
47
 
<p>
48
 
        Constructor
49
 
</p><a NAME="IconProvider.pixmap" ID="IconProviderpixmap"></a>
50
 
<h3><font color="#0000FF">IconProvider.pixmap</font></h3>
51
 
<b>pixmap</b>(<i>finfo</i>)
52
 
<p>
53
 
        Method to retrieve the pixmap for a file.
54
 
</p><dl>
55
 
<dt><i>finfo</i></dt>
56
 
<dd>
57
 
The file info object. (QFileInfo)
58
 
</dd>
59
 
</dl><dl>
60
 
<dt>Returns:</dt>
61
 
<dd>
62
 
The pixmap for the file. (QPixmap)
63
 
</dd>
64
 
</dl></p>
65
 
<div align="right"><a href="#top">Up</a></div>
66
 
<hr />
67
 
</body></html>
 
 
b'\\ No newline at end of file'