"alt" text in qpushbutton code example
Example 1: qpushbutton text alignment
text-align:left;
Example 2: qpushbutton
QPushButton *button = new QPushButton("Text", this);
text-align:left;
QPushButton *button = new QPushButton("Text", this);