Changeset 846 for trunk/tools/activeqt/testcon/changeproperties.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/tools/activeqt/testcon/changeproperties.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 112 112 } else { 113 113 QMessageBox::warning(this, tr("Can't parse input"), 114 QString(tr("Failed to create a color from %1\n"114 tr("Failed to create a color from %1\n" 115 115 "The string has to be a valid color name (e.g. 'red')\n" 116 116 "or a RGB triple of format '#rrggbb'." 117 ).arg(editValue->text())) );117 ).arg(editValue->text())); 118 118 } 119 119 } … … 126 126 } else { 127 127 QMessageBox::warning(this, tr("Can't parse input"), 128 (tr("Failed to create a font from %1\n"128 tr("Failed to create a font from %1\n" 129 129 "The string has to have a format family,<point size> or\n" 130 130 "family,pointsize,stylehint,weight,italic,underline,strikeout,fixedpitch,rawmode." 131 ).arg(editValue->text())) );131 ).arg(editValue->text())); 132 132 } 133 133 }
Note:
See TracChangeset
for help on using the changeset viewer.