vnote/src/widgets/propertydefs.cpp
2021-12-10 20:34:07 +08:00

30 lines
914 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_viewSplitFlash = "ViewSplitFlash";
const char *PropertyDefs::c_state = "State";
const char *PropertyDefs::c_viewWindowToolBar = "ViewWindowToolBar";
const char *PropertyDefs::c_consoleTextEdit = "ConsoleTextEdit";
const char *PropertyDefs::c_embeddedLineEdit = "EmbeddedLineEdit";
const char *PropertyDefs::c_dockWidgetIndex = "DockIndex";
const char *PropertyDefs::c_dockWidgetTitle = "DockTitle";
const char *PropertyDefs::c_hitSettingWidget = "HitSettingWidget";