![]() |
Scanframe Modular Application 0.1.0
|
Line edit having its added actions as QToolButton's right of the QLineEdit. More...
#include <LineEdit.h>


Public Member Functions | |
| LineEdit (QWidget *parent=nullptr) | |
| bool | isRequiredProperty (const QString &name) override |
| Overridden from base class sf::ObjectExtension. | |
Public Member Functions inherited from sf::ObjectExtension | |
| virtual void | addPropertyPages (PropertySheetDialog *sheet) |
| Adds the pages specific for this object. | |
| virtual bool | getSaveChildren () const |
| Gets if the children needs saving by the FormBuilder class. | |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *) override |
| Overridden from base class QLineEdit. | |
Protected Member Functions inherited from sf::ObjectExtension | |
| ObjectExtension (QObject *object) | |
| Protected constructor only. Inlined so no external libs are need for designer. | |
| virtual | ~ObjectExtension ()=default |
| Virtual destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from sf::ObjectExtension | |
| static bool | inDesigner () |
| Gets the designer status. | |
| static QObject * | getExtensionParent (QObject *obj, bool first=true) |
| Return if the passed object has this type as parent. It starts by testing the passed object itself. | |
Line edit having its added actions as QToolButton's right of the QLineEdit.
|
explicit |
Standard QWidget constructor.
|
overridevirtual |
Overridden from base class sf::ObjectExtension.
Implements sf::ObjectExtension.
|
overrideprotected |
Overridden from base class QLineEdit.