代碼:QString recstr,tempstr81,tempstr82,tempstr83,tempstr84;recstr = tempstr81.setNum(rect().x())+","+tempstr82.setNum(rect().width())+","+tempstr83.setNum(rect().y())+","+tempstr84.setNum(rect().height());Recvalue->setText(recstr); //Recvalue是一個(gè)QLabel;報(bào)錯(cuò):E:\prooject\qt\chapter7\Geometry\geometry.cpp:74: error: expression cannot be used as a functionrecstr = tempstr81.setNum(rect().x())+","+^覺得代碼沒有問題,是不是Qt版本的問題,還是在沒有添加什么頭文件?已添加的頭文件:#include <QWidget>#include <QLabel>#include <QGridLayout>
1 回答

MMMHUHU
TA貢獻(xiàn)1834條經(jīng)驗(yàn) 獲得超8個(gè)贊
點(diǎn)擊 rect(),然后按F1,看彈出來的幫助文檔的內(nèi)容,確認(rèn)這個(gè)rect是不是QWidget的屬性
- 1 回答
- 0 關(guān)注
- 121 瀏覽
添加回答
舉報(bào)
0/150
提交
取消