summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2013-11-22 15:07:45 (GMT)
committerKevin Smith <git@kismith.co.uk>2013-11-22 15:07:45 (GMT)
commit58da4ae2358b90a9a178ecebf7f33b7e9e0636ee (patch)
treef90057689b14e8bc74efaa14eb9316ec785076ac /Swift/QtUI/QtMainWindow.h
parent66137537276e401adc9f49bcb2910790c85180e9 (diff)
downloadswift-58da4ae2358b90a9a178ecebf7f33b7e9e0636ee.zip
swift-58da4ae2358b90a9a178ecebf7f33b7e9e0636ee.tar.bz2
Use a combobox instead of tabs for mainwindow selection.
I'm told that currently Qt isn't correctly showing which tab is selected over MSAA. By providing a different widget it should make screen readers happier. Change-Id: I1f14967fa2f314418417ac5891e9c79f60ac59ef
Diffstat (limited to 'Swift/QtUI/QtMainWindow.h')
-rw-r--r--Swift/QtUI/QtMainWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swift/QtUI/QtMainWindow.h b/Swift/QtUI/QtMainWindow.h
index 627cc17..c489a9e 100644
--- a/Swift/QtUI/QtMainWindow.h
+++ b/Swift/QtUI/QtMainWindow.h
@@ -93,6 +93,7 @@ namespace Swift {
QAction* toggleRequestDeliveryReceipts_;
QMenu* serverAdHocMenu_;
QtTabWidget* tabs_;
+ QComboBox* tabBarCombo_;
QWidget* contactsTabWidget_;
QWidget* eventsTabWidget_;
QtEventWindow* eventWindow_;