ComboBox with custom matrix-style popup for parameter selection.
More...
#include <matrixcombopopup.h>
|
| | MatrixComboBox (QWidget *parent=nullptr) |
| | Constructor.
|
| |
| void | setParameters (const QStringList &sParams, const QStringList &otherParams) |
| | Sets parameters to display in popup.
|
| |
|
|
void | showPopup () override |
| | Shows custom matrix popup instead of standard dropdown.
|
| |
|
void | hidePopup () override |
| | Hides the custom popup.
|
| |
| void | paintEvent (QPaintEvent *event) override |
| | Custom paint to show popup state.
|
| |
ComboBox with custom matrix-style popup for parameter selection.
◆ MatrixComboBox()
| MatrixComboBox::MatrixComboBox |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ paintEvent()
| void MatrixComboBox::paintEvent |
( |
QPaintEvent * |
event | ) |
|
|
overrideprotected |
Custom paint to show popup state.
- Parameters
-
◆ setParameters()
| void MatrixComboBox::setParameters |
( |
const QStringList & |
sParams, |
|
|
const QStringList & |
otherParams |
|
) |
| |
Sets parameters to display in popup.
- Parameters
-
| sParams | S-parameters for matrix layout |
| otherParams | Additional parameters for list |
The documentation for this class was generated from the following files: