--- a/tools/templates/mainform.h Sat Jan 26 23:57:37 2013 +0100
+++ b/tools/templates/mainform.h Sun Jan 27 00:00:33 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();
};