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>) |