Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94922704
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
Wed, Dec 11, 10:33
Size
356 B
Mime Type
text/x-c
Expires
Fri, Dec 13, 10:33 (1 d, 21 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