1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
#ifndef DTK_WIDGET_MODULE_H
#define DTK_WIDGET_MODULE_H
#include "dfileiconprovider.h"
#include "dthumbnailprovider.h"
#include "dwidgetutil.h"
#include "ddesktopservices.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dtrashmanager.h"
#endif
#include "dhidpihelper.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dapplicationsettings.h"
#endif
#include "daccessibilitychecker.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dregionmonitor.h"
#endif
#include "dabstractdialog.h"
#include "ddialog.h"
#include "dialog_constants.h"
#include "dinputdialog.h"
#include "daboutdialog.h"
#include "dsettingsdialog.h"
#include "dfiledialog.h"
#include "dprintpreviewdialog.h"
#include "dmpriscontrol.h"
#include "dslider.h"
#include "dbackgroundgroup.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dthememanager.h"
#endif
#include "dapplication.h"
#include "dconstants.h"
#include "dbaseline.h"
#include "dheaderline.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dbaseexpand.h"
#endif
#include "darrowbutton.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "darrowlineexpand.h"
#endif
#include "dswitchlineexpand.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dimagebutton.h"
#endif
#include "dloadingindicator.h"
#include "dsearchedit.h"
#include "dswitchbutton.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dsegmentedcontrol.h"
#endif
#include "dlineedit.h"
#include "dwindowmaxbutton.h"
#include "dwindowminbutton.h"
#include "dwindowclosebutton.h"
#include "dwindowoptionbutton.h"
#include "dtabletwindowoptionbutton.h"
#include "dwindowquitfullbutton.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dshortcutedit.h"
#endif
#include "dsimplelistview.h"
#include "dsimplelistitem.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dexpandgroup.h"
#endif
#include "darrowrectangle.h"
#include "dgraphicsgloweffect.h"
#include "dboxwidget.h"
#include "dcircleprogress.h"
#include "dstackwidget.h"
#include "dfilechooseredit.h"
#include "dpasswordedit.h"
#include "dipv4lineedit.h"
#include "dspinbox.h"
#include "dpicturesequenceview.h"
#include "dflowlayout.h"
#include "dlistview.h"
#include "denhancedwidget.h"
#include "dtitlebar.h"
#include "dplatformwindowhandle.h"
#include "dmainwindow.h"
#include "dblureffectwidget.h"
#include "dpageindicator.h"
#include "dclipeffectwidget.h"
#include "dgraphicsclipeffect.h"
#include "dtickeffect.h"
#include "dwaterprogress.h"
#include "dsettingswidgetfactory.h"
#include "dspinner.h"
#include "dcrumbedit.h"
#include "dtabbar.h"
#include "dsuggestbutton.h"
#include "dstyleoption.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dtoast.h"
#endif
#include "danchors.h"
#include "dstyle.h"
#include "dfloatingbutton.h"
#include "dwidgetstype.h"
#include "dstyleditemdelegate.h"
#include "diconbutton.h"
#include "dfloatingwidget.h"
#if DTK_VERSION < DTK_VERSION_CHECK(6, 0, 0, 0)
#include "dapplicationhelper.h"
#endif
#include "dfloatingmessage.h"
#include "dmessagemanager.h"
#include "dbuttonbox.h"
#include "dwarningbutton.h"
#include "dcommandlinkbutton.h"
#include "ddialogclosebutton.h"
#include "dtiplabel.h"
#include "dtooltip.h"
#include "dframe.h"
#include "dshadowline.h"
#include "dcoloredprogressbar.h"
#include "dkeysequenceedit.h"
#include "dprogressbar.h"
#include "dlabel.h"
#include "dtextedit.h"
#include "ddrawer.h"
#include "darrowlinedrawer.h"
#include "ddrawergroup.h"
#include "dalertcontrol.h"
#include "dtoolbutton.h"
#include "dsearchcombobox.h"
#include "dprintpreviewwidget.h"
#include "dprintpickcolorwidget.h"
#include "dpalettehelper.h"
#include "dcombobox.h"
#include "dfontcombobox.h"
#endif
|