MIRA
|
TODO Add description. More...
#include <QList>
#include <QCoreApplication>
#include <QTextLayout>
#include <QLineEdit>
Go to the source code of this file.
Namespaces | |
mira | |
specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec> | |
Functions | |
void | setLineEditTextFormat (QLineEdit *lineEdit, const QList< QTextLayout::FormatRange > &formats) |
Allows to format the text of a QLineEdit. More... | |
void | clearLineEditTextFormat (QLineEdit *lineEdit) |
Removes all formatting instructions, set by the above method. More... | |
TODO Add description.