StreamConfigDialog: renamed Goto Stream X as Goto First till the Goto Stream X is implemented

This commit is contained in:
Srivats P. 2011-04-14 22:46:27 +05:30
parent 073f961d0b
commit d05821da66
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
Copyright (C) 2010 Srivats P.
Copyright (C) 2010-2011 Srivats P.
This file is part of "Ostinato"
@ -161,7 +161,7 @@ StreamConfigDialog::StreamConfigDialog(Port &port, uint streamIndex,
pbPrev->setDisabled(true);
pbNext->setDisabled(true);
//! \todo Support Goto Stream Id
leStreamId->setDisabled(true);
leStreamId->setHidden(true);
disconnect(rbActionGotoStream, SIGNAL(toggled(bool)), leStreamId, SLOT(setEnabled(bool)));
//! \todo Support Continuous Mode
rbModeContinuous->setDisabled(true);

View File

@ -896,7 +896,7 @@ QLineEdit:enabled[inputMask = "HH HH HH HH HH HH; "] { background-color: #ccccff
<item>
<widget class="QRadioButton" name="rbActionGotoStream" >
<property name="text" >
<string>Goto Stream</string>
<string>Goto First</string>
</property>
</widget>
</item>