export QDesktopWidget (#797)

This commit is contained in:
4h7l 2021-01-24 22:50:29 +05:00 committed by GitHub
parent 94c3315bf0
commit 7803f64630
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ export { QCheckBox, QCheckBoxSignals } from './lib/QtWidgets/QCheckBox';
export { QColorDialog, QColorDialogSignals } from './lib/QtWidgets/QColorDialog';
export { QDateEdit } from './lib/QtWidgets/QDateEdit';
export { QDateTimeEdit, NodeDateTimeEdit, QDateTimeEditSignals } from './lib/QtWidgets/QDateTimeEdit';
export { QDesktopWidget } from './lib/QtWidgets/QDesktopWidget';
export { QLabel, QLabelSignals } from './lib/QtWidgets/QLabel';
export { QLCDNumber, QLCDNumberSignals, Mode, SegmentStyle } from './lib/QtWidgets/QLCDNumber';
export { QDial, QDialSignals } from './lib/QtWidgets/QDial';