Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::LineEdit Class Reference

Line edit having its added actions as QToolButton's right of the QLineEdit. More...

#include <LineEdit.h>

Inheritance diagram for sf::LineEdit:
Collaboration diagram for sf::LineEdit:

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.
 

Detailed Description

Line edit having its added actions as QToolButton's right of the QLineEdit.

Constructor & Destructor Documentation

◆ LineEdit()

sf::LineEdit::LineEdit ( QWidget *  parent = nullptr)
explicit

Standard QWidget constructor.

Member Function Documentation

◆ isRequiredProperty()

bool sf::LineEdit::isRequiredProperty ( const QString &  name)
overridevirtual

Overridden from base class sf::ObjectExtension.

Implements sf::ObjectExtension.

◆ resizeEvent()

void sf::LineEdit::resizeEvent ( QResizeEvent *  )
overrideprotected

Overridden from base class QLineEdit.


The documentation for this class was generated from the following file: