diff --git a/docs/html/_intelli_photo_gui_8h_source.html b/docs/html/_intelli_photo_gui_8h_source.html
index 5a69f55..918ad77 100644
--- a/docs/html/_intelli_photo_gui_8h_source.html
+++ b/docs/html/_intelli_photo_gui_8h_source.html
@@ -89,195 +89,199 @@ $(document).ready(function(){initNavTree('_intelli_photo_gui_8h_source.html','')
1 #ifndef IntelliPhotoGui_H
2 #define IntelliPhotoGui_H
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
7 #include <QImageWriter>
+
+
+
+
11 #include <QMainWindow>
+
12 #include <QGridLayout>
+
13 #include <QPushButton>
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
55 void slotCreateNewRasterLayer();
-
56 void slotCreateNewShapedLayer();
-
57 void slotDeleteLayer();
-
58 void slotSetActiveLayer();
-
59 void slotSetActiveAlpha();
-
60 void slotSetPolygon();
-
61 void slotPositionMoveUp();
-
62 void slotPositionMoveDown();
-
63 void slotPositionMoveLeft();
-
64 void slotPositionMoveRight();
-
65 void slotMoveLayerUp();
-
66 void slotMoveLayerDown();
-
-
68 void slotUpdateRenderSettingsOn();
-
69 void slotUpdateRenderSettingsOff();
-
-
71 void slotSetFirstColor();
-
72 void slotSetSecondColor();
-
+
+
+
+
+
+
59 void slotCreateNewRasterLayer();
+
60 void slotCreateNewShapedLayer();
+
61 void slotDeleteLayer();
+
62 void slotSetActiveLayer();
+
63 void slotSetActiveAlpha();
+
64 void slotSetPolygon();
+
65 void slotPositionMoveUp();
+
66 void slotPositionMoveDown();
+
67 void slotPositionMoveLeft();
+
68 void slotPositionMoveRight();
+
69 void slotMoveLayerUp();
+
70 void slotMoveLayerDown();
+
+
72 void slotUpdateRenderSettingsOn();
+
73 void slotUpdateRenderSettingsOff();
-
75 void slotCreatePenTool();
-
76 void slotCreatePlainTool();
-
77 void slotCreateLineTool();
-
78 void slotCreateRectangleTool();
-
79 void slotCreateCircleTool();
-
80 void slotCreatePolygonTool();
-
81 void slotCreateFloodFillTool();
-
-
83 void slotAboutDialog();
-
-
85 void slotEnterPressed();
+
75 void slotSetFirstColor();
+
76 void slotSetSecondColor();
+
+
+
79 void slotCreatePenTool();
+
80 void slotCreatePlainTool();
+
81 void slotCreateLineTool();
+
82 void slotCreateRectangleTool();
+
83 void slotCreateCircleTool();
+
84 void slotCreatePolygonTool();
+
85 void slotCreateFloodFillTool();
-
-
88 void slotSetInnerAlpha();
-
-
90 void slotResetTools();
-
-
-
-
-
-
-
97 void setIntelliStyle();
-
-
-
-
-
102 bool saveFile(
const QByteArray &fileFormat);
-
-
104 void setDefaultToolValue();
-
-
-
-
-
109 const QSize Buttonsize = QSize(35,35);
-
-
111 QPushButton* CircleButton;
-
112 QPushButton* FloodFillButton;
-
113 QPushButton* LineButton;
-
114 QPushButton* PenButton;
-
115 QPushButton* PlainButton;
-
116 QPushButton* PolygonButton;
-
117 QPushButton* RectangleButton;
-
-
119 QLabel* innerAlphaLine;
-
120 QLineEdit* EditLineWidth;
-
121 QLineEdit* EditLineInnerAlpha;
-
122 QIntValidator* ValidatorLineWidth;
-
123 QIntValidator* ValidatorInnerAlpha;
-
-
125 QPushButton* FirstColorButton;
-
126 QPushButton* SecondColorButton;
-
127 QPushButton* SwitchColorButton;
+
87 void slotAboutDialog();
+
+
89 void slotEnterPressed();
+
+
+
92 void slotSetInnerAlpha();
+
+
94 void slotResetTools();
+
+
+
+
+
+
+
101 void setIntelliStyle();
+
+
+
+
+
106 bool saveFile(
const QByteArray &fileFormat);
+
+
108 void setDefaultToolValue();
+
+
+
+
+
113 const QSize Buttonsize = QSize(35,35);
+
+
115 QPushButton* CircleButton;
+
116 QPushButton* FloodFillButton;
+
117 QPushButton* LineButton;
+
118 QPushButton* PenButton;
+
119 QPushButton* PlainButton;
+
120 QPushButton* PolygonButton;
+
121 QPushButton* RectangleButton;
+
+
123 QLabel* innerAlphaLine;
+
124 QLineEdit* EditLineWidth;
+
125 QLineEdit* EditLineInnerAlpha;
+
126 QIntValidator* ValidatorLineWidth;
+
127 QIntValidator* ValidatorInnerAlpha;
-
129 QLabel* ActiveLayerLine;
-
130 QLabel* ActiveLayerImageLabel;
-
-
-
-
-
-
-
137 QMenu*layerCreationMenu;
-
-
-
140 QMenu*toolCreationMenu;
-
141 QMenu*toolSettingsMenu;
-
-
-
-
-
-
-
-
-
-
151 QAction*actionUpdateRenderSettingsOn;
-
152 QAction*actionUpdateRenderSettingsOff;
+
129 QPushButton* FirstColorButton;
+
130 QPushButton* SecondColorButton;
+
131 QPushButton* SwitchColorButton;
+
+
133 QLabel* ActiveLayerLine;
+
134 QLabel* ActiveLayerImageLabel;
+
+
+
+
+
+
+
141 QMenu*layerCreationMenu;
+
+
+
144 QMenu*toolCreationMenu;
+
145 QMenu*toolSettingsMenu;
+
+
+
+
+
+
+
-
-
155 QAction* actionColorPickerFirstColor;
-
156 QAction* actionColorPickerSecondColor;
-
157 QAction* actionColorSwap;
-
-
-
160 QAction* actionCreatePenTool;
-
161 QAction* actionCreatePlainTool;
-
162 QAction* actionCreateLineTool;
-
163 QAction* actionCreateRectangleTool;
-
164 QAction* actionCreateCircleTool;
-
165 QAction* actionCreatePolygonTool;
-
166 QAction* actionCreateFloodFillTool;
-
-
-
169 QAction* actionAboutDialog;
-
170 QAction* actionAboutQtDialog;
+
+
155 QAction*actionUpdateRenderSettingsOn;
+
156 QAction*actionUpdateRenderSettingsOff;
+
+
+
159 QAction* actionColorPickerFirstColor;
+
160 QAction* actionColorPickerSecondColor;
+
161 QAction* actionColorSwap;
+
+
+
164 QAction* actionCreatePenTool;
+
165 QAction* actionCreatePlainTool;
+
166 QAction* actionCreateLineTool;
+
167 QAction* actionCreateRectangleTool;
+
168 QAction* actionCreateCircleTool;
+
169 QAction* actionCreatePolygonTool;
+
170 QAction* actionCreateFloodFillTool;
-
-
173 QAction* actionCreateNewRasterLayer;
-
174 QAction* actionCreateNewShapedLayer;
-
175 QAction* actionDeleteLayer;
-
176 QAction* actionSetActiveLayer;
-
177 QAction* actionSetActiveAlpha;
-
178 QAction* actionSetPolygon;
-
179 QAction* actionMovePositionUp;
-
180 QAction* actionMovePositionDown;
-
181 QAction* actionMovePositionLeft;
-
182 QAction* actionMovePositionRight;
-
183 QAction* actionMoveLayerUp;
-
184 QAction* actionMoveLayerDown;
-
-
-
187 QList<QAction*> actionSaveAs;
-
-
189 QAction* actionSetWidth;
-
190 QAction* actionSetInnerAlpha;
-
-
-
193 QWidget* centralGuiWidget;
-
194 QGridLayout* mainLayout;
-
-
-
+
+
173 QAction* actionAboutDialog;
+
174 QAction* actionAboutQtDialog;
+
+
+
177 QAction* actionCreateNewRasterLayer;
+
178 QAction* actionCreateNewShapedLayer;
+
179 QAction* actionDeleteLayer;
+
180 QAction* actionSetActiveLayer;
+
181 QAction* actionSetActiveAlpha;
+
182 QAction* actionSetPolygon;
+
183 QAction* actionMovePositionUp;
+
184 QAction* actionMovePositionDown;
+
185 QAction* actionMovePositionLeft;
+
186 QAction* actionMovePositionRight;
+
187 QAction* actionMoveLayerUp;
+
188 QAction* actionMoveLayerDown;
+
+
+
191 QList<QAction*> actionSaveAs;
+
+
193 QAction* actionSetWidth;
+
194 QAction* actionSetInnerAlpha;
+
+
+
197 QWidget* centralGuiWidget;
+
198 QGridLayout* mainLayout;
+
+
+