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

17 lines
347 B

#ifndef DP4LOGINWIDGET_H
#define DP4LOGINWIDGET_H
#include <QWidget>
class Dp4LoginWidget : public QWidget
{
Q_OBJECT
void Logon();
void ResetPassword();
class QComboBox*environment=NULL;
class QLineEdit*username=NULL,*password=NULL;
public:
explicit Dp4LoginWidget(QWidget *parent = nullptr);
};
#endif // TESTWIDGET_H