Skip to content

Studio/src/Interface/Style.h

Namespaces

Name
shapeworks

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 2022-07-23 at 17:50:05 -0600