Changeset 5866 for trunk/qt-gui

Show
Ignore:
Timestamp:
11/25/07 00:50:49 (12 months ago)
Author:
eugene
Message:

Added registration date into user info box.

Location:
trunk/qt-gui/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt-gui/src/userinfodlg.cpp

    r5852 r5866  
    15381538  lay->addWidget(nfoOnlineSince, CR, 1); 
    15391539 
     1540  lay->addWidget(new QLabel(tr("Registration Date:"), p), ++CR, 0); 
     1541  nfoRegDate = new CInfoField(p, true); 
     1542  lay->addWidget(nfoRegDate, CR, 1); 
     1543 
    15401544  lay->setRowStretch(++CR, 5); 
    15411545} 
     
    15621566  nfoLastRecv->setDateTime(u->LastReceivedEvent()); 
    15631567  nfoLastCheckedAR->setDateTime(u->LastCheckedAutoResponse()); 
     1568  nfoRegDate->setDateTime(u->RegisteredTime()); 
    15641569 
    15651570  if (u->StatusOffline()) 
  • trunk/qt-gui/src/userinfodlg.h

    r5328 r5866  
    150150  // Last Counters 
    151151  void CreateLastCountersInfo(); 
    152   CInfoField *nfoLastOnline, *nfoLastSent, *nfoLastRecv, *nfoLastCheckedAR, *nfoOnlineSince; 
     152  CInfoField *nfoLastOnline, *nfoLastSent, *nfoLastRecv, *nfoLastCheckedAR, *nfoOnlineSince, *nfoRegDate; 
    153153 
    154154  // KDE AddressBook