Studio/Interface/Style.h
Namespaces
Name |
---|
shapeworks User usage reporting (telemetry) |
Classes
Name | |
---|---|
class | shapeworks::Style |
Source code
#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 2024-03-17 at 12:58:44 -0600