You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
dp4-uos/dp4-login-plugin/dp4loginwidget.h

14 lines
216 B

#ifndef DP4LOGINWIDGET_H
#define DP4LOGINWIDGET_H
#include <QWidget>
class Dp4LoginWidget : public QWidget
{
Q_OBJECT
public:
explicit Dp4LoginWidget(QWidget *parent = nullptr);
};
#endif // TESTWIDGET_H