C++ (Qt)QPushButton button("qwerty");QIcon ico("i.png");button.setIcon(ico);
C++ (Qt)button.setLayoutDirection(Qt::RightToLeft);