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.
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members

A custom QComboBox with modified popup behavior. More...

#include <CustomComboBox.h>

Inheritance diagram for CustomComboBox:
Inheritance graph
[legend]
Collaboration diagram for CustomComboBox:
Collaboration graph
[legend]

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.
 

Detailed Description

A custom QComboBox with modified popup behavior.

This class inherits from QComboBox and provides customization for showing and hiding the popup.

Constructor & Destructor Documentation

◆ CustomComboBox()

CustomComboBox::CustomComboBox ( QWidget *  parent = nullptr)
explicit

Constructs a CustomComboBox object.

Parameters
parentThe parent QWidget.

The documentation for this class was generated from the following files: