Merge pull request #3012 from BaraMGB/renamewindowtitle
Window title will be changed on rename track, now
This commit is contained in:
@@ -288,6 +288,9 @@ protected slots:
|
||||
void play();
|
||||
void stop();
|
||||
|
||||
private slots:
|
||||
void updateWindowTitle();
|
||||
|
||||
private:
|
||||
QAction* m_discreteAction;
|
||||
QAction* m_linearAction;
|
||||
|
||||
@@ -384,7 +384,6 @@ private:
|
||||
|
||||
signals:
|
||||
void positionChanged( const MidiTime & );
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
@@ -427,6 +426,10 @@ public:
|
||||
signals:
|
||||
void currentPatternChanged();
|
||||
|
||||
|
||||
private slots:
|
||||
void patternRenamed();
|
||||
|
||||
private:
|
||||
void focusInEvent(QFocusEvent * event);
|
||||
|
||||
|
||||
@@ -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