Studio/Interface/Style.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::Style |
Source code
```cpp
pragma once
class QPushButton;
namespace shapeworks {
class Style { public: Style();
static void apply_normal_button_style(QPushButton button); static void apply_abort_button_style(QPushButton button); };
} ```
Updated on 2026-03-31 at 16:02:11 +0000