AbiWidget Class
(ProjectExplorer::AbiWidget)The AbiWidget class is a widget to set an ABI. More...
Header: | #include <AbiWidget> |
Inherits: | QWidget |
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 |
- 216 public functions inherited from QWidget
Signals
void | abiChanged() |
- 3 signals inherited from QWidget
Additional Inherited Members
- 59 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
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.