Skip to content

Instantly share code, notes, and snippets.

@Mwoua
Mwoua / PopupFilter.cpp
Last active April 30, 2026 20:46
Qt popup filter with checkbox
#include "PopupFilter.hpp"
#include <QListView>
#include <QMouseEvent>
#include <QSortFilterProxyModel>
#include <QStandardItemModel>
#include <QStyledItemDelegate>
#include <QVBoxLayout>
const QString DEFAULT_PLACEHOLDER = "Click to search...";