[Ctk-developers] ctkWorkflowButtonBoxWidget does not show text for 'next' button

Daniel Haehn haehn at bwh.harvard.edu
Mon Jun 6 11:06:01 EDT 2011


Hi devels,

I noticed that the text of the next button is not shown in the
ctkWorkflowButtonBoxWidget on Snow Leopard.

The underlying ctk code uses
this->NextButton->setLayoutDirection(Qt::RightToLeft);  to place the
icon on the right side of the text.

I think that this might be a misuse of the layout direction and causes
the problems. The back button is set up the same way as the next
button without the layout direction and works fine.

What do you guys think?

Thanks,
Daniel



More information about the Ctk-developers mailing list