Fri, 18 Jan 2019 19:45:25 +0100
CreateDialogCodeDialog: changed logic to always call the external UI loader in order to avoid clashes with eric classes and packages.
6620
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <!DOCTYPE html> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <html><head> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <title>eric6.Project.RccCompilerOptionsDialog</title> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <meta charset="UTF-8"> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <style> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | body { |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | background: #EDECE6; |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | margin: 0em 1em 10em 1em; |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | color: black; |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
10 | } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | h1 { color: white; background: #85774A; } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | h2 { color: white; background: #85774A; } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | h3 { color: white; background: #9D936E; } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
15 | h4 { color: white; background: #9D936E; } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
16 | |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | a { color: #BA6D36; } |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </style> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | </head> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
21 | <body><a NAME="top" ID="top"></a> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
22 | <h1>eric6.Project.RccCompilerOptionsDialog</h1> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
23 | <p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
24 | Module implementing a dialog to enter some non-common rcc compiler options. |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <h3>Global Attributes</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
27 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
28 | <tr><td>None</td></tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
29 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
30 | <h3>Classes</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
31 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
32 | <tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
33 | <td><a href="#RccCompilerOptionsDialog">RccCompilerOptionsDialog</a></td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
34 | <td>Class implementing a dialog to enter some non-common rcc compiler options.</td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
35 | </tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
36 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
37 | <h3>Functions</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
38 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
39 | <tr><td>None</td></tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
40 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
41 | <hr /><hr /> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
42 | <a NAME="RccCompilerOptionsDialog" ID="RccCompilerOptionsDialog"></a> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
43 | <h2>RccCompilerOptionsDialog</h2> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
44 | <p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
45 | Class implementing a dialog to enter some non-common rcc compiler options. |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
46 | </p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
47 | <h3>Derived from</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
48 | QDialog, Ui_RccCompilerOptionsDialog |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
49 | <h3>Class Attributes</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
50 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
51 | <tr><td>None</td></tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
52 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
53 | <h3>Class Methods</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
54 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
55 | <tr><td>None</td></tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
56 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
57 | <h3>Methods</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
58 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
59 | <tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
60 | <td><a href="#RccCompilerOptionsDialog.__init__">RccCompilerOptionsDialog</a></td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
61 | <td>Constructor</td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
62 | </tr><tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
63 | <td><a href="#RccCompilerOptionsDialog.getData">getData</a></td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
64 | <td>Public method to get the entered data.</td> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
65 | </tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
66 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
67 | <h3>Static Methods</h3> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <tr><td>None</td></tr> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | </table> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <a NAME="RccCompilerOptionsDialog.__init__" ID="RccCompilerOptionsDialog.__init__"></a> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <h4>RccCompilerOptionsDialog (Constructor)</h4> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | <b>RccCompilerOptionsDialog</b>(<i>compilerOptions, parent=None</i>) |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | Constructor |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </p><dl> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <dt><i>compilerOptions</i> (dict)</dt> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | dictionary containing the rcc compiler options |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | </dd><dt><i>parent</i> (QWidget)</dt> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
81 | <dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
82 | reference to the parent widget |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
83 | </dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | </dl><a NAME="RccCompilerOptionsDialog.getData" ID="RccCompilerOptionsDialog.getData"></a> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
85 | <h4>RccCompilerOptionsDialog.getData</h4> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | <b>getData</b>(<i></i>) |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <p> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
88 | Public method to get the entered data. |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
89 | </p><dl> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
90 | <dt>Returns:</dt> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
91 | <dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | tuple containing the compression threshold, compression level, |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | flag indicating to disable compression and the resource access path |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | prefix |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
95 | </dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
96 | </dl><dl> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <dt>Return Type:</dt> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
98 | <dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | tuple of (int, int, bool, str) |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | </dd> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
101 | </dl> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
102 | <div align="right"><a href="#top">Up</a></div> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
103 | <hr /> |
70b774359e5a
Added the source docu for the rcc compiler options dialog.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
104 | </body></html> |