3 from python_qt_binding.QtWidgets
import QLabel, QStyle
10 super(StatusIndicator, self).
__init__(*args)
15 self.style().standardIcon(QStyle.SP_DialogApplyButton).pixmap(16))
18 rospy.logdebug(
'StatusIndicator.set_starting')
19 self.setPixmap(self.style().standardIcon(QStyle.SP_DialogResetButton).pixmap(16))
23 Show msg that the process is "stopping". 27 self.setPixmap(self.style().standardIcon(QStyle.SP_DialogResetButton).pixmap(16))
31 Show msg that the process is "stopped". 38 self.setPixmap(self.style().standardIcon(QStyle.SP_MessageBoxCritical).pixmap(16))