TODO: Document this. More...
#include <QLineEdit>#include <QLoggingCategory>#include <QTextBrowser>Go to the source code of this file.
Functions | |
| Q_LOGGING_CATEGORY (SyntaxHelpLog, "syntax_help") | |
| QTextBrowser * | createSearchSyntaxHelpWindow (QLineEdit *lineEdit) |
| QTextBrowser * | createDeckSearchSyntaxHelpWindow (QLineEdit *lineEdit) |
TODO: Document this.
| 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.
| 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.
|
inline |