qt5base-lts/tests/manual/qtabbar/qtabbar.pro
Gabriel de Dietrich 462d26f265 qtabbar manual test: Improve usability
Covers non-document mode, tab icon, and adds a more
useable interface. Some parts are still missing, like
tab orientation and long tab titles.

Task-number: QTBUG-61092
Change-Id: Idbda84f513e3ff7f87fa04ae4476b11bd8bb6bf2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2017-07-06 00:58:17 +00:00

7 lines
146 B
Prolog

TARGET = qtabbar
TEMPLATE = app
QT = core gui widgets
SOURCES = main.cpp tabbarform.cpp
HEADERS = tabbarform.h
FORMS = tabbarform.ui