propertydefs.cpp 662 B

123456789101112131415161718192021
  1. #include "propertydefs.h"
  2. using namespace vnotex;
  3. const char *PropertyDefs::c_actionToolButton = "ActionToolButton";
  4. const char *PropertyDefs::c_toolButtonWithoutMenuIndicator = "NoMenuIndicator";
  5. const char *PropertyDefs::c_dangerButton = "DangerButton";
  6. const char *PropertyDefs::c_dialogCentralWidget = "DialogCentralWidget";
  7. const char *PropertyDefs::c_viewSplitCornerWidget = "ViewSplitCornerWidget";
  8. const char *PropertyDefs::c_state = "State";
  9. const char *PropertyDefs::c_viewWindowToolBar = "ViewWindowToolBar";
  10. const char *PropertyDefs::c_consoleTextEdit = "ConsoleTextEdit";
  11. const char *PropertyDefs::c_embeddedLineEdit = "EmbeddedLineEdit";