mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
22 lines
662 B
C++
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";
|