Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P3: Somewhat important
-
Resolution: Unresolved
-
Affects Version/s: 5.4.0 Alpha
-
Fix Version/s: None
-
Component/s: Build tools: uic
-
Labels:None
-
Environment:Windows7 64 Bit. Qt 5.3.2 .Vs2010.
Description
When I set a QPushButton's text property to " " with Qt Creator. And then I compile the project.I use qDebug()<<ui->pushButton->text(),it prints "" but not " " with a space in it.