Logo    
KDWinUtils
Helper library for MFC to Qt migration
Loading...
Searching...
No Matches
kdwinwidgets.h
Go to the documentation of this file.
1/****************************************************************************
2**
3** This file is part of KDWinutils, KDAB's MFC to Qt migration tool.
4**
5** Copyright (C) 2023 Klarälvdalens Datakonsult AB, a KDAB Group company <info@kdab.com>
6** All rights reserved.
7**
8** This file is intended solely for use by the migration tools and services
9** provided by Klarälvdalens Datakonsult AB.
10**
11** Any other use or distribution of this software that is not otherwise agreed
12** upon in writing and signed by an authorized representative of Klarälvdalens
13** Datakonsult AB, KDAB (USA) LLC, KDAB (Deutschland) GmbH & Co. K.G.,
14** KDAB (France) SAS, KDAB (UK), Ltd., or any future subsidiary of Klarälvdalens
15** Datakonsult AB is hereby prohibited.
16**
17** Contact info@kdab.com if any conditions stated above are unclear to you.
18**
19****************************************************************************/
20
21#pragma once
22
23#ifdef KDWINUTILS_WITHMFC
24#include "cpropertypageproxy.h"
25#endif
26#include "kbrush.h"
27#include "kbuttongroup.h"
28#include "kcheck.h"
29#include "kcombobox.h"
30#include "kcommandmanager.h"
31#include "kdialog.h"
32#include "kdpainter_helper.h"
33#include "kdwidget_helper.h"
34#include "kdwinwidgets_utils.h"
35#include "kedit.h"
36#include "kfont.h"
37#include "kheaderctrl.h"
38#include "klistmodel.h"
39#include "kmenu.h"
40#include "kmultiedit.h"
41#include "knumber.h"
42#include "kpainter.h"
43#include "kpen.h"
44#include "kprogressctrl.h"
45#include "kpropertypage.h"
46#include "kresourcehelper.h"
47#include "ksliderctrl.h"
49#include "kspinbuttonctrl.h"
50#include "ktabctrl.h"
51#include "ktext.h"
52#include "kwidget.h"