Dear All

We have a problem,
Qt Code:
  1. MyDoubleSpinBox2 *editor = new MyDoubleSpinBox2(parent);
  2.  
  3. QToolButton *tool;
  4. tool = new QToolButton(editor);
  5. tool->setText("...");
  6.  
  7. return editor;
To copy to clipboard, switch view to plain text mode 

When we do this we get the tool button on left, how we could get the button on right?