eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.E5Gui.E5ProgressDialog</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.E5Gui.E5ProgressDialog</h1>
23 <p>
24 Module implementing a progress dialog allowing a customized progress bar label.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#E5ProgressDialog">E5ProgressDialog</a></td>
34 <td>Class implementing a progress dialog allowing a customized progress bar label.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr /><hr />
42 <a NAME="E5ProgressDialog" ID="E5ProgressDialog"></a>
43 <h2>E5ProgressDialog</h2>
44 <p>
45 Class implementing a progress dialog allowing a customized progress bar
46 label.
47 </p>
48 <h3>Derived from</h3>
49 QProgressDialog
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Class Methods</h3>
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59 <table>
60 <tr>
61 <td><a href="#E5ProgressDialog.__init__">E5ProgressDialog</a></td>
62 <td>Constructor</td>
63 </tr><tr>
64 <td><a href="#E5ProgressDialog.format">format</a></td>
65 <td>Public method to get the progress bar format.</td>
66 </tr><tr>
67 <td><a href="#E5ProgressDialog.setFormat">setFormat</a></td>
68 <td>Public method to set the progress bar format.</td>
69 </tr>
70 </table>
71 <h3>Static Methods</h3>
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75 <a NAME="E5ProgressDialog.__init__" ID="E5ProgressDialog.__init__"></a>
76 <h4>E5ProgressDialog (Constructor)</h4>
77 <b>E5ProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=None</i>)
78 <p>
79 Constructor
80 </p><dl>
81 <dt><i>labelText</i></dt>
82 <dd>
83 text of the dialog label (string)
84 </dd><dt><i>cancelButtonText</i></dt>
85 <dd>
86 text of the cancel button (string)
87 </dd><dt><i>minimum</i></dt>
88 <dd>
89 minimum value (integer)
90 </dd><dt><i>maximum</i></dt>
91 <dd>
92 maximum value (integer)
93 </dd><dt><i>labelFormat=</i></dt>
94 <dd>
95 label format of the progress bar (string)
96 </dd><dt><i>parent=</i></dt>
97 <dd>
98 reference to the parent widget (QWidget)
99 </dd><dt><i>flags=</i></dt>
100 <dd>
101 window flags of the dialog (Qt.WindowFlags)
102 </dd>
103 </dl><a NAME="E5ProgressDialog.format" ID="E5ProgressDialog.format"></a>
104 <h4>E5ProgressDialog.format</h4>
105 <b>format</b>(<i></i>)
106 <p>
107 Public method to get the progress bar format.
108 </p><dl>
109 <dt>Returns:</dt>
110 <dd>
111 progress bar format (string)
112 </dd>
113 </dl><a NAME="E5ProgressDialog.setFormat" ID="E5ProgressDialog.setFormat"></a>
114 <h4>E5ProgressDialog.setFormat</h4>
115 <b>setFormat</b>(<i>labelFormat</i>)
116 <p>
117 Public method to set the progress bar format.
118 </p><dl>
119 <dt><i>labelFormat</i></dt>
120 <dd>
121 progress bar format (string)
122 </dd>
123 </dl>
124 <div align="right"><a href="#top">Up</a></div>
125 <hr />
126 </body></html>

eric ide

mercurial