widgets/multiplyfactordialog.h

changeset 254
b7b29cb82360
parent 252
da4876bfd822
child 264
76a025db4948
equal deleted inserted replaced
253:8b994c917f69 254:b7b29cb82360
16 glm::vec3 value() const; 16 glm::vec3 value() const;
17 private: 17 private:
18 Q_SLOT void updatePreview(); 18 Q_SLOT void updatePreview();
19 std::unique_ptr<Ui::MultiplyFactorDialog> ui; 19 std::unique_ptr<Ui::MultiplyFactorDialog> ui;
20 const glm::vec3 baseVector; 20 const glm::vec3 baseVector;
21 Vec3Editor preview; 21 VectorInput preview;
22 }; 22 };

mercurial