This website requires JavaScript.
Explore
Help
Sign In
168492376
/
qt-material-widgets
Watch
1
Star
0
Fork
You've already forked qt-material-widgets
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
75af97d4d3
qt-material-widgets
/
components
/
dialog.cpp
11 lines
102 B
C++
Raw
Normal View
History
Unescape
Escape
add header include statement
2016-03-19 08:32:49 +00:00
#
include
"dialog.h"
add Dialog boilerplate
2016-06-17 11:43:04 +00:00
Dialog
:
:
Dialog
(
QWidget
*
parent
)
:
QWidget
(
parent
)
{
}
Dialog
:
:
~
Dialog
(
)
{
}