ok ;-) thank you... so it works:
Qt Code:
  1. SchulungsplanParentWidget::SchulungsplanParentWidget(QDate& p_startViewDate, QDate& p_endViewDate, QWidget *p_parent)
  2. : QWidget(p_parent)
  3. {
  4. QVBoxLayout *vBoxLayout = new QVBoxLayout(this);
  5. QHBoxLayout *hBoxLayout = new QHBoxLayout();
  6.  
  7. ...
To copy to clipboard, switch view to plain text mode