|
|
|
@ -88,7 +88,7 @@ TQWidget* ViewGrid::add(MixDevice *md)
|
|
|
|
|
mdw = new MDWEnum(
|
|
|
|
|
_mixer, // the mixer for this device
|
|
|
|
|
md, // MixDevice (parameter)
|
|
|
|
|
orientation, // Qt::Orientation
|
|
|
|
|
orientation, // Orientation
|
|
|
|
|
this, // parent
|
|
|
|
|
this, // View widget
|
|
|
|
|
md->name().latin1()
|
|
|
|
@ -101,7 +101,7 @@ TQWidget* ViewGrid::add(MixDevice *md)
|
|
|
|
|
_mixer, // the mixer for this device
|
|
|
|
|
md, // MixDevice (parameter)
|
|
|
|
|
false, // Small
|
|
|
|
|
orientation, // Qt::Orientation
|
|
|
|
|
orientation, // Orientation
|
|
|
|
|
this, // parent
|
|
|
|
|
this, // View widget
|
|
|
|
|
md->name().latin1()
|
|
|
|
@ -117,7 +117,7 @@ TQWidget* ViewGrid::add(MixDevice *md)
|
|
|
|
|
true, // Show Mute LED
|
|
|
|
|
true, // Show Record LED
|
|
|
|
|
false, // Small
|
|
|
|
|
orientation, // Qt::Orientation
|
|
|
|
|
orientation, // Orientation
|
|
|
|
|
this, // parent
|
|
|
|
|
this, // View widget
|
|
|
|
|
md->name().latin1()
|
|
|
|
|