MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / itemText

Method itemText

src/share/WizMultiLineListWidget.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53QString WizMultiLineListWidget::itemText(const QModelIndex& index, int line) const
54{
55 if (line == 0)
56 {
57 return itemFromIndex(index)->text();
58 }
59 //
60 return QString();
61}
62
63QColor WizMultiLineListWidget::itemTextColor(const QModelIndex& index, int line, bool selected, QColor defColor) const
64{

Callers 4

Calls 2

QStringClass · 0.70
textMethod · 0.45

Tested by

no test coverage detected