aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/textfieldcombobox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
| | | | | | | | | Mainly to get rid of the QProcess::finished deprecation warning. Also adjust coding style in the surrounding connects when needed. Change-Id: I12f9b248c7974b892c4a069356e578e80f8c59e9 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
| | | | | | | * Update remaining files in src Change-Id: I1896f17fcf34f71c3310c87899fb5171b8e4afb1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Utils: Modernize connectionsOrgad Shaneh2015-03-061-2/+2
| | | | | Change-Id: I4650abc84e7c82a4054197319f6c849af9e5b8ce Reviewed-by: hjk <hjk@theqtcompany.com>
* Update LicenseEike Ziller2015-01-161-6/+6
| | | | | Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* License update.Eike Ziller2014-10-151-7/+8
| | | | | Change-Id: I0acde2c3b995693de682679471f03af85bdd0a61 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Move TextFieldCheckBox and TextFieldComboBox into UtilsTobias Hunger2014-07-101-0/+87
These classes work nicely with fields in QWizards and are useful outside the CustomWizard. Change-Id: I09f03dcfdc64f98b6fdf7153dba803efd445d40d Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>