9 m_mainLayout(new QVBoxLayout(this))
22 for(std::vector<ParameterABI>::const_iterator param =
function.inputs.begin(); param !=
function.inputs.end(); ++param)
30 m_mainLayout->addSpacerItem(
new QSpacerItem(20, 40, QSizePolicy::Fixed, QSizePolicy::Expanding));
42 QList<QStringList> resultList;
QStringList getParamValue(int paramID)
getParamValue Get the value of a specific parameter
QList< ABIParam * > m_listParams
QVBoxLayout * m_mainLayout
QList< QStringList > getParamsValues()
getParamsValues Get the values of the whole list of input parameters
The ABIParam class ABI parameter widget.
const PlatformStyle * m_platfromStyle
void updateParamsField(const FunctionABI &function)
updateParamsField Populate the GUI control with function parameters
ABIParamsField(const PlatformStyle *platformStyle, QWidget *parent=0)
ABIParamsField Constructor.