Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95096367
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:08
Size
160 B
Mime Type
text/x-c
Expires
Sat, Dec 14, 20:08 (2 d)
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