| 18 | } |
| 19 | |
| 20 | void VarViewUi::StyleGroup() |
| 21 | { |
| 22 | setProperty(Prop::style_group, "frame"); |
| 23 | style_set_group(ui.title_widget, "title"); |
| 24 | style_set_group(ui.content_widget, "client"); |
| 25 | style_set_group(ui.title_close_button, "title-close_button"); |
| 26 | } |
| 27 | void VarViewUi::LoadLanguage() |
| 28 | { |
| 29 | std::call_once(lang_once, [this] { |
nothing calls this directly
no outgoing calls
no test coverage detected