#include <QLineEdit>
#include <QLoggingCategory>
#include <QTextBrowser>
Go to the source code of this file.
◆ createDeckSearchSyntaxHelpWindow()
| QTextBrowser * createDeckSearchSyntaxHelpWindow |
( |
QLineEdit * | lineEdit | ) |
|
Creates the deck search syntax help window and connects its anchorClicked signal to the given QLineEdit. The window will automatically close when the QLineEdit is destroyed.
- Returns
- the QTextBrowser
◆ createSearchSyntaxHelpWindow()
| QTextBrowser * createSearchSyntaxHelpWindow |
( |
QLineEdit * | lineEdit | ) |
|
Creates the card search syntax help window and connects its anchorClicked signal to the given QLineEdit. The window will automatically close when the QLineEdit is destroyed.
- Returns
- the QTextBrowser
◆ Q_LOGGING_CATEGORY()
| Q_LOGGING_CATEGORY |
( |
SyntaxHelpLog | , |
|
|
"syntax_help" | ) |
|
inline |