StreamConfigDialog: renamed Goto Stream X as Goto First till the Goto Stream X is implemented
This commit is contained in:
parent
073f961d0b
commit
d05821da66
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (C) 2010 Srivats P.
|
Copyright (C) 2010-2011 Srivats P.
|
||||||
|
|
||||||
This file is part of "Ostinato"
|
This file is part of "Ostinato"
|
||||||
|
|
||||||
@ -161,7 +161,7 @@ StreamConfigDialog::StreamConfigDialog(Port &port, uint streamIndex,
|
|||||||
pbPrev->setDisabled(true);
|
pbPrev->setDisabled(true);
|
||||||
pbNext->setDisabled(true);
|
pbNext->setDisabled(true);
|
||||||
//! \todo Support Goto Stream Id
|
//! \todo Support Goto Stream Id
|
||||||
leStreamId->setDisabled(true);
|
leStreamId->setHidden(true);
|
||||||
disconnect(rbActionGotoStream, SIGNAL(toggled(bool)), leStreamId, SLOT(setEnabled(bool)));
|
disconnect(rbActionGotoStream, SIGNAL(toggled(bool)), leStreamId, SLOT(setEnabled(bool)));
|
||||||
//! \todo Support Continuous Mode
|
//! \todo Support Continuous Mode
|
||||||
rbModeContinuous->setDisabled(true);
|
rbModeContinuous->setDisabled(true);
|
||||||
|
@ -896,7 +896,7 @@ QLineEdit:enabled[inputMask = "HH HH HH HH HH HH; "] { background-color: #ccccff
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QRadioButton" name="rbActionGotoStream" >
|
<widget class="QRadioButton" name="rbActionGotoStream" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Goto Stream</string>
|
<string>Goto First</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
Reference in New Issue
Block a user