php new的用法,QT中new的用法?

不好意思,我粘贴错了。

void MyComTool::manualCom_Sent()

{

QString user_input;

char *to_sent = new char[10240];

QChar *to_sent_tmp = new QChar[10240];

char sent_buf[2];

int b;

qint64 char_count;

user_input = comSentTextEdit->toPlainText();

to_sent =  user_input.toAscii().data();

to_sent_tmp = user_input.data();

char_count = 0;

already_sent_times++;

if(!sent_hex_model)

{

//10.27//while (!to_sent_tmp->isNull())

//10.27//{

//10.27//    ++to_sent_tmp;

//10.27//     ++char_count;

//10.27//}

//char_count += 1;

sent_byte_counter  +=myCom->write(to_sent);

myCom->waitForBytesWritten(-1);

comReceiveLabel->setNum (sent_byte_counter);

}

else

{

while (!to_sent_tmp->isNull())

{

b= (int)*to_sent;

sprintf(sent_buf, "%x", b);

hex_to_sent[char_count] = sent_buf[0];

hex_to_sent[char_count + 1]  = sent_buf[1];

++to_sent_tmp;

++to_sent;

++char_count;

++char_count;

if(char_count >= 10240)

{

char_count = 0;

QMessageBox warningBox(this);

QString mypix;

mypix = ":/erroring.png";

QPixmap img(mypix);

warningBox.setIconPixmap(mypix);

warningBox.setWindowTitle(tr("错误"));

warningBox.setText(tr("发送数据过长!"));

warningBox.exec();

break;

}

}

sent_byte_counter  +=  myCom->write(hex_to_sent, char_count);

myCom->waitForBytesWritten(-1);

comReceiveLabel->setNum (sent_byte_counter);

}

sentTimesClearLabel->setNum(already_sent_times);

delete [] to_sent;

delete [] to_sent_tmp;

}

这样还是不行。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值