starting work on export module, added check trimming

This commit is contained in:
2024-08-24 00:45:47 +03:00
parent 2715272ebf
commit ddf906fbbc
16 changed files with 346 additions and 61 deletions

View File

@@ -19,6 +19,7 @@ class MainWindow : public QMainWindow {
Parser parser;
public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
void setupStoresList();
@@ -29,6 +30,8 @@ private slots:
void on_parseButton_clicked();
void on_storeType_currentIndexChanged(int index);
private:
Ui::MainWindow *ui;
};