changed icon set
This commit is contained in:
@@ -446,6 +446,25 @@ private slots:
|
||||
*/
|
||||
void onFileProperties();
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn onHelpContents
|
||||
*/
|
||||
void onHelpContents();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn onHelpIndex
|
||||
*/
|
||||
void onHelpIndex();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn onHelpAbout
|
||||
*/
|
||||
void onHelpAbout();
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
@@ -636,11 +655,15 @@ private:
|
||||
QMenu* m_lpFileMenu; /*!< Pointer to the file menu */
|
||||
QMenu* m_lpEditMenu; /*!< Pointer to the edit menu */
|
||||
QMenu* m_lpTextMenu; /*!< Pointer to the text menu */
|
||||
QMenu* m_lpToolsMenu; /*!< Pointer to the text menu */
|
||||
QMenu* m_lpWindowMenu; /*!< Pointer to the text menu */
|
||||
QMenu* m_lpHelpMenu; /*!< Pointer to the text menu */
|
||||
|
||||
QToolBar* m_lpFileToolBar; /*!< Pointer to the file toolbar */
|
||||
QToolBar* m_lpEditToolBar; /*!< Pointer to the edit toolbar */
|
||||
QToolBar* m_lpTextToolBar; /*!< Pointer to the text toolbar */
|
||||
QToolBar* m_lpFormatToolBar; /*!< Pointer to the text format toolbar*/
|
||||
QToolBar* m_lpHelpToolBar; /*!< Pointer to the text toolbar */
|
||||
|
||||
QAction* m_lpActionSave; /*!< Pointer to the File->Save action */
|
||||
QAction* m_lpActionUndo; /*!< Pointer to the Undo action. This action is active for Text Edit widgets only. */
|
||||
@@ -737,6 +760,24 @@ private:
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn createToolsActions
|
||||
*/
|
||||
void createToolsActions();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn createWindowActions
|
||||
*/
|
||||
void createWindowActions();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn createHelpActions
|
||||
*/
|
||||
void createHelpActions();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn createContextActions
|
||||
*/
|
||||
void createContextActions();
|
||||
|
||||
Reference in New Issue
Block a user