26#include <core/config.h>
32#ifndef H2CORE_HAVE_QT6
73 operator QGenericArgument() {
74 if ((
m_sArg ==
"true" )) {
76 return Q_ARG(
bool,
m_b );
77 }
else if ((
m_sArg ==
"false" )) {
79 return Q_ARG(
bool,
m_b );
84 return Q_ARG(
int,
m_n );
89 return Q_ARG( QString,
m_sArg );
98 void shoot( QString s );
118 ShotList( QString sShotsFilename ){};
void nextShotEvent() override
static QWidget * findWidgetInheriting(QObject *pObject, const QString &sName)
Find a widget which inherits the named class.
ShotList(QStringList shots)
static QWidget * findWidget(QString &sName)
Find a widget by name.