eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.QtPage.html

changeset 6942
2602857055c5
parent 4602
48cc4820e2c2
child 7204
cbf6d88004ce
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.QtPage</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.Preferences.ConfigurationPages.QtPage</h1>
23 <p>
24 Module implementing the Qt configuration page.
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="#QtPage">QtPage</a></td>
34 <td>Class implementing the Qt configuration page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="QtPage" ID="QtPage"></a>
46 <h2>QtPage</h2>
47 <p>
48 Class implementing the Qt configuration page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_QtPage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#QtPage.__init__">QtPage</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#QtPage.__updateQt4Sample">__updateQt4Sample</a></td>
67 <td>Private slot to update the Qt4 tools sample label.</td>
68 </tr><tr>
69 <td><a href="#QtPage.on_qt4PostfixEdit_textChanged">on_qt4PostfixEdit_textChanged</a></td>
70 <td>Private slot to handle a change in the entered Qt directory.</td>
71 </tr><tr>
72 <td><a href="#QtPage.on_qt4PrefixEdit_textChanged">on_qt4PrefixEdit_textChanged</a></td>
73 <td>Private slot to handle a change in the entered Qt directory.</td>
74 </tr><tr>
75 <td><a href="#QtPage.save">save</a></td>
76 <td>Public slot to save the Qt configuration.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a>
84 <h4>QtPage (Constructor)</h4>
85 <b>QtPage</b>(<i></i>)
86 <p>
87 Constructor
88 </p><a NAME="QtPage.__updateQt4Sample" ID="QtPage.__updateQt4Sample"></a>
89 <h4>QtPage.__updateQt4Sample</h4>
90 <b>__updateQt4Sample</b>(<i></i>)
91 <p>
92 Private slot to update the Qt4 tools sample label.
93 </p><a NAME="QtPage.on_qt4PostfixEdit_textChanged" ID="QtPage.on_qt4PostfixEdit_textChanged"></a>
94 <h4>QtPage.on_qt4PostfixEdit_textChanged</h4>
95 <b>on_qt4PostfixEdit_textChanged</b>(<i>txt</i>)
96 <p>
97 Private slot to handle a change in the entered Qt directory.
98 </p><dl>
99 <dt><i>txt</i></dt>
100 <dd>
101 the entered string (string)
102 </dd>
103 </dl><a NAME="QtPage.on_qt4PrefixEdit_textChanged" ID="QtPage.on_qt4PrefixEdit_textChanged"></a>
104 <h4>QtPage.on_qt4PrefixEdit_textChanged</h4>
105 <b>on_qt4PrefixEdit_textChanged</b>(<i>txt</i>)
106 <p>
107 Private slot to handle a change in the entered Qt directory.
108 </p><dl>
109 <dt><i>txt</i></dt>
110 <dd>
111 the entered string (string)
112 </dd>
113 </dl><a NAME="QtPage.save" ID="QtPage.save"></a>
114 <h4>QtPage.save</h4>
115 <b>save</b>(<i></i>)
116 <p>
117 Public slot to save the Qt configuration.
118 </p>
119 <div align="right"><a href="#top">Up</a></div>
120 <hr /><hr />
121 <a NAME="create" ID="create"></a>
122 <h2>create</h2>
123 <b>create</b>(<i>dlg</i>)
124 <p>
125 Module function to create the configuration page.
126 </p><dl>
127 <dt><i>dlg</i></dt>
128 <dd>
129 reference to the configuration dialog
130 </dd>
131 </dl><dl>
132 <dt>Returns:</dt>
133 <dd>
134 reference to the instantiated page (ConfigurationPageBase)
135 </dd>
136 </dl>
137 <div align="right"><a href="#top">Up</a></div>
138 <hr />
139 </body></html>

eric ide

mercurial