#include <Widgets.h>
Public Slots | |
virtual void | setButtonText (const QString &) |
Sets the browse button's text to txt. | |
virtual void | setText (const QString &) |
Signals | |
void | textChanged (const QString &) |
Public Member Functions | |
QString | buttonText () const |
Returns the button's text. | |
LabelEditor (QWidget *parent=0) | |
QString | text () const |
Returns the filename. | |
virtual | ~LabelEditor () |
Properties | |
QString | buttonText |
Returns the browse button's text. | |
QString | text |
Definition at line 290 of file Widgets.h.
LabelEditor::LabelEditor | ( | QWidget * | parent = 0 |
) |
Definition at line 726 of file Widgets.cpp.
References draftlibs::fcgeo::connect(), and textChanged().
LabelEditor::~LabelEditor | ( | ) | [virtual] |
Definition at line 748 of file Widgets.cpp.
QString Gui::LabelEditor::buttonText | ( | ) | const |
Returns the button's text.
void LabelEditor::setButtonText | ( | const QString & | txt | ) | [virtual, slot] |
Sets the browse button's text to txt.
Definition at line 784 of file Widgets.cpp.
void LabelEditor::setText | ( | const QString & | s | ) | [virtual, slot] |
Definition at line 757 of file Widgets.cpp.
QString Gui::LabelEditor::text | ( | ) | const |
Returns the filename.
void Gui::LabelEditor::textChanged | ( | const QString & | ) | [signal] |
Referenced by LabelEditor().
QString LabelEditor::buttonText [read, write] |