Changing the QPushButton style after translation

前端 未结 0 1468
萌比男神i
萌比男神i 2020-11-29 15:29

A simple dialog and a button are created with the following code:

QDialog d;
QPushButton b("Hello", &d);
d.setWindowFlag(Qt::WindowStaysOnTopHin         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题