MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / ComboBox

Method ComboBox

pj_widgets/src/ComboBox.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43ComboBox::ComboBox(QWidget* parent) : QComboBox(parent) {
44 applyComboBoxStyling(this);
45}
46
47void ComboBox::showPopup() {
48 QComboBox::showPopup();

Callers

nothing calls this directly

Calls 1

applyComboBoxStylingFunction · 0.85

Tested by

no test coverage detected