Changeset 769 for trunk/tools/designer/src/lib/shared/qdesigner_utils_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/tools/designer/src/lib/shared/qdesigner_utils_p.h
r651 r769 299 299 Q_OBJECT 300 300 public: 301 DesignerIconCache(DesignerPixmapCache *pixmapCache, QObject *parent = 0);301 DesignerIconCache(DesignerPixmapCache *pixmapCache, QObject *parent = 0); 302 302 QIcon icon(const PropertySheetIconValue &value) const; 303 303 void clear(); … … 314 314 { 315 315 public: 316 PropertySheetStringValue(const QString &value = QString(),316 PropertySheetStringValue(const QString &value = QString(), 317 317 bool translatable = true, 318 318 const QString &disambiguation = QString(), … … 346 346 { 347 347 public: 348 PropertySheetKeySequenceValue(const QKeySequence &value = QKeySequence(),348 PropertySheetKeySequenceValue(const QKeySequence &value = QKeySequence(), 349 349 bool translatable = true, 350 350 const QString &disambiguation = QString(), 351 351 const QString &comment = QString()); 352 PropertySheetKeySequenceValue(const QKeySequence::StandardKey &standardKey,352 PropertySheetKeySequenceValue(const QKeySequence::StandardKey &standardKey, 353 353 bool translatable = true, 354 354 const QString &disambiguation = QString(),
Note:
See TracChangeset
for help on using the changeset viewer.