Searched refs:WifiItemDelegate (Results 1 – 3 of 3) sorted by relevance
12 WifiItemDelegate::WifiItemDelegate(QObject *parent):QAbstractItemDelegate(parent) in WifiItemDelegate() function in WifiItemDelegate17 void WifiItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelInd… in paint()98 QSize WifiItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const in sizeHint()106 int WifiItemDelegate::getLevel(int singalLevel) const in getLevel()
9 class WifiItemDelegate : public QAbstractItemDelegate12 WifiItemDelegate(QObject *parent = Q_NULLPTR);
49 WifiItemDelegate *delegate = new WifiItemDelegate; in createAP()112 ui->listViewWpa->setItemDelegate(new WifiItemDelegate); in createSTA()