#include <StoryboardDelegate.h>
Definition at line 101 of file StoryboardDelegate.h.
◆ LimitedTextEditor()
| LimitedTextEditor::LimitedTextEditor |
( |
int | limit, |
|
|
QWidget * | parent = nullptr ) |
|
inline |
◆ ~LimitedTextEditor()
| LimitedTextEditor::~LimitedTextEditor |
( |
| ) |
|
|
inline |
◆ restrictText
| void LimitedTextEditor::restrictText |
( |
| ) |
|
|
inlineslot |
Definition at line 113 of file StoryboardDelegate.h.
113 {
116 QTextCursor c = textCursor();
118 setTextCursor(c);
119 }
120 }
qreal length(const QPointF &vec)
void setText(QSpinBox *spinBox, const QStringView textTemplate)
References length(), and m_charLimit.
◆ m_charLimit
| const int LimitedTextEditor::m_charLimit |
|
private |
The documentation for this class was generated from the following file: