KDEUI
keditlistwidget.cpp
Go to the documentation of this file.
QString i18n(const char *text)
Type type() const
void insertItem(const QString &text, int index=-1)
See Q3ListBox::insertItem()
Definition: keditlistwidget.cpp:601
Definition: keditlistwidget.h:93
virtual ~CustomEditor()
Definition: keditlistwidget.cpp:214
Definition: keditlistwidget.h:91
void setLineEdit(KLineEdit *edit)
Definition: keditlistwidget.cpp:224
QPushButton * addButton() const
Return a pointer to the Add button.
Definition: keditlistwidget.cpp:275
bool contains(const QString &str, Qt::CaseSensitivity cs) const
void removed(const QString &text)
This signal is emitted when the user removes a string from the list, the parameter is the removed str...
virtual QWidget * representationWidget() const
Definition: keditlistwidget.cpp:229
void setRepresentationWidget(QWidget *repWidget)
Definition: keditlistwidget.cpp:219
Definition: keditlistwidget.h:94
void setParent(QWidget *parent)
QStringList items() const
void changed()
Definition: kstandardaction.h:133
bool isValid() const
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
int count(const T &value) const
void append(const T &value)
QPushButton * removeButton() const
Return a pointer to the Remove button.
Definition: keditlistwidget.cpp:280
void setTabOrder(QWidget *first, QWidget *second)
bool isEmpty() const
QModelIndexList selectedIndexes() const
void setButtons(Buttons buttons)
Specifies which buttons should be visible.
Definition: keditlistwidget.cpp:300
int row() const
static void beep(const QString &reason=QString(), QWidget *widget=0L)
This is a simple substitution for QApplication::beep()
Definition: knotification.cpp:352
QPushButton * upButton() const
Return a pointer to the Up button.
Definition: keditlistwidget.cpp:285
void setCheckAtEntering(bool check)
If check is true, after every character you type in the line edit KEditListWidget will enable or disa...
Definition: keditlistwidget.cpp:350
int key() const
void setCustomEditor(const CustomEditor &editor)
Allows to use a custom editing widget instead of the standard KLineEdit widget.
Definition: keditlistwidget.cpp:260
QLineEdit * lineEdit() const
bool eventFilter(QObject *o, QEvent *e)
Reimplented for interal reasons.
Definition: keditlistwidget.cpp:654
KLineEdit * lineEdit() const
Return a pointer to the embedded KLineEdit.
Definition: keditlistwidget.cpp:270
Definition: keditlistwidget.h:92
void addStretch(int stretch)
void insert(int i, const T &value)
void setItems(const QStringList &items)
Clears the listbox and sets the contents to items.
Definition: keditlistwidget.cpp:634
int column() const
friend class KEditListWidgetPrivate
Definition: keditlistwidget.h:255
QListView * listView() const
Return a pointer to the embedded QListView.
Definition: keditlistwidget.cpp:265
virtual KLineEdit * lineEdit() const
Definition: keditlistwidget.cpp:234
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QObject * parent() const
virtual bool event(QEvent *event)
void added(const QString &text)
This signal is emitted when the user adds a new string to the list, the parameter is the added string...
void insertStringList(const QStringList &list, int index=-1)
See Q3ListBox::insertStringList()
Definition: keditlistwidget.cpp:589
QPushButton * downButton() const
Return a pointer to the Down button.
Definition: keditlistwidget.cpp:290
void addLayout(QLayout *layout, int stretch)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.