Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95096481
main_qt_gl.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 12, 20:09
Size
160 B
Mime Type
text/x-c
Expires
Sat, Dec 14, 20:09 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22931848
Attached To
rSYMKIT symkit
main_qt_gl.cc
View Options
#include <QApplication>
#include "glwidget.h"
int
main
(
int
argc
,
char
*
argv
[])
{
QApplication
a
(
argc
,
argv
);
GLWidget
w
;
w
.
show
();
return
a
.
exec
();
}
Event Timeline
Log In to Comment