| 11 | } |
| 12 | |
| 13 | void UpdateUi::StyleGroup() |
| 14 | { |
| 15 | setProperty(Prop::style_group, "frame"); |
| 16 | style_set_group(ui.title_widget, "title"); |
| 17 | style_set_group(ui.content_widget, "client"); |
| 18 | } |
| 19 | |
| 20 | bool UpdateUi::event(QEvent* e) |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected