Add use scanner.
This commit is contained in:
@@ -17,6 +17,10 @@ public:
|
||||
explicit ScanFormWidget(QWidget *parent = nullptr);
|
||||
~ScanFormWidget() override = default;
|
||||
void setPreviewing(bool val);
|
||||
|
||||
protected:
|
||||
void keyPressEvent(QKeyEvent *event) override;
|
||||
|
||||
private:
|
||||
PatientInformationForm* mPatInf= nullptr;
|
||||
bool mUnInited = true;
|
||||
|
||||
Reference in New Issue
Block a user