SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
LabeledLineEdit Class Reference

#include <labeledcontrols.h>

Inheritance diagram for LabeledLineEdit:
Collaboration diagram for LabeledLineEdit:

Signals

void textChanged (const QString &text)
 

Public Member Functions

 LabeledLineEdit (const QString &labelText, QWidget *parent=nullptr)
 
QString text () const
 
void setText (const QString &v)
 
QLineEdit * lineEdit () const
 

Detailed Description

Label + QLineEdit pair.

Constructor & Destructor Documentation

◆ LabeledLineEdit()

LabeledLineEdit::LabeledLineEdit ( const QString &  labelText,
QWidget *  parent = nullptr 
)
explicit
Here is the call graph for this function:

Member Function Documentation

◆ lineEdit()

QLineEdit * LabeledLineEdit::lineEdit ( ) const
inline

◆ setText()

void LabeledLineEdit::setText ( const QString &  v)

◆ text()

QString LabeledLineEdit::text ( ) const

◆ textChanged

void LabeledLineEdit::textChanged ( const QString &  text)
signal
Here is the caller graph for this function:

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