Hello all,

how to display one QLabel onto one Windows widget?

Qt Code:
  1. m_label -> create(HWnd, true, true);
  2. m_label -> setGeometry(geometry);
  3. m_label -> setPixmap(QPixmap(QDir::currentPath() + QLatin1String("/logo.png")));
  4. m_label -> show();
To copy to clipboard, switch view to plain text mode 

with the codes above nothing was display... anyone has idea?