mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change new file instructor position
This commit is contained in:
@@ -14,6 +14,8 @@ class UpdateNotifyWidget;
|
||||
|
||||
class MainWindow;
|
||||
class UpdateController;
|
||||
class InstructorButtonGroupWidget;
|
||||
|
||||
class UpdateNotifyWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -24,12 +26,20 @@ public:
|
||||
void addToList(FileData fileData);
|
||||
~UpdateNotifyWidget();
|
||||
|
||||
void showWithFill();
|
||||
void setButtonWidget(InstructorButtonGroupWidget *widget);
|
||||
signals:
|
||||
|
||||
|
||||
private slots:
|
||||
void on_closeButton_clicked();
|
||||
|
||||
void on_loadToServerButton_clicked();
|
||||
|
||||
void on_undoChangesButton_clicked();
|
||||
|
||||
void on_startWithCurrentChangesButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::UpdateNotifyWidget *ui;
|
||||
MainWindow *mainWindow;
|
||||
|
||||
Reference in New Issue
Block a user