diff options
Diffstat (limited to 'Swift/QtUI/QtListWidget.h')
| -rw-r--r-- | Swift/QtUI/QtListWidget.h | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/Swift/QtUI/QtListWidget.h b/Swift/QtUI/QtListWidget.h new file mode 100644 index 0000000..b7380c4 --- /dev/null +++ b/Swift/QtUI/QtListWidget.h @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2018 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. + */ + +#pragma once + +#include <QListWidget> + +namespace Swift { + +class QtListWidget : public QListWidget { +    Q_OBJECT +    public: +        QtListWidget(QWidget* parent = nullptr); +    protected: +        virtual void resizeEvent(QResizeEvent*); +    signals: +        void onResize(); +}; + +} | 
 Swift
 Swift