#include <Widgets.h>
|
| virtual void | setButtonText (const QString &) |
| | Sets the browse button's text to txt. More...
|
| |
| virtual void | setText (const QString &) |
| |
| virtual void | validateText (const QString &) |
| | Validates if the input of the lineedit is a valid list. More...
|
| |
◆ InputType
| Enumerator |
|---|
| String | |
| Float | |
| Integer | |
◆ LabelEditor()
| LabelEditor::LabelEditor |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~LabelEditor()
| LabelEditor::~LabelEditor |
( |
| ) |
|
|
virtual |
◆ buttonText()
| QString LabelEditor::buttonText |
( |
| ) |
const |
Returns the button's text.
Returns the browse button's text.
◆ resizeEvent()
| void LabelEditor::resizeEvent |
( |
QResizeEvent * |
e | ) |
|
|
protected |
◆ setButtonText
| void LabelEditor::setButtonText |
( |
const QString & |
txt | ) |
|
|
virtualslot |
◆ setInputType()
| void LabelEditor::setInputType |
( |
InputType |
t | ) |
|
◆ setText
| void LabelEditor::setText |
( |
const QString & |
s | ) |
|
|
virtualslot |
◆ text()
| QString LabelEditor::text |
( |
| ) |
const |
◆ textChanged
| void Gui::LabelEditor::textChanged |
( |
const QString & |
| ) |
|
|
signal |
◆ validateText
| void LabelEditor::validateText |
( |
const QString & |
text | ) |
|
|
virtualslot |
◆ buttonText
| QString Gui::LabelEditor::buttonText |
|
readwrite |
◆ text
| QString Gui::LabelEditor::text |
|
readwrite |
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/Widgets.h
- FreeCAD/src/Gui/Widgets.cpp