|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ViewProfileDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ViewProfileDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to configure the various view profiles. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#ViewProfileDialog">ViewProfileDialog</a></td> |
|
23 <td>Class implementing a dialog to configure the various view profiles.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="ViewProfileDialog" ID="ViewProfileDialog"></a> |
|
32 <h2>ViewProfileDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to configure the various view profiles. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#ViewProfileDialog.__init__">ViewProfileDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#ViewProfileDialog.getProfiles">getProfiles</a></td> |
|
49 <td>Public method to retrieve the configured profiles.</td> |
|
50 </tr> |
|
51 </table> |
|
52 <a NAME="ViewProfileDialog.__init__" ID="ViewProfileDialog.__init__"></a> |
|
53 <h4>ViewProfileDialog (Constructor)</h4> |
|
54 <b>ViewProfileDialog</b>(<i>layout, profiles, separateShell, separateBrowser, parent = None</i>) |
|
55 <p> |
|
56 Constructor |
|
57 </p><dl> |
|
58 <dt><i>layout</i></dt> |
|
59 <dd> |
|
60 type of the window layout (string) |
|
61 </dd><dt><i>profiles</i></dt> |
|
62 <dd> |
|
63 dictionary of tuples containing the visibility |
|
64 of the windows for the various profiles |
|
65 </dd><dt><i>separateShell</i></dt> |
|
66 <dd> |
|
67 flag indicating that the Python shell |
|
68 is a separate window (boolean) |
|
69 </dd><dt><i>separateBrowser</i></dt> |
|
70 <dd> |
|
71 flag indicating that the file browser |
|
72 is a separate window (boolean) |
|
73 </dd><dt><i>parent</i></dt> |
|
74 <dd> |
|
75 parent widget of this dialog (QWidget) |
|
76 </dd> |
|
77 </dl><a NAME="ViewProfileDialog.getProfiles" ID="ViewProfileDialog.getProfiles"></a> |
|
78 <h4>ViewProfileDialog.getProfiles</h4> |
|
79 <b>getProfiles</b>(<i></i>) |
|
80 <p> |
|
81 Public method to retrieve the configured profiles. |
|
82 </p><dl> |
|
83 <dt>Returns:</dt> |
|
84 <dd> |
|
85 dictionary of tuples containing the visibility |
|
86 of the windows for the various profiles |
|
87 </dd> |
|
88 </dl> |
|
89 <div align="right"><a href="#top">Up</a></div> |
|
90 <hr /> |
|
91 </body></html> |