Changeset 5866 for trunk/qt-gui
- Timestamp:
- 11/25/07 00:50:49 (12 months ago)
- Location:
- trunk/qt-gui/src
- Files:
-
- 2 modified
-
userinfodlg.cpp (modified) (2 diffs)
-
userinfodlg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt-gui/src/userinfodlg.cpp
r5852 r5866 1538 1538 lay->addWidget(nfoOnlineSince, CR, 1); 1539 1539 1540 lay->addWidget(new QLabel(tr("Registration Date:"), p), ++CR, 0); 1541 nfoRegDate = new CInfoField(p, true); 1542 lay->addWidget(nfoRegDate, CR, 1); 1543 1540 1544 lay->setRowStretch(++CR, 5); 1541 1545 } … … 1562 1566 nfoLastRecv->setDateTime(u->LastReceivedEvent()); 1563 1567 nfoLastCheckedAR->setDateTime(u->LastCheckedAutoResponse()); 1568 nfoRegDate->setDateTime(u->RegisteredTime()); 1564 1569 1565 1570 if (u->StatusOffline()) -
trunk/qt-gui/src/userinfodlg.h
r5328 r5866 150 150 // Last Counters 151 151 void CreateLastCountersInfo(); 152 CInfoField *nfoLastOnline, *nfoLastSent, *nfoLastRecv, *nfoLastCheckedAR, *nfoOnlineSince ;152 CInfoField *nfoLastOnline, *nfoLastSent, *nfoLastRecv, *nfoLastCheckedAR, *nfoOnlineSince, *nfoRegDate; 153 153 154 154 // KDE AddressBook
