|
a/src/qtgui/preview/preview.ui |
|
b/src/qtgui/preview/preview.ui |
|
... |
|
... |
196 |
<variable>bool dynSearchActive;</variable>
|
196 |
<variable>bool dynSearchActive;</variable>
|
197 |
<variable>bool canBeep;</variable>
|
197 |
<variable>bool canBeep;</variable>
|
198 |
<variable>void *tabData;</variable>
|
198 |
<variable>void *tabData;</variable>
|
199 |
</variables>
|
199 |
</variables>
|
200 |
<signals>
|
200 |
<signals>
|
201 |
<signal>previewClosed(Preview *)</signal>
|
201 |
<signal>previewClosed(QWidget *)</signal>
|
202 |
</signals>
|
202 |
</signals>
|
203 |
<slots>
|
203 |
<slots>
|
204 |
<slot>searchTextLine_textChanged( const QString & text )</slot>
|
204 |
<slot>searchTextLine_textChanged( const QString & text )</slot>
|
205 |
<slot>doSearch( bool next, bool reverse )</slot>
|
205 |
<slot>doSearch( bool next, bool reverse )</slot>
|
206 |
<slot>nextPressed()</slot>
|
206 |
<slot>nextPressed()</slot>
|
207 |
<slot>prevPressed()</slot>
|
207 |
<slot>prevPressed()</slot>
|
208 |
<slot>currentChanged( QWidget * tw )</slot>
|
208 |
<slot>currentChanged( QWidget * tw )</slot>
|
209 |
<slot>closeCurrentTab()</slot>
|
209 |
<slot>closeCurrentTab()</slot>
|
210 |
<slot>setCurTabProps( const string & fn, const Rcl::Doc & doc )</slot>
|
210 |
<slot>setCurTabProps( const string & fn, const Rcl::Doc & doc )</slot>
|
211 |
<slot>loadFileInCurrentTab( string fn, size_t sz, const Rcl::Doc & idoc )</slot>
|
|
|
212 |
</slots>
|
211 |
</slots>
|
213 |
<functions>
|
212 |
<functions>
|
214 |
<function access="private" specifier="non virtual">init()</function>
|
213 |
<function access="private" specifier="non virtual">init()</function>
|
215 |
<function>closeEvent( QCloseEvent * e )</function>
|
214 |
<function>closeEvent( QCloseEvent * e )</function>
|
216 |
<function returnType="bool">eventFilter( QObject * target, QEvent * event )</function>
|
215 |
<function returnType="bool">eventFilter( QObject * target, QEvent * event )</function>
|
217 |
<function returnType="bool">makeDocCurrent( const string & fn, const Rcl::Doc & doc )</function>
|
216 |
<function returnType="bool">makeDocCurrent( const string & fn, const Rcl::Doc & doc )</function>
|
218 |
<function returnType="QTextEdit *">getCurrentEditor()</function>
|
217 |
<function returnType="QTextEdit *">getCurrentEditor()</function>
|
219 |
<function returnType="QTextEdit *">addEditorTab()</function>
|
218 |
<function returnType="QTextEdit *">addEditorTab()</function>
|
220 |
<function access="private">destroy()</function>
|
219 |
<function access="private">destroy()</function>
|
|
|
220 |
<function access="public" returnType="bool">loadFileInCurrentTab( string fn, size_t sz, const Rcl::Doc & idoc )</function>
|
221 |
</functions>
|
221 |
</functions>
|
222 |
<layoutdefaults spacing="6" margin="11"/>
|
222 |
<layoutdefaults spacing="6" margin="11"/>
|
223 |
</UI>
|
223 |
</UI>
|