#include <pathextdialog.h>
Public Slots | |
void | retranslateUi () |
Public Member Functions | |
PathExtDialog (QDialog *parent) | |
virtual | ~PathExtDialog () |
QString | currentPath () |
QString | currentExt () |
void | presetPath (QString dir) |
Private Slots | |
void | PathDlg () |
Private Attributes | |
QString | msg_head_pathdialog |
message head of dialog |
PathExtDialog::PathExtDialog | ( | QDialog * | parent | ) |
creating function
PathExtDialog::~PathExtDialog | ( | ) | [virtual] |
virtual destructor
QString PathExtDialog::currentExt | ( | ) |
get current file extension from comboBox "compatibility"
QString PathExtDialog::currentPath | ( | ) |
get current path from line edit "path"
void PathExtDialog::PathDlg | ( | ) | [private, slot] |
get path from FileDialog and set into line edit "path"
void PathExtDialog::presetPath | ( | QString | dir | ) |
preset line edit "path"
void PathExtDialog::retranslateUi | ( | ) | [slot] |
retranslate Ui
QString PathExtDialog::msg_head_pathdialog [private] |
message head of dialog