|
BibleTime
|
#include <QString>Go to the source code of this file.
Namespaces | |
| namespace | util |
| namespace | util::tool |
Functions | |
| QString | util::tool::fixSwordBcp47 (QString input) |
| bool | util::tool::inHTMLTag (const int pos, const QString &text) |
| void | util::tool::initExplanationLabel (QLabel *label, const QString &heading, const QString &text) |
| Initializes a QLabel to explain difficult things of dialogs. | |
| int | util::tool::mWidth (QWidget const &widget, int const mCount) |
| Calculates a maximum rendered text width for a widget and a string with the a given length. | |
| bool | util::tool::savePlainFile (const QString &filename, void(&writer)(QTextStream &, void *), void *userPtr) |
| bool | util::tool::savePlainFile (QString const &filename, QString const &text) |