Changeset 844 for branches/vendor/nokia/qt/current/tools/pixeltool
- Timestamp:
- May 3, 2011, 4:49:08 PM (15 years ago)
- Location:
- branches/vendor/nokia/qt/current/tools/pixeltool
- Files:
-
- 3 edited
-
main.cpp (modified) (1 diff)
-
qpixeltool.cpp (modified) (2 diffs)
-
qpixeltool.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/nokia/qt/current/tools/pixeltool/main.cpp
r649 r844 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]) -
branches/vendor/nokia/qt/current/tools/pixeltool/qpixeltool.cpp
r649 r844 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]) … … 357 357 freeze.setChecked(tmpFreeze); 358 358 freeze.setShortcut(QKeySequence(Qt::Key_Space)); 359 QAction autoUpdate(QLatin1String("Contin ous update"), &menu);359 QAction autoUpdate(QLatin1String("Continous update"), &menu); 360 360 autoUpdate.setCheckable(true); 361 361 autoUpdate.setChecked(m_autoUpdate); -
branches/vendor/nokia/qt/current/tools/pixeltool/qpixeltool.h
r649 r844 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])
Note:
See TracChangeset
for help on using the changeset viewer.
