Subversion Repositories Projects

Rev

Rev 750 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 750 Rev 801
Line 140... Line 140...
140
    btn_Connect->setVisible(pi_Visible);
140
    btn_Connect->setVisible(pi_Visible);
141
}
141
}
Line 142... Line 142...
142
 
142
 
143
void wgt_Connection::send_Data(QString ps_Data, int pi_ID)
143
void wgt_Connection::send_Data(QString ps_Data, int pi_ID)
-
 
144
{
144
{
145
//    qDebug(ps_Data.toLatin1().data());
145
    o_Input->send_Data(ps_Data, pi_ID);
146
    o_Input->send_Data(ps_Data, pi_ID);
Line 146... Line 147...
146
}
147
}
147
 
148