Page Menu
Home
Phabricator (Chris)
Search
Configure Global Search
Log In
Files
F86485
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
788 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/mainwindow.h b/mainwindow.h
index ebed0c3..e07018d 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -1,41 +1,23 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
-typedef struct {
- char *inputPath;
- char *outputPath;
- char *format;
- int codewords;
- int marginSize;
- int moduleSize;
- int scheme;
- int preview;
- int rotate;
- int sizeIdx;
- int color[3];
- int bgColor[3];
- int mosaic;
- int dpi;
- int verbose;
-} UserOptions;
-
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
void mousePressEvent(QMouseEvent *);
~MainWindow();
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Sep 12, 9:44 PM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
42942
Default Alt Text
(788 B)
Attached To
Mode
R4 barcoder
Attached
Detach File
Event Timeline
Log In to Comment