Page MenuHomePhabricator

Update minimum required Qt version to 4.7
Closed, ResolvedPublic

Description

Dropping Visual Studio 2008 as official tier 1 platform and replacing it with Visual Studio 2010 has the side effect that the current minimum supported Qt version 4.6.2 does not officially support VS2010.

I would suggest to move to Qt 4.7 as a minimum required. It officially introduced VS 2010 support and there are still offical VS2008 binaries available.

Event Timeline

User zelzer has pushed new remote branch:

bug-17523-update-qt47

[612740]: Merge branch 'bug-17523-update-qt47'

Merged commits:

2014-03-18 12:56:35 Sascha Zelzer [aa931b]
Update Qt minimum version to 4.7.

With Qt 4.7 we can remove QmitkLineEdit which is a wrapper for QLineEdit that allows to set a placeholder text. In Qt 4.7, QLineEdit has a method called setPlaceholderText(). QmitkLineEdit is only used in the Properties view.

Thanks for the hint. Since QmitkLineEdit is public API, I will deprecate it and we can remove it after the release.

[38fbeb]: Merge branch 'bug-17523-update-qt47'

Merged commits:

2014-03-19 23:49:01 Sascha Zelzer [618f7d]
Use QLineEdit from Qt 4.7 directly.

[c7438c]: COMP: Merge branch 'bug-17523-SetPlaceholderTextInUIFile'

Merged commits:

2014-03-20 08:10:55 Stefan Kislinskiy [b58696]
Set placeholder text for filter QLineEdit in UI file.