resize: Freely adjustable in size.

This commit is contained in:
2025-06-20 14:58:47 +08:00
parent de443ed5b2
commit e1e0d9a3b5
4 changed files with 43 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#ifndef COMPARECONTROL_H
#ifndef COMPARECONTROL_H
#define COMPARECONTROL_H
#include <QWidget>
@@ -15,6 +15,10 @@ public:
explicit Compare(QWidget* parent = nullptr);
~Compare();
private:
void InitControl();
void InitTabWidget();
private:
Ui::Compare* ui;
};