rework of mainwindow in progress

This commit is contained in:
2025-03-09 16:05:37 +03:00
parent df522f07f7
commit 29b9b58759
13 changed files with 971 additions and 767 deletions

View File

@@ -16,6 +16,8 @@
#include <QTextStream>
#include <QTranslator>
#include <parser/parser.h>
int main(int argc, char *argv[]) {
curl_global_init(CURL_GLOBAL_ALL);
@@ -61,6 +63,7 @@ int main(int argc, char *argv[]) {
a.installTranslator(&translator);
MainWindow w;
// MainWindow w;
w.update();
w.show();