Opened 10 years ago
Closed 10 years ago
#62 closed enhancement (fixed)
Update statusBar message in statusBar
| Reported by: | yanll | Owned by: | yanll |
|---|---|---|---|
| Priority: | minor | Milestone: | pre-alpha |
| Component: | viewer | Version: | 0.1 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Parent ID: | Parent Tickets: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
Description
Subtickets
Child Tickets
Change History (3)
comment:1 Changed 10 years ago by yanll
- Status changed from new to assigned
comment:2 Changed 10 years ago by yanll
comment:3 Changed 10 years ago by yanll
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

label = QtGui?.QLabel("System Status | Normal")
label.setStyleSheet(' QLabel {color: red}')
self.addWidget(label)
self.repaint()