This commit is contained in:
Kovid Goyal 2010-12-01 13:22:54 -07:00
parent 8460d35fa7
commit 0c7df44df5

View File

@ -51,7 +51,7 @@ class SearchBox2(QComboBox): # {{{
* Call search_done() after every search is complete * Call search_done() after every search is complete
* Call set_search_string() to perform a search programmatically * Call set_search_string() to perform a search programmatically
* You can use the current_text property to get the current search text * You can use the current_text property to get the current search text
Be aware that if you are using it in a slow connected to the Be aware that if you are using it in a slot connected to the
changed() signal, if the connection is not queued it will not be changed() signal, if the connection is not queued it will not be
accurate. accurate.
''' '''