#include <configure_path.h>
Detailed Description
Definition at line 10 of file configure_path.h.
Constructor & Destructor Documentation
configure_path::configure_path |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
configure_path::~configure_path |
( |
| ) |
|
Member Function Documentation
void configure_path::tycho_exectuable_config_ini |
( |
| ) |
|
|
privateslot |
Definition at line 25 of file configure_path.cpp.
References Ui_configure_path::lineEdit, and ui.
Referenced by configure_path().
{
QString tycho_exe_config;
tycho_exe_config = QFileDialog::getOpenFileName(this, tr("The TYCHO Executable"), QString::null);
FILE *fd;
fd = fopen("config_tycho_gui.ini", "w");
fprintf(fd,"#THIS IS A TYCHO GUI CONFIG FILE\n#WHICH STORES THE FULL PATH OF THE\n#TYCHO SIMULATION EXECUTABLE\n""");
fprintf(fd,"%s", tycho_exe_config.toStdString().c_str());
fclose(fd);
}
Field Documentation
The documentation for this class was generated from the following files: