45 Class implementing the search box for the shel, terminal and log viewer. |
45 Class implementing the search box for the shel, terminal and log viewer. |
46 </p><h3>Signals</h3> |
46 </p><h3>Signals</h3> |
47 <dl> |
47 <dl> |
48 <dt>searchNext(text, caseSensitive, wholeWord)</dt> |
48 <dt>searchNext(text, caseSensitive, wholeWord)</dt> |
49 <dd> |
49 <dd> |
50 emitted when the user pressed |
50 emitted when the user |
51 the next button (string, boolean, boolean) |
51 pressed the next button (string, boolean, boolean) |
52 </dd><dt>searchPrevious(text, caseSensitive, wholeWord)</dt> |
52 </dd><dt>searchPrevious(text, caseSensitive, wholeWord)</dt> |
53 <dd> |
53 <dd> |
54 emitted when the user pressed |
54 emitted when the |
55 the previous button (string, boolean, boolean) |
55 user pressed the previous button (string, boolean, boolean) |
56 </dd> |
56 </dd> |
57 </dl> |
57 </dl> |
58 <h3>Derived from</h3> |
58 <h3>Derived from</h3> |
59 QWidget, Ui_SearchWidget |
59 QWidget, Ui_SearchWidget |
60 <h3>Class Attributes</h3> |
60 <h3>Class Attributes</h3> |
122 </dd> |
122 </dd> |
123 </dl><a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a> |
123 </dl><a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a> |
124 <h4>SearchWidget.__findByReturnPressed</h4> |
124 <h4>SearchWidget.__findByReturnPressed</h4> |
125 <b>__findByReturnPressed</b>(<i></i>) |
125 <b>__findByReturnPressed</b>(<i></i>) |
126 <p> |
126 <p> |
127 Private slot to handle the returnPressed signal of the findtext combobox. |
127 Private slot to handle the returnPressed signal of the findtext |
|
128 combobox. |
128 </p><a NAME="SearchWidget.__setSearchButtons" ID="SearchWidget.__setSearchButtons"></a> |
129 </p><a NAME="SearchWidget.__setSearchButtons" ID="SearchWidget.__setSearchButtons"></a> |
129 <h4>SearchWidget.__setSearchButtons</h4> |
130 <h4>SearchWidget.__setSearchButtons</h4> |
130 <b>__setSearchButtons</b>(<i>enabled</i>) |
131 <b>__setSearchButtons</b>(<i>enabled</i>) |
131 <p> |
132 <p> |
132 Private slot to set the state of the search buttons. |
133 Private slot to set the state of the search buttons. |