Skip to content

Instantly share code, notes, and snippets.

Avatar
💭
This is my backup repo. For drafts and sketches.

Evgeny Shtanov eugesh

💭
This is my backup repo. For drafts and sketches.
View GitHub Profile
@eugesh
eugesh / qchecklist.h
Last active September 7, 2022 07:01 — forked from mistic100/qchecklist.h
[Qt/C++] QComboBox with support of checkboxes
View qchecklist.h
#ifndef QCHECKLIST
#define QCHECKLIST
#include <QWidget>
#include <QComboBox>
#include <QStandardItemModel>
#include <QLineEdit>
#include <QEvent>
#include <QStyledItemDelegate>
#include <QListView>