設置字體大小使用QFont 的setPontSize QLabel *lb = new QLabel(tr("examp")); QFont ft; ft.setPointSize(14); lb->setFont(ft); 設置.
確定! 回上一頁