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

changeset 3673
e26d7d0c1088
child 4602
48cc4820e2c2
child 5071
f67ec5fa9b6f
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
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.on_qt4TransButton_clicked">on_qt4TransButton_clicked</a></td>
76 <td>Private slot to handle the Qt4 translations directory selection.</td>
77 </tr><tr>
78 <td><a href="#QtPage.save">save</a></td>
79 <td>Public slot to save the Qt configuration.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83 <table>
84 <tr><td>None</td></tr>
85 </table>
86 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a>
87 <h4>QtPage (Constructor)</h4>
88 <b>QtPage</b>(<i></i>)
89 <p>
90 Constructor
91 </p><a NAME="QtPage.__updateQt4Sample" ID="QtPage.__updateQt4Sample"></a>
92 <h4>QtPage.__updateQt4Sample</h4>
93 <b>__updateQt4Sample</b>(<i></i>)
94 <p>
95 Private slot to update the Qt4 tools sample label.
96 </p><a NAME="QtPage.on_qt4PostfixEdit_textChanged" ID="QtPage.on_qt4PostfixEdit_textChanged"></a>
97 <h4>QtPage.on_qt4PostfixEdit_textChanged</h4>
98 <b>on_qt4PostfixEdit_textChanged</b>(<i>txt</i>)
99 <p>
100 Private slot to handle a change in the entered Qt directory.
101 </p><dl>
102 <dt><i>txt</i></dt>
103 <dd>
104 the entered string (string)
105 </dd>
106 </dl><a NAME="QtPage.on_qt4PrefixEdit_textChanged" ID="QtPage.on_qt4PrefixEdit_textChanged"></a>
107 <h4>QtPage.on_qt4PrefixEdit_textChanged</h4>
108 <b>on_qt4PrefixEdit_textChanged</b>(<i>txt</i>)
109 <p>
110 Private slot to handle a change in the entered Qt directory.
111 </p><dl>
112 <dt><i>txt</i></dt>
113 <dd>
114 the entered string (string)
115 </dd>
116 </dl><a NAME="QtPage.on_qt4TransButton_clicked" ID="QtPage.on_qt4TransButton_clicked"></a>
117 <h4>QtPage.on_qt4TransButton_clicked</h4>
118 <b>on_qt4TransButton_clicked</b>(<i></i>)
119 <p>
120 Private slot to handle the Qt4 translations directory selection.
121 </p><a NAME="QtPage.save" ID="QtPage.save"></a>
122 <h4>QtPage.save</h4>
123 <b>save</b>(<i></i>)
124 <p>
125 Public slot to save the Qt configuration.
126 </p>
127 <div align="right"><a href="#top">Up</a></div>
128 <hr /><hr />
129 <a NAME="create" ID="create"></a>
130 <h2>create</h2>
131 <b>create</b>(<i>dlg</i>)
132 <p>
133 Module function to create the configuration page.
134 </p><dl>
135 <dt><i>dlg</i></dt>
136 <dd>
137 reference to the configuration dialog
138 </dd>
139 </dl><dl>
140 <dt>Returns:</dt>
141 <dd>
142 reference to the instantiated page (ConfigurationPageBase)
143 </dd>
144 </dl>
145 <div align="right"><a href="#top">Up</a></div>
146 <hr />
147 </body></html>

eric ide

mercurial