mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 23:51:33 +08:00
Fixed comment in DockWidget.h
This commit is contained in:
parent
de645b3cca
commit
ca39ab0b44
@ -250,7 +250,8 @@ public:
|
|||||||
QWidget* widget() const;
|
QWidget* widget() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the title bar widget of this dock widget
|
* Returns the tab widget of this dock widget that is shown in the dock
|
||||||
|
* area title bar
|
||||||
*/
|
*/
|
||||||
CDockWidgetTab* tabWidget() const;
|
CDockWidgetTab* tabWidget() const;
|
||||||
|
|
||||||
@ -392,13 +393,13 @@ public:
|
|||||||
QSize toolBarIconSize(eState State) const;
|
QSize toolBarIconSize(eState State) const;
|
||||||
|
|
||||||
|
|
||||||
#ifndef QT_NO_TOOLTIP
|
#ifndef QT_NO_TOOLTIP
|
||||||
/**
|
/**
|
||||||
* This is function sets text tooltip for title bar widget
|
* This is function sets text tooltip for title bar widget
|
||||||
* and tooltip for toggle view action
|
* and tooltip for toggle view action
|
||||||
*/
|
*/
|
||||||
void setTabToolTip(const QString &text);
|
void setTabToolTip(const QString &text);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public: // reimplements QFrame -----------------------------------------------
|
public: // reimplements QFrame -----------------------------------------------
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user