27#ifndef CUSTOMCOMBOBOX_H
28#define CUSTOMCOMBOBOX_H
A custom QComboBox with modified popup behavior.
Definition: CustomComboBox.h:40
void showPopup() override
Overrides the QComboBox's showPopup() function to customize the popup behavior.
Definition: CustomComboBox.cpp:33
void hidePopup() override
Overrides the QComboBox's hidePopup() function to customize the popup behavior.
Definition: CustomComboBox.cpp:37