mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Add tooltips to tabs
This commit is contained in:
parent
31635d2ae8
commit
1f33e34d8f
3 changed files with 178 additions and 145 deletions
|
|
@ -59,6 +59,7 @@ private:
|
|||
int myAddTab(Tab *tab);
|
||||
void addCloseButtonToTab(Tab *tab, int tabIndex);
|
||||
QString sanitizeTabName(QString dirty) const;
|
||||
QString sanitizeHtml(QString dirty) const;
|
||||
public:
|
||||
TabSupervisor(AbstractClient *_client, QWidget *parent = 0);
|
||||
~TabSupervisor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue