Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10907581
aboutdialog.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
419 B
Subscribers
None
aboutdialog.cpp
View Options
#include
"aboutdialog.h"
#include
"ui_aboutdialog.h"
#include
"clientmodel.h"
AboutDialog
::
AboutDialog
(
QWidget
*
parent
)
:
QDialog
(
parent
),
ui
(
new
Ui
::
AboutDialog
)
{
ui
->
setupUi
(
this
);
}
void
AboutDialog
::
setModel
(
ClientModel
*
model
)
{
ui
->
versionLabel
->
setText
(
model
->
formatFullVersion
());
}
AboutDialog
::~
AboutDialog
()
{
delete
ui
;
}
void
AboutDialog
::
on_buttonBox_accepted
()
{
close
();
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Nov 25, 08:04 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4518938
Default Alt Text
aboutdialog.cpp (419 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment