#include <AboutDialog.h>
Public Member Functions | |
AboutDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
void | setTerraLibLogoFilePath (std::string path) |
void | setTerraViewLogoFilePath (std::string path) |
~AboutDialog () | |
Private Attributes | |
std::unique_ptr< Ui::AboutDialogForm > | m_ui |
Definition at line 38 of file AboutDialog.h.
AboutDialog::AboutDialog | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
AboutDialog::~AboutDialog | ( | ) |
void AboutDialog::setTerraLibLogoFilePath | ( | std::string | path | ) |
void AboutDialog::setTerraViewLogoFilePath | ( | std::string | path | ) |
|
private |
Definition at line 54 of file AboutDialog.h.