From e10c0a7602c612993e6b99348bab507b7def0881 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 25 Feb 2012 16:56:25 +0000 Subject: Add entity manipulator widget, added support for editing entity angles. --- src/sidebar.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/sidebar.h') diff --git a/src/sidebar.h b/src/sidebar.h index e731327..0ed8d2a 100644 --- a/src/sidebar.h +++ b/src/sidebar.h @@ -57,6 +57,12 @@ private slots: void updateEntityLocationZ(const QString &value); + void updateEntityAnglesYaw(const QString &value); + + void updateEntityAnglesPitch(const QString &value); + + void updateEntityAnglesRoll(const QString &value); + void updateEntityRadius(const QString &value); void updateEntityValues(); @@ -77,6 +83,9 @@ private: QLineEdit *edit_entitylocation_x; QLineEdit *edit_entitylocation_y; QLineEdit *edit_entitylocation_z; + QLineEdit *edit_entityangles_yaw; + QLineEdit *edit_entityangles_pitch; + QLineEdit *edit_entityangles_roll; QLineEdit *edit_entityradius; QTextEdit *text_entityvalues; QTextEdit *text_subsections; -- cgit v1.2.3