eric7/Documentation/Source/eric7.EricWidgets.EricProgressDialog.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.EricWidgets.EricProgressDialog</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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.EricWidgets.EricProgressDialog</h1>
24
25 <p>
26 Module implementing a progress dialog allowing a customized progress bar label.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#EricProgressDialog">EricProgressDialog</a></td>
39 <td>Class implementing a progress dialog allowing a customized progress bar label.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 <hr />
49 <a NAME="EricProgressDialog" ID="EricProgressDialog"></a>
50 <h2>EricProgressDialog</h2>
51
52 <p>
53 Class implementing a progress dialog allowing a customized progress bar
54 label.
55 </p>
56 <h3>Derived from</h3>
57 QProgressDialog
58 <h3>Class Attributes</h3>
59
60 <table>
61 <tr><td>None</td></tr>
62 </table>
63 <h3>Class Methods</h3>
64
65 <table>
66 <tr><td>None</td></tr>
67 </table>
68 <h3>Methods</h3>
69
70 <table>
71
72 <tr>
73 <td><a href="#EricProgressDialog.__init__">EricProgressDialog</a></td>
74 <td>Constructor</td>
75 </tr>
76 <tr>
77 <td><a href="#EricProgressDialog.format">format</a></td>
78 <td>Public method to get the progress bar format.</td>
79 </tr>
80 <tr>
81 <td><a href="#EricProgressDialog.setFormat">setFormat</a></td>
82 <td>Public method to set the progress bar format.</td>
83 </tr>
84 </table>
85 <h3>Static Methods</h3>
86
87 <table>
88 <tr><td>None</td></tr>
89 </table>
90
91 <a NAME="EricProgressDialog.__init__" ID="EricProgressDialog.__init__"></a>
92 <h4>EricProgressDialog (Constructor)</h4>
93 <b>EricProgressDialog</b>(<i>labelText, cancelButtonText, minimum, maximum, labelFormat=None, parent=None, flags=None</i>)
94
95 <p>
96 Constructor
97 </p>
98 <dl>
99
100 <dt><i>labelText</i></dt>
101 <dd>
102 text of the dialog label (string)
103 </dd>
104 <dt><i>cancelButtonText</i></dt>
105 <dd>
106 text of the cancel button (string)
107 </dd>
108 <dt><i>minimum</i></dt>
109 <dd>
110 minimum value (integer)
111 </dd>
112 <dt><i>maximum</i></dt>
113 <dd>
114 maximum value (integer)
115 </dd>
116 <dt><i>labelFormat</i></dt>
117 <dd>
118 label format of the progress bar (string)
119 </dd>
120 <dt><i>parent</i></dt>
121 <dd>
122 reference to the parent widget (QWidget)
123 </dd>
124 <dt><i>flags</i></dt>
125 <dd>
126 window flags of the dialog (Qt.WindowFlags)
127 </dd>
128 </dl>
129 <a NAME="EricProgressDialog.format" ID="EricProgressDialog.format"></a>
130 <h4>EricProgressDialog.format</h4>
131 <b>format</b>(<i></i>)
132
133 <p>
134 Public method to get the progress bar format.
135 </p>
136 <dl>
137 <dt>Return:</dt>
138 <dd>
139 progress bar format (string)
140 </dd>
141 </dl>
142 <a NAME="EricProgressDialog.setFormat" ID="EricProgressDialog.setFormat"></a>
143 <h4>EricProgressDialog.setFormat</h4>
144 <b>setFormat</b>(<i>labelFormat</i>)
145
146 <p>
147 Public method to set the progress bar format.
148 </p>
149 <dl>
150
151 <dt><i>labelFormat</i></dt>
152 <dd>
153 progress bar format (string)
154 </dd>
155 </dl>
156 <div align="right"><a href="#top">Up</a></div>
157 <hr />
158 </body></html>

eric ide

mercurial