Inherits from QskListView
Name | |
---|---|
void | setEntries(const QStringList & entries) |
void | clear() |
Name | |
---|---|
void | entriesChanged() |
void | selectedEntryChanged(const QString & ) |
Name | |
---|---|
QskSimpleListBox(QQuickItem * parent =nullptr) | |
~QskSimpleListBox() override | |
void | setColumnWidthHint(int column, qreal width) |
qreal | columnWidthHint(int column) const |
void | insert(const QStringList & list, int index) |
void | insert(const QString & text, int index) |
void | append(const QStringList & entries) |
void | append(const QString & entry) |
void | removeAt(int index) |
void | removeBulk(int from, int to =-1) |
int | rowCount() const override |
int | columnCount() const override |
qreal | columnWidth(int col) const override |
qreal | rowHeight() const override |
QString | entryAt(int row) const |
QString | selectedEntry() const |
QStringList | entries() const |
QVariant | valueAt(int row, int col) const override |
Name | |
---|---|
QStringList | entries |
void setEntries(
const QStringList & entries
)
void clear()
void entriesChanged()
void selectedEntryChanged(
const QString &
)
QskSimpleListBox(
QQuickItem * parent =nullptr
)
~QskSimpleListBox() override
void setColumnWidthHint(
int column,
qreal width
)
qreal columnWidthHint(
int column
) const
void insert(
const QStringList & list,
int index
)
void insert(
const QString & text,
int index
)
inline void append(
const QStringList & entries
)
inline void append(
const QString & entry
)
void removeAt(
int index
)
void removeBulk(
int from,
int to =-1
)
int rowCount() const override
int columnCount() const override
qreal columnWidth(
int col
) const override
qreal rowHeight() const override
QString entryAt(
int row
) const
inline QString selectedEntry() const
QStringList entries() const
QVariant valueAt(
int row,
int col
) const override
QStringList entries;
Updated on 28 July 2023 at 14:02:28 CEST