From 3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 12 Sep 2012 14:57:44 +0200 Subject: initial un-exporter version --- lstexcoordseteditor.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 lstexcoordseteditor.h (limited to 'lstexcoordseteditor.h') diff --git a/lstexcoordseteditor.h b/lstexcoordseteditor.h deleted file mode 100644 index 5d7d567..0000000 --- a/lstexcoordseteditor.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef LSTEXCOORDSETEDITOR_H -#define LSTEXCOORDSETEDITOR_H - -#include -#include -#include -#include "lyt/common.h" - -class LSTexCoordSetEditor : public QWidget -{ - Q_OBJECT -public: - explicit LSTexCoordSetEditor(QWidget *parent = 0); - - void setCoordPtr(QVector *coords); - -private: - QVector *m_targetCoords; - QSpinBox *m_coordCount; - QComboBox *m_chooser; - QDoubleSpinBox *m_coordEntry[8]; - - int m_loadingThings; - - void changeChooserCountTo(int count); - void showCoordSet(int index); - -private slots: - void handleCoordCountChanged(int count); - void handleSetSelected(int index); - void handleCoordChanged(double value); - -signals: - void coordsEdited(); - -public slots: - -}; - -#endif // LSTEXCOORDSETEDITOR_H -- cgit v1.2.3