diff -r 46a9fde631f4 -r 75db7bb8dce8 tools/templates/mainform.h --- a/tools/templates/mainform.h Wed Jan 02 11:11:49 2013 +0100 +++ b/tools/templates/mainform.h Sun Jan 27 00:28:57 2013 +0100 @@ -7,23 +7,23 @@ class MyWindow : public QMainWindow { - Q_OBJECT + Q_OBJECT public: - MyWindow(QWidget * parent = 0, Qt::WFlags flags = 0); + MyWindow(QWidget * parent = 0, Qt::WFlags flags = 0); private: - QScrollArea * sa_xy; - PixLabel * xy; - QPushButton * buttAdd; - QPushButton * buttCode; - QPushButton * buttSave; - QPushButton * buttLoad; + QScrollArea * sa_xy; + PixLabel * xy; + QPushButton * buttAdd; + QPushButton * buttCode; + QPushButton * buttSave; + QPushButton * buttLoad; private slots: - void Code(); - void Save(); - void Load(); + void Code(); + void Save(); + void Load(); };