8b6de46771
Adding QCheckBox, QComboBox, QLineEdit etc. into an HBox layout or grid layout makes the layout look like a snake's trail. Fixed the positioning of these widgets to make the layouts visually more appealing. Updated qmacstyle auto-test accordingly. Task-number: QTBUG-13635 Ammended-by: Gabriel de Dietrich Change-Id: I89461f9aad68ea8488070ed06257b9b8e7f493c5 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
15 lines
242 B
Prolog
15 lines
242 B
Prolog
QT += widgets
|
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += main.cpp\
|
|
mainwindow.cpp \
|
|
hbwidget.cpp \
|
|
gridwidget.cpp \
|
|
vbwidget.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
hbwidget.h \
|
|
gridwidget.h \
|
|
vbwidget.h
|