27     m_externalClockFrequency(0),
    28     m_externalClockActive(false)
    30     setObjectName(
"ExternalClockButton");
    31     connect(
this, SIGNAL(clicked()), 
this, SLOT(
onClicked()));
    37     externalClockDialog.exec();
    43     setToolTip(tr(
"External clock dialog. External clock frequency %1 MHz %2")
    49         setStyleSheet(
"ExternalClockButton { background:rgb(128, 70, 0); }");
    53         setStyleSheet(
"ExternalClockButton { background:rgb(48, 48, 48); }");
 
Fixed< IntType, IntBits > arg(const std::complex< Fixed< IntType, IntBits > > &val)