20 bool GetReceiveShortCut()
const;
21 void SetReceiveShortCut(
bool newReceiveShortCut);
23 void sigReceiveShortCutChanged();
25 bool m_bReceiveShortCut;
26 Q_PROPERTY(
bool ReceiveShortCut READ GetReceiveShortCut WRITE SetReceiveShortCut NOTIFY sigReceiveShortCutChanged)
29 bool GetSaveMainWindowStatus()
const;
30 void SetSaveMainWindowStatus(
bool newSaveMainWindowStatus);
32 void sigSaveMainWindowStatusChanged();
34 bool m_bSaveMainWindowStatus;
35 Q_PROPERTY(
bool SaveMainWindowStatus READ GetSaveMainWindowStatus WRITE SetSaveMainWindowStatus NOTIFY sigSaveMainWindowStatusChanged)
44 ViewType GetViewType();
45 int SetViewType(ViewType type);
47 void sigViewTypeChanged();
52 const QTabWidget::TabPosition &GetTabPosition()
const;
53 void SetTabPosition(
const QTabWidget::TabPosition &newTabPosition);
55 void sigTabPositionChanged();
57 QTabWidget::TabPosition m_TabPosition;
58 Q_PROPERTY(QTabWidget::TabPosition TabPosition READ GetTabPosition WRITE SetTabPosition NOTIFY sigTabPositionChanged)
61 const bool GetEnableTabToolTip()
const;
62 void SetEnableTabToolTip(
bool bEnable);
64 void sigEnableTabToolTipChanged();
66 bool m_bEnableTabToolTip;
67 Q_PROPERTY(
bool EnableTabToolTip READ GetEnableTabToolTip WRITE SetEnableTabToolTip NOTIFY sigEnableTabToolTipChanged)
70 const bool GetEnableTabIcon()
const;
71 void SetEnableTabIcon(
bool bEnable);
73 void sigEnableTabIconChanged();
75 bool m_bEnableTabIcon;
76 Q_PROPERTY(
bool EnableTabIcon READ GetEnableTabIcon WRITE SetEnableTabIcon NOTIFY sigEnableTabIconChanged)
79 int GetRecentMenuMaxCount()
const;
80 void SetRecentMenuMaxCount(
int newRecentMenuMaxCount);
82 void sigRecentMenuMaxCountChanged(
int);
84 int m_nRecentMenuMaxCount;
85 Q_PROPERTY(
int RecentMenuMaxCount READ GetRecentMenuMaxCount WRITE SetRecentMenuMaxCount NOTIFY sigRecentMenuMaxCountChanged)
88 enum class SystemTrayIconMenuType
97 Q_ENUM(SystemTrayIconMenuType)
98 SystemTrayIconMenuType GetSystemTrayIconMenuType()
const;
99 void SetSystemTrayIconMenuType(SystemTrayIconMenuType newSystemTrayIconType);
100 bool GetEnableSystemTrayIcon()
const;
101 int SetEnableSystemTrayIcon(
bool bShow);
103 void sigSystemTrayIconTypeChanged();
104 void sigEnableSystemTrayIcon();
106 SystemTrayIconMenuType m_SystemTrayIconType;
107 bool m_bEnableSystemTrayIcon;
108 Q_PROPERTY(SystemTrayIconMenuType SystemTrayIconMenuType READ GetSystemTrayIconMenuType WRITE SetSystemTrayIconMenuType NOTIFY sigSystemTrayIconTypeChanged)
111 bool GetOpenLasterClose()
const;
112 void SetOpenLasterClose(
bool newOpenLasterClose);
114 void sigOpenLasterCloseChanged(
bool bOpenLasterClose);
116 bool m_bOpenLasterClose;
117 Q_PROPERTY(
bool bOpenLasterClose READ GetOpenLasterClose WRITE SetOpenLasterClose NOTIFY sigOpenLasterCloseChanged)
120 bool GetFavoriteEdit()
const;
121 void SetFavoriteEdit(
bool newFavoriteEdit);
123 void sigFavoriteEditChanged(
bool FavoriteEdit);
125 bool m_bFavoriteEdit;
126 Q_PROPERTY(
bool FavoriteEdit READ GetFavoriteEdit WRITE SetFavoriteEdit NOTIFY sigFavoriteEditChanged)
129 bool GetStatusBar()
const;
130 void SetStatusBar(
bool checked);
133 Q_PROPERTY(
bool StatusBar READ GetStatusBar WRITE SetStatusBar)
136 bool GetTabBar()
const;
137 void SetTabBar(
bool checked);
140 Q_PROPERTY(
bool TabBar READ GetTabBar WRITE SetTabBar)
143 bool GetMenuBar()
const;
144 void SetMenuBar(
bool checked);
147 Q_PROPERTY(
bool MenuBar READ GetMenuBar WRITE SetMenuBar)
150 const bool GetMessageBoxDisplayInformation()
const;
151 void SetMessageBoxDisplayInformation(
bool bEnable);
153 bool m_bMessageBoxDisplayInfomation;
154 Q_PROPERTY(
bool MessageBoxDisplyInformtion READ GetMessageBoxDisplayInformation WRITE SetMessageBoxDisplayInformation)
157 const bool GetDockListConnectersShowToolBar()
const;
158 void SetDockListConnectersShowToolBar(
bool bEnable);
160 bool m_bDockListConnectersShowToolBar;
163 const bool GetDockListRecentShowToolBar()
const;
164 void SetDockListRecentShowToolBar(
bool bEnable);
166 bool m_bDockListRecentShowToolBar;