| 
    qTox
    Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
    
   | 
 
 
 
 
Go to the documentation of this file.
   27 #include <QHBoxLayout> 
   28 #include <QPushButton> 
   29 #include <QSignalMapper> 
   40     , acceptButton(new QPushButton(this))
 
   41     , rejectButton(new QPushButton(this))
 
   43     , widgetLayout(new QHBoxLayout(this))
 
   66         tr(
"Invited by %1 on %2 at %3.").arg(
"<b>%1</b>").arg(name.toHtmlEscaped(), date, time));
 
  
QString getFriendUsername(uint32_t friendNumber) const
Get the username of a friend.
 
This class contains information needed to create a group invite.
 
void setText(const QString &text)
 
static Settings & getInstance()
Returns the singleton instance.
 
uint32_t getFriendId() const
 
static Core * getCore()
Get core instance.
 
QDateTime getInviteDate() const