Ocular Engine
GeneralStyles.hpp
1 
17 #pragma once
18 #ifndef __H__OCULAR_EDITOR_GENERAL_STYLES__H__
19 #define __H__OCULAR_EDITOR_GENERAL_STYLES__H__
20 
21 #include <qstring.h>
22 
23 //------------------------------------------------------------------------------------------
24 
29 namespace Ocular
30 {
35  namespace Editor
36  {
38  {
39  public:
40 
41  static const QString windowStyle;
42  static const QString frameStyle;
43 
44  static const QString lineEditValidStyle;
45  static const QString lineEditInvalidStyle;
46 
47  protected:
48 
49  private:
50  };
51  }
55 }
60 //------------------------------------------------------------------------------------------
61 
62 #endif
Definition: GeneralStyles.hpp:37
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70
static const QString windowStyle
Default style for the entire window/application.
Definition: GeneralStyles.hpp:41