SelectionEncloser/Documentation/source/Plugin_Tools_Selection_Encloser.SelectionEncloser.ConfigurationPage.SelectionEncloserEditDialog.html

branch
eric7
changeset 51
318d7ebbdce2
parent 46
c12f1feea96a
child 53
ceb9ed8084db
equal deleted inserted replaced
50:face142f8fa5 51:318d7ebbdce2
102 <p> 102 <p>
103 Constructor 103 Constructor
104 </p> 104 </p>
105 <dl> 105 <dl>
106 106
107 <dt><i>title</i></dt> 107 <dt><i>title</i> (str)</dt>
108 <dd> 108 <dd>
109 menu entry title (string) 109 menu entry title
110 </dd> 110 </dd>
111 <dt><i>string</i></dt> 111 <dt><i>string</i> (str)</dt>
112 <dd> 112 <dd>
113 enclosing string or string format expression (string) 113 enclosing string or string format expression
114 </dd> 114 </dd>
115 <dt><i>parent</i></dt> 115 <dt><i>parent</i> (QWidget)</dt>
116 <dd> 116 <dd>
117 reference to the parent widget (QWidget) 117 reference to the parent widget
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="SelectionEncloserEditDialog.__updateOkButton" ID="SelectionEncloserEditDialog.__updateOkButton"></a> 120 <a NAME="SelectionEncloserEditDialog.__updateOkButton" ID="SelectionEncloserEditDialog.__updateOkButton"></a>
121 <h4>SelectionEncloserEditDialog.__updateOkButton</h4> 121 <h4>SelectionEncloserEditDialog.__updateOkButton</h4>
122 <b>__updateOkButton</b>(<i></i>) 122 <b>__updateOkButton</b>(<i></i>)
132 Public method to get the dialog data. 132 Public method to get the dialog data.
133 </p> 133 </p>
134 <dl> 134 <dl>
135 <dt>Return:</dt> 135 <dt>Return:</dt>
136 <dd> 136 <dd>
137 tuple with menu entry title (string) and enclosing string 137 tuple with menu entry title and enclosing string or string
138 or string format expression (string) 138 format expression
139 </dd>
140 </dl>
141 <dl>
142 <dt>Return Type:</dt>
143 <dd>
144 tuple of (str, str)
139 </dd> 145 </dd>
140 </dl> 146 </dl>
141 <a NAME="SelectionEncloserEditDialog.on_stringEdit_textChanged" ID="SelectionEncloserEditDialog.on_stringEdit_textChanged"></a> 147 <a NAME="SelectionEncloserEditDialog.on_stringEdit_textChanged" ID="SelectionEncloserEditDialog.on_stringEdit_textChanged"></a>
142 <h4>SelectionEncloserEditDialog.on_stringEdit_textChanged</h4> 148 <h4>SelectionEncloserEditDialog.on_stringEdit_textChanged</h4>
143 <b>on_stringEdit_textChanged</b>(<i>txt</i>) 149 <b>on_stringEdit_textChanged</b>(<i>txt</i>)
145 <p> 151 <p>
146 Private slot to react on changes of the string. 152 Private slot to react on changes of the string.
147 </p> 153 </p>
148 <dl> 154 <dl>
149 155
150 <dt><i>txt</i></dt> 156 <dt><i>txt</i> (str)</dt>
151 <dd> 157 <dd>
152 enclosing string (string) 158 enclosing string
153 </dd> 159 </dd>
154 </dl> 160 </dl>
155 <a NAME="SelectionEncloserEditDialog.on_titleEdit_textChanged" ID="SelectionEncloserEditDialog.on_titleEdit_textChanged"></a> 161 <a NAME="SelectionEncloserEditDialog.on_titleEdit_textChanged" ID="SelectionEncloserEditDialog.on_titleEdit_textChanged"></a>
156 <h4>SelectionEncloserEditDialog.on_titleEdit_textChanged</h4> 162 <h4>SelectionEncloserEditDialog.on_titleEdit_textChanged</h4>
157 <b>on_titleEdit_textChanged</b>(<i>txt</i>) 163 <b>on_titleEdit_textChanged</b>(<i>txt</i>)
159 <p> 165 <p>
160 Private slot to react on changes of the title. 166 Private slot to react on changes of the title.
161 </p> 167 </p>
162 <dl> 168 <dl>
163 169
164 <dt><i>txt</i></dt> 170 <dt><i>txt</i> (str)</dt>
165 <dd> 171 <dd>
166 title text (string) 172 title text
167 </dd> 173 </dd>
168 </dl> 174 </dl>
169 <div align="right"><a href="#top">Up</a></div> 175 <div align="right"><a href="#top">Up</a></div>
170 <hr /> 176 <hr />
171 </body></html> 177 </body></html>

eric ide

mercurial