AbiWidget Class
(ProjectExplorer::AbiWidget)The AbiWidget class is a widget to set an ABI. More...
Header: | #include <AbiWidget> |
Public Functions
AbiWidget(QWidget *parent = nullptr) | |
~AbiWidget() override | |
Abi | currentAbi() const |
bool | isCustomAbi() const |
void | setAbis(const QList<Abi> &, const Abi ¤t) |
QList<Abi> | supportedAbis() const |
Signals
void | abiChanged() |
Detailed Description
The AbiWidget class is a widget to set an ABI.
See also ProjectExplorer::Abi.
Member Function Documentation
AbiWidget::AbiWidget(QWidget *parent = nullptr)
Default constructs an instance of AbiWidget.
AbiWidget::~AbiWidget()
Destroys the instance of AbiWidget.