MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / WindowSelectionWidget

Method WindowSelectionWidget

plugins/base/utils/window-selection.cpp:6–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace advss {
5
6WindowSelectionWidget::WindowSelectionWidget(QWidget *parent)
7 : FilterComboBox(parent)
8{
9 setEditable(true);
10 SetAllowUnmatchedSelection(true);
11 setMaxVisibleItems(20);
12 PopulateWindowSelection(this);
13}
14
15void WindowSelectionWidget::showEvent(QShowEvent *event)
16{

Callers

nothing calls this directly

Calls 1

PopulateWindowSelectionFunction · 0.50

Tested by

no test coverage detected