Hi,
I am working on an application which communicates with an appliance attached to the serial port. The application send commands and waits for the appliance's reply, or until timeout. Currently...
I was thinking something like this (untested):
#include "overwritingedit.h"
OverwritingEdit::OverwritingEdit(QWidget *parent)
: QLineEdit(parent)
{
// The extra parameter coming...
This is not good advice at all. It is always appropriate to connect a signal with no arguments to a slot with no arguments. In fact, it is the only way such a signal can be connected. ...
d_stranz Yesterday, 22:56Thank you for your answer, it helped me a lot!
MarselinBrown Yesterday, 21:43Okey, now I've fixed all my problems which I came in this thread. Thank you d_stranz for your suggestions about make these buttons as member variables in Game class and connecting signals with slots....
nemaider Yesterday, 20:35Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QSerialPort sending data and waiting for response
Today 10:03 by Bonkers