this
Qt Code:
  1. ui->progressbar->setOrientation(Qt::Vertical);
To copy to clipboard, switch view to plain text mode 
works fine, but the ->setFormat(QString) will place the QString vertical ! How can I make it place it horizontally?