4 #ifndef BPSARTICLEINPUT_H
5 #define BPSARTICLEINPUT_H
#define BPS_PRIVATE(Class)
Declare pointer to private object in a public class.
Definition: bpsglobals.h:102
Public include file for BPS GUI library macros.
#define BPSGUI_EXPORT
Declare class an import from the shared library.
Definition: bpsgui_global.h:22
A widget to select a article from a search list.
Definition: bpsarticleinput.h:19
void setArticleKey(const QVariant &aKey)
Set the current article key.
void articleKeyChanged(const QVariant &aKey)
This signal is emitted when another article got selected.
QVariant articleKey() const
BpsArticleInput(BpsDatastore *aDatastore, QWidget *aParent=nullptr)
The constructor.
BPS datastore class.
Definition: bpsdatastore.h:61