File tree Expand file tree Collapse file tree 9 files changed +154
-2
lines changed
Expand file tree Collapse file tree 9 files changed +154
-2
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#include " argaction.h"
221
322argAction::argAction ()
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#ifndef ARGACTION_H
221#define ARGACTION_H
322
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#include " mainwindow.h"
221#include < QApplication>
322
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#include " mainwindow.h"
221#include " ui_mainwindow.h"
322#include " settings.h"
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#ifndef MAINWINDOW_H
221#define MAINWINDOW_H
322
Original file line number Diff line number Diff line change 66 <rect >
77 <x >0</x >
88 <y >0</y >
9- <width >787 </width >
9+ <width >795 </width >
1010 <height >466</height >
1111 </rect >
1212 </property >
14561456 <rect >
14571457 <x >0</x >
14581458 <y >0</y >
1459- <width >787 </width >
1459+ <width >795 </width >
14601460 <height >24</height >
14611461 </rect >
14621462 </property >
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#include " outputwindow.h"
221#include " ui_outputwindow.h"
322
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#ifndef OUTPUTWINDOW_H
221#define OUTPUTWINDOW_H
322
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright (c) 2015 Nicola Corna (nicola@corna.info)
3+ *
4+ * This file is part of pcb2gcodeGUI.
5+ *
6+ * pcb2gcodeGUI is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * pcb2gcodeGUI is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU General Public License
17+ * along with pcb2gcodeGUI. If not, see <http://www.gnu.org/licenses/>.
18+ */
19+
120#ifndef SETTINGS
221#define SETTINGS
322
You can’t perform that action at this time.
0 commit comments