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