69 operator QGenericArgument() {
70 if ((
m_sArg ==
"true" )) {
72 return Q_ARG(
bool,
m_b );
73 }
else if ((
m_sArg ==
"false" )) {
75 return Q_ARG(
bool,
m_b );
80 return Q_ARG(
int,
m_n );
85 return Q_ARG( QString,
m_sArg );
94 void shoot( QString s );
Buffer for construction of Q_ARGs.
void nextShotEvent() override
ShotList(QStringList shots)
static QWidget * findWidget(QString &sName)
Find a widget by name.
static QWidget * findWidgetInheriting(QObject *pObject, QString &sName)
Find a widget which inherits the named class.