tools/templates/pixlabel.h
changeset 8442 535a00ca0d35
parent 359 59fbfc65fbda
--- a/tools/templates/pixlabel.h	Sat Jan 26 23:57:37 2013 +0100
+++ b/tools/templates/pixlabel.h	Sun Jan 27 00:00:33 2013 +0100
@@ -5,17 +5,17 @@
 
 class PixLabel : public QLabel
 {
-	Q_OBJECT
+    Q_OBJECT
 
 public:
 
-	PixLabel();
-	QList<QRect> rects;
+    PixLabel();
+    QList<QRect> rects;
 
 public slots:
-	void AddRect();
+    void AddRect();
 
 private:
-	void paintEvent(QPaintEvent * event);
-	void mousePressEvent(QMouseEvent * e);
+    void paintEvent(QPaintEvent * event);
+    void mousePressEvent(QMouseEvent * e);
 };