mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: add entry widget and list of changes
This commit is contained in:
24
updatewidget.h
Normal file
24
updatewidget.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef UPDATEWIDGET_H
|
||||
#define UPDATEWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class UpdateWidget;
|
||||
}
|
||||
|
||||
class UpdateWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit UpdateWidget(QWidget *parent = nullptr);
|
||||
void initialize();
|
||||
void showWithFill();
|
||||
~UpdateWidget();
|
||||
|
||||
private:
|
||||
Ui::UpdateWidget *ui;
|
||||
};
|
||||
|
||||
#endif // UPDATEWIDGET_H
|
||||
Reference in New Issue
Block a user