Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95091225
main.cpp
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, 19:11
Size
356 B
Mime Type
text/x-c
Expires
Sat, Dec 14, 19:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22900483
Attached To
rSYMKIT symkit
main.cpp
View Options
#include <QApplication>
#include "betascene.h"
#include "skplot2d.h"
#include "skviewer.h"
int main(int argc, char **argv)
{
QApplication app(argc, argv);
SKViewer viewer("Beta data viewer");
BetaScene scene(&viewer);
viewer.resize(900, 600);
scene.resize(1000, 700);
viewer.show();
scene.show();
return app.exec();
}
Event Timeline
Log In to Comment