[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 \
|
---|
| |
---|