Salome HOME
Issie #204: Size of Fixed constraint depends on object size
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetBoolValue.h
index 7f6c822a87d3e1d943e0e178cd615130d3920597..9d0246c1156fa3b3043c85001e6706ca6b9d8ad2 100644 (file)
@@ -12,14 +12,15 @@ class Config_WidgetAPI;
 class QWidget;
 class QCheckBox;
 
-class MODULEBASE_EXPORT ModuleBase_WidgetBoolValue: public ModuleBase_ModelWidget
+class MODULEBASE_EXPORT ModuleBase_WidgetBoolValue : public ModuleBase_ModelWidget
 {
-  Q_OBJECT
-public:
+Q_OBJECT
+ public:
   /// Constructor
   /// \theParent the parent object
   /// \theData the widget configuation. The attribute of the model widget is obtained from
-  ModuleBase_WidgetBoolValue(QWidget* theParent, const Config_WidgetAPI* theData, const std::string& theParentId);
+  ModuleBase_WidgetBoolValue(QWidget* theParent, const Config_WidgetAPI* theData,
+                             const std::string& theParentId);
 
   virtual ~ModuleBase_WidgetBoolValue();
 
@@ -37,8 +38,8 @@ public:
   /// \returns the widget
   QWidget* getControl() const;
 
-private:
+ private:
   QCheckBox* myCheckBox;
 };
 
-#endif
\ No newline at end of file
+#endif