| [2] | 1 | # Qt widgets module
|
|---|
| 2 |
|
|---|
| 3 | HEADERS += \
|
|---|
| 4 | widgets/qbuttongroup.h \
|
|---|
| 5 | widgets/qabstractbutton.h \
|
|---|
| 6 | widgets/qabstractbutton_p.h \
|
|---|
| 7 | widgets/qabstractslider.h \
|
|---|
| 8 | widgets/qabstractslider_p.h \
|
|---|
| 9 | widgets/qabstractspinbox.h \
|
|---|
| 10 | widgets/qabstractspinbox_p.h \
|
|---|
| 11 | widgets/qcalendartextnavigator_p.h \
|
|---|
| 12 | widgets/qcalendarwidget.h \
|
|---|
| 13 | widgets/qcheckbox.h \
|
|---|
| 14 | widgets/qcombobox.h \
|
|---|
| 15 | widgets/qcombobox_p.h \
|
|---|
| 16 | widgets/qcommandlinkbutton.h \
|
|---|
| 17 | widgets/qdatetimeedit.h \
|
|---|
| 18 | widgets/qdatetimeedit_p.h \
|
|---|
| 19 | widgets/qdial.h \
|
|---|
| 20 | widgets/qdialogbuttonbox.h \
|
|---|
| 21 | widgets/qdockwidget.h \
|
|---|
| 22 | widgets/qdockwidget_p.h \
|
|---|
| 23 | widgets/qdockarealayout_p.h \
|
|---|
| 24 | widgets/qfontcombobox.h \
|
|---|
| 25 | widgets/qframe.h \
|
|---|
| 26 | widgets/qframe_p.h \
|
|---|
| 27 | widgets/qgroupbox.h \
|
|---|
| 28 | widgets/qlabel.h \
|
|---|
| 29 | widgets/qlabel_p.h \
|
|---|
| 30 | widgets/qlcdnumber.h \
|
|---|
| 31 | widgets/qlineedit.h \
|
|---|
| 32 | widgets/qlineedit_p.h \
|
|---|
| [561] | 33 | widgets/qlinecontrol_p.h \
|
|---|
| [2] | 34 | widgets/qmainwindow.h \
|
|---|
| 35 | widgets/qmainwindowlayout_p.h \
|
|---|
| 36 | widgets/qmdiarea.h \
|
|---|
| 37 | widgets/qmdiarea_p.h \
|
|---|
| 38 | widgets/qmdisubwindow.h \
|
|---|
| 39 | widgets/qmdisubwindow_p.h \
|
|---|
| 40 | widgets/qmenu.h \
|
|---|
| [561] | 41 | widgets/qmenu_p.h \
|
|---|
| [2] | 42 | widgets/qmenubar.h \
|
|---|
| [561] | 43 | widgets/qmenubar_p.h \
|
|---|
| [2] | 44 | widgets/qmenudata.h \
|
|---|
| 45 | widgets/qprogressbar.h \
|
|---|
| 46 | widgets/qpushbutton.h \
|
|---|
| 47 | widgets/qpushbutton_p.h \
|
|---|
| 48 | widgets/qradiobutton.h \
|
|---|
| 49 | widgets/qrubberband.h \
|
|---|
| 50 | widgets/qscrollbar.h \
|
|---|
| 51 | widgets/qscrollarea_p.h \
|
|---|
| 52 | widgets/qsizegrip.h \
|
|---|
| 53 | widgets/qslider.h \
|
|---|
| 54 | widgets/qspinbox.h \
|
|---|
| 55 | widgets/qsplashscreen.h \
|
|---|
| 56 | widgets/qsplitter.h \
|
|---|
| 57 | widgets/qsplitter_p.h \
|
|---|
| |
|---|