vnote/src/widgets/propertydefs.cpp
2021-04-13 20:53:08 +08:00

22 lines
662 B
C++

#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";