diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 01:56:30 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 01:56:30 (GMT) |
commit | fc2d9341fac6948716b328b75f3366313bd2545a (patch) | |
tree | 4c40b79dc3250b655f6284ed8db1b787657c69ce /src/MainWindow.ui | |
parent | b7d1c94dc1462dae0b7a23ddffe1f91c57308aa8 (diff) |
begin process of unifying GLView and OffscreenView. renames, objrot, objtran
Diffstat (limited to 'src/MainWindow.ui')
-rw-r--r-- | src/MainWindow.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWindow.ui b/src/MainWindow.ui index f71ac96..9dfc5dc 100644 --- a/src/MainWindow.ui +++ b/src/MainWindow.ui @@ -38,7 +38,7 @@ <property name="orientation"> <enum>Qt::Vertical</enum> </property> - <widget class="GLView" name="glview" native="true"/> + <widget class="QGLView" name="qglview" native="true"/> <widget class="QTextEdit" name="console"> <property name="readOnly"> <bool>true</bool> @@ -679,9 +679,9 @@ </widget> <customwidgets> <customwidget> - <class>GLView</class> + <class>QGLView</class> <extends>QWidget</extends> - <header>GLView.h</header> + <header>QGLView.h</header> <container>1</container> </customwidget> <customwidget> |