| 1795 | |
| 1796 | |
| 1797 | void InstrumentTrackWindow::loadSettings( const QDomElement& thisElement ) |
| 1798 | { |
| 1799 | m_tabWidget->setActiveTab( thisElement.attribute( "tab" ).toInt() ); |
| 1800 | MainWindow::restoreWidgetState( this, thisElement ); |
| 1801 | if( isVisible() ) |
| 1802 | { |
| 1803 | m_itv->m_tlb->setChecked( true ); |
| 1804 | } |
| 1805 | } |
| 1806 | |
| 1807 | void InstrumentTrackWindow::viewInstrumentInDirection(int d) |
| 1808 | { |
no test coverage detected