Window title will be changed on rename track, now
This commit is contained in:
@@ -64,6 +64,7 @@ protected:
|
||||
virtual void moveEvent( QMoveEvent * event );
|
||||
virtual void resizeEvent( QResizeEvent * event );
|
||||
virtual void paintEvent( QPaintEvent * pe );
|
||||
virtual void changeEvent( QEvent * event );
|
||||
|
||||
private:
|
||||
const QSize m_buttonSize;
|
||||
@@ -82,6 +83,7 @@ private:
|
||||
|
||||
static void elideText( QLabel *label, QString text );
|
||||
bool isMaximized();
|
||||
void adjustTitleBar();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user