1 #ifndef CONTRACTFUNCTIONFIELD_H 2 #define CONTRACTFUNCTIONFIELD_H 57 #endif // CONTRACTFUNCTIONFIELD_H
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.
The ABIParamsField class List of parameters for contract function.
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.