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

changeset 7273
391d6b7b1eff
parent 7204
cbf6d88004ce
child 7907
7991ea245c20
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
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.Preferences.ConfigurationPages.QtPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.QtPage</h1>
24
23 <p> 25 <p>
24 Module implementing the Qt configuration page. 26 Module implementing the Qt configuration page.
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="#QtPage">QtPage</a></td> 38 <td><a href="#QtPage">QtPage</a></td>
34 <td>Class implementing the Qt configuration page.</td> 39 <td>Class implementing the Qt configuration page.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#create">create</a></td> 47 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td> 48 <td>Module function to create the configuration page.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="QtPage" ID="QtPage"></a> 53 <a NAME="QtPage" ID="QtPage"></a>
46 <h2>QtPage</h2> 54 <h2>QtPage</h2>
55
47 <p> 56 <p>
48 Class implementing the Qt configuration page. 57 Class implementing the Qt configuration page.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_QtPage 60 ConfigurationPageBase, Ui_QtPage
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#QtPage.__init__">QtPage</a></td> 76 <td><a href="#QtPage.__init__">QtPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#QtPage.__updateQtSample">__updateQtSample</a></td> 80 <td><a href="#QtPage.__updateQtSample">__updateQtSample</a></td>
67 <td>Private slot to update the Qt tools sample label.</td> 81 <td>Private slot to update the Qt tools sample label.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#QtPage.on_qtPostfixEdit_textChanged">on_qtPostfixEdit_textChanged</a></td> 84 <td><a href="#QtPage.on_qtPostfixEdit_textChanged">on_qtPostfixEdit_textChanged</a></td>
70 <td>Private slot to handle a change in the entered Qt directory.</td> 85 <td>Private slot to handle a change in the entered Qt directory.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#QtPage.on_qtPrefixEdit_textChanged">on_qtPrefixEdit_textChanged</a></td> 88 <td><a href="#QtPage.on_qtPrefixEdit_textChanged">on_qtPrefixEdit_textChanged</a></td>
73 <td>Private slot to handle a change in the entered Qt directory.</td> 89 <td>Private slot to handle a change in the entered Qt directory.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#QtPage.save">save</a></td> 92 <td><a href="#QtPage.save">save</a></td>
76 <td>Public slot to save the Qt configuration.</td> 93 <td>Public slot to save the Qt configuration.</td>
77 </tr> 94 </tr>
78 </table> 95 </table>
79 <h3>Static Methods</h3> 96 <h3>Static Methods</h3>
97
80 <table> 98 <table>
81 <tr><td>None</td></tr> 99 <tr><td>None</td></tr>
82 </table> 100 </table>
101
83 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a> 102 <a NAME="QtPage.__init__" ID="QtPage.__init__"></a>
84 <h4>QtPage (Constructor)</h4> 103 <h4>QtPage (Constructor)</h4>
85 <b>QtPage</b>(<i></i>) 104 <b>QtPage</b>(<i></i>)
105
86 <p> 106 <p>
87 Constructor 107 Constructor
88 </p><a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a> 108 </p>
109 <a NAME="QtPage.__updateQtSample" ID="QtPage.__updateQtSample"></a>
89 <h4>QtPage.__updateQtSample</h4> 110 <h4>QtPage.__updateQtSample</h4>
90 <b>__updateQtSample</b>(<i></i>) 111 <b>__updateQtSample</b>(<i></i>)
112
91 <p> 113 <p>
92 Private slot to update the Qt tools sample label. 114 Private slot to update the Qt tools sample label.
93 </p><a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a> 115 </p>
116 <a NAME="QtPage.on_qtPostfixEdit_textChanged" ID="QtPage.on_qtPostfixEdit_textChanged"></a>
94 <h4>QtPage.on_qtPostfixEdit_textChanged</h4> 117 <h4>QtPage.on_qtPostfixEdit_textChanged</h4>
95 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>) 118 <b>on_qtPostfixEdit_textChanged</b>(<i>txt</i>)
119
96 <p> 120 <p>
97 Private slot to handle a change in the entered Qt directory. 121 Private slot to handle a change in the entered Qt directory.
98 </p><dl> 122 </p>
123 <dl>
124
99 <dt><i>txt</i></dt> 125 <dt><i>txt</i></dt>
100 <dd> 126 <dd>
101 the entered string (string) 127 the entered string (string)
102 </dd> 128 </dd>
103 </dl><a NAME="QtPage.on_qtPrefixEdit_textChanged" ID="QtPage.on_qtPrefixEdit_textChanged"></a> 129 </dl>
130 <a NAME="QtPage.on_qtPrefixEdit_textChanged" ID="QtPage.on_qtPrefixEdit_textChanged"></a>
104 <h4>QtPage.on_qtPrefixEdit_textChanged</h4> 131 <h4>QtPage.on_qtPrefixEdit_textChanged</h4>
105 <b>on_qtPrefixEdit_textChanged</b>(<i>txt</i>) 132 <b>on_qtPrefixEdit_textChanged</b>(<i>txt</i>)
133
106 <p> 134 <p>
107 Private slot to handle a change in the entered Qt directory. 135 Private slot to handle a change in the entered Qt directory.
108 </p><dl> 136 </p>
137 <dl>
138
109 <dt><i>txt</i></dt> 139 <dt><i>txt</i></dt>
110 <dd> 140 <dd>
111 the entered string (string) 141 the entered string (string)
112 </dd> 142 </dd>
113 </dl><a NAME="QtPage.save" ID="QtPage.save"></a> 143 </dl>
144 <a NAME="QtPage.save" ID="QtPage.save"></a>
114 <h4>QtPage.save</h4> 145 <h4>QtPage.save</h4>
115 <b>save</b>(<i></i>) 146 <b>save</b>(<i></i>)
147
116 <p> 148 <p>
117 Public slot to save the Qt configuration. 149 Public slot to save the Qt configuration.
118 </p> 150 </p>
119 <div align="right"><a href="#top">Up</a></div> 151 <div align="right"><a href="#top">Up</a></div>
120 <hr /><hr /> 152 <hr />
153 <hr />
121 <a NAME="create" ID="create"></a> 154 <a NAME="create" ID="create"></a>
122 <h2>create</h2> 155 <h2>create</h2>
123 <b>create</b>(<i>dlg</i>) 156 <b>create</b>(<i>dlg</i>)
157
124 <p> 158 <p>
125 Module function to create the configuration page. 159 Module function to create the configuration page.
126 </p><dl> 160 </p>
161 <dl>
162
127 <dt><i>dlg</i></dt> 163 <dt><i>dlg</i></dt>
128 <dd> 164 <dd>
129 reference to the configuration dialog 165 reference to the configuration dialog
130 </dd> 166 </dd>
131 </dl><dl> 167 </dl>
168 <dl>
132 <dt>Returns:</dt> 169 <dt>Returns:</dt>
133 <dd> 170 <dd>
134 reference to the instantiated page (ConfigurationPageBase) 171 reference to the instantiated page (ConfigurationPageBase)
135 </dd> 172 </dd>
136 </dl> 173 </dl>

eric ide

mercurial