完成1.更新数据库2.获取导航栏
This commit is contained in:
@ -1,33 +1,34 @@
|
||||
//
|
||||
// Created by HW on 2023/07/26.
|
||||
//
|
||||
|
||||
#ifndef UNTITLED_MAINWINDOW_H
|
||||
#define UNTITLED_MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QVBoxLayout>
|
||||
#include "mainwindowlayout.h"
|
||||
#include <QIcon>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class MainWindow; }
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class MainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
|
||||
~MainWindow() override;
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QIcon *icon;
|
||||
QVBoxLayout *layout;
|
||||
MainWindowLayout *mainWindowLayout;
|
||||
};
|
||||
|
||||
|
||||
#endif //UNTITLED_MAINWINDOW_H
|
||||
//
|
||||
// Created by HW on 2023/07/26.
|
||||
//
|
||||
|
||||
#ifndef UNTITLED_MAINWINDOW_H
|
||||
#define UNTITLED_MAINWINDOW_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QVBoxLayout>
|
||||
#include "mainwindowlayout.h"
|
||||
#include <QIcon>
|
||||
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class MainWindow; }
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class MainWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit MainWindow(QWidget *parent = nullptr);
|
||||
|
||||
~MainWindow() override;
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QIcon *icon;
|
||||
QVBoxLayout *layout;
|
||||
MainWindowLayout *mainWindowLayout;
|
||||
};
|
||||
|
||||
|
||||
#endif //UNTITLED_MAINWINDOW_H
|
||||
|
Reference in New Issue
Block a user