Does anyone know if this is correct?

Qt Code:
  1. tb = new QToolButton (_viewGroup);
  2. tb->setText ("Trial");
  3. tb->setFixedWidth (150);
  4. tb->setFixedHeight (40);
  5. tb->setArrowType (Qt::DownArrow);
  6. tb->setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
  7.  
  8. // This section here ???
  9. tb->setStyleSheet ("down-arrow: subcontrol-position: right center");
To copy to clipboard, switch view to plain text mode 

I want to move the arrow to the right