Refactor InputObject(EventFilter and VirtualKeyboard).
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
|
||||
#include <QFormLayout>
|
||||
#include <QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
#include "components/ULineEdit.h"
|
||||
|
||||
#include "device/networkmanager.h"
|
||||
|
||||
GetIPDialog::GetIPDialog(QWidget* parent, Qt::WindowFlags f)
|
||||
: GUIFormBaseDialog(parent, f)
|
||||
, mIp(new QLineEdit(this))
|
||||
, mMask(new QLineEdit(this))
|
||||
, mIp(new ULineEdit(this))
|
||||
, mMask(new ULineEdit(this))
|
||||
, mLabelError(new QLabel(this))
|
||||
{
|
||||
setWindowModality(Qt::WindowModal);
|
||||
|
||||
Reference in New Issue
Block a user