class KTreeWidgetSearchLineWidget |
|
|
Creates a widget featuring a KTreeWidgetSearchLine, a label with the text "Search" and a button to clear the search. |
|
Creates a KTreeWidgetSearchLineWidget for treeWidget with parent as the parent. |
|
Creates the search line. This can be useful to reimplement in cases where a KTreeWidgetSearchLine subclass is used. It is const because it is be called from searchLine(), which to the user doesn't conceptually alter the widget. |
|
Creates the widgets inside of the widget. This is called from the constructor via a single shot timer so that it it guaranteed to run after construction is complete. This makes it suitable for overriding in subclasses. |
|
Returns a pointer to the search line. |