Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94230404
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
Wed, Dec 4, 23:07
Size
160 B
Mime Type
text/x-c
Expires
Fri, Dec 6, 23:07 (2 d)
Engine
blob
Format
Raw Data
Handle
22764698
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