AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
A custom QComboBox with modified popup behavior. More...
#include <CustomComboBox.h>
Public Member Functions | |
CustomComboBox (QWidget *parent=nullptr) | |
Constructs a CustomComboBox object. | |
Protected Member Functions | |
void | showPopup () override |
Overrides the QComboBox's showPopup() function to customize the popup behavior. | |
void | hidePopup () override |
Overrides the QComboBox's hidePopup() function to customize the popup behavior. | |
A custom QComboBox with modified popup behavior.
This class inherits from QComboBox and provides customization for showing and hiding the popup.
|
explicit |
Constructs a CustomComboBox object.
parent | The parent QWidget. |