FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
QHeatMap/test/main.cpp at master · pbesedm/QHeatMap · GitHub
pbesedm
/
QHeatMap
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
92
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
QHeatMap
/
test
/
main.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (20 loc) · 613 Bytes
Breadcrumbs
QHeatMap
/
test
/
main.cpp
Copy path
File metadata and controls
41 lines (20 loc) · 613 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
====================================================================
* Filename: main.cpp
* Version:
* Author: Dianchun Huang <simpleotter23@gmail.com>
*
* Copyright (c) 2013 Dianchun Huang (simpleotter23@gmail.com)
*
* Created at: Thu May 23 22:42:59 2013
* Modified at: Wed Jul 10 19:11:47 2013
* Description:
*==================================================================
*/
#
include
<
QApplication
>
#
include
"
mainwindow.h
"
int
main
(
int
argc,
char
*argv[])
{
QApplication
app
(argc, argv);
MainWindow w;
w.
show
();
return
app.
exec
();
}
Back
|
FazBrowse Home
|
New Git URL