From 462d26f265d516fc77ff28f975e4801722c6b703 Mon Sep 17 00:00:00 2001 From: Gabriel de Dietrich Date: Tue, 27 Jun 2017 14:41:25 -0700 Subject: qtabbar manual test: Improve usability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ø --- tests/manual/qtabbar/qtabbar.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/manual/qtabbar/qtabbar.pro') diff --git a/tests/manual/qtabbar/qtabbar.pro b/tests/manual/qtabbar/qtabbar.pro index a63da72158..867e06735e 100644 --- a/tests/manual/qtabbar/qtabbar.pro +++ b/tests/manual/qtabbar/qtabbar.pro @@ -1,4 +1,6 @@ TARGET = qtabbar TEMPLATE = app QT = core gui widgets -SOURCES = main.cpp +SOURCES = main.cpp tabbarform.cpp +HEADERS = tabbarform.h +FORMS = tabbarform.ui -- cgit v1.2.3