| 123456789101112131415161718192021 |
- #include "propertydefs.h"
- using namespace vnotex;
- const char *PropertyDefs::c_actionToolButton = "ActionToolButton";
- const char *PropertyDefs::c_toolButtonWithoutMenuIndicator = "NoMenuIndicator";
- const char *PropertyDefs::c_dangerButton = "DangerButton";
- const char *PropertyDefs::c_dialogCentralWidget = "DialogCentralWidget";
- const char *PropertyDefs::c_viewSplitCornerWidget = "ViewSplitCornerWidget";
- const char *PropertyDefs::c_state = "State";
- const char *PropertyDefs::c_viewWindowToolBar = "ViewWindowToolBar";
- const char *PropertyDefs::c_consoleTextEdit = "ConsoleTextEdit";
- const char *PropertyDefs::c_embeddedLineEdit = "EmbeddedLineEdit";
|