Searched refs:PercentageRole (Results 1 – 8 of 8) sorted by relevance
163 …enum { UidRole = Qt::UserRole, SortingValueRole, WindowIdRole, PlainValueRole, PercentageRole, Per… enumerator
78 float percentage = index.data(ProcessModel::PercentageRole).toFloat(); in paint()
2026 case PercentageRole: { in data()
60 if (roles.contains(Notifications::PercentageRole)) { in JobsModelPrivate()343 scheduleUpdate(job, Notifications::PercentageRole); in requestView()
116 case Notifications::PercentageRole: in data()
185 … || roles.contains(Notifications::JobStateRole) || roles.contains(Notifications::PercentageRole) in initProxyModels()274 totalPercentage += idx.data(Notifications::PercentageRole).toInt(); in updateCount()
239 …PercentageRole, ///< The percentage of the job. Use @c jobsPercentage to get a global percentage f… enumerator
236 auto percentage = index.data(ProcessModel::PercentageRole).toFloat(); in testCPUGraphHistory()