4a80a7ced1
This is an xev-like program. A user clicks a mouse button inside the Window, and the program displays (a) the "raw" button number; (b) the corresponding Qt::MouseButton name; and (c) the type of mouse Event. Task-number: QTBUG-24112 Change-Id: I8a76ff37b5b85639f662706072cc4a2ce490754b Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
38 lines
1.0 KiB
Prolog
38 lines
1.0 KiB
Prolog
TEMPLATE = subdirs
|
|
SUBDIRS = analogclock \
|
|
applicationicon \
|
|
calculator \
|
|
calendarwidget \
|
|
charactermap \
|
|
codeeditor \
|
|
digitalclock \
|
|
elidedlabel \
|
|
groupbox \
|
|
icons \
|
|
imageviewer \
|
|
lineedits \
|
|
movie \
|
|
mousebuttons \
|
|
orientation \
|
|
scribble \
|
|
shapedclock \
|
|
sliders \
|
|
spinboxes \
|
|
stylesheet \
|
|
tablet \
|
|
tetrix \
|
|
tooltips \
|
|
validators \
|
|
wiggly \
|
|
windowflags
|
|
|
|
contains(styles, motif): SUBDIRS += styles
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
|
|
INSTALLS += target sources
|
|
|
|
QT += widgets
|