feat: Implement main window with tool banner and viewport placeholder

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-09 15:45:16 -07:00
parent dc37ee15ba
commit 6df2657eb9
4 changed files with 37 additions and 5 deletions

14
src/MainWindow.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = nullptr);
};
#endif // MAINWINDOW_H