repo.or.cz
/
quplot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
some minor tweaks to some mpl files and color filter updates
[quplot.git]
/
main.cpp
blob
a2bc19e36ce45487537fba6ebfe4003f15b41891
1
#include <QtGui/QApplication>
2
#include
"quplot.h"
3
4
int
main
(
int
argc
,
char
*
argv
[])
5
{
6
QApplication
a
(
argc
,
argv
);
7
QuPlot w
;
8
w
.
show
();
9
return
a
.
exec
();
10
}