mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8460d35fa7
commit
0c7df44df5
@ -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.
|
||||||
'''
|
'''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user