#include <batchdialog.h>
Public Slots | |
| void | retranslateUi () |
Public Member Functions | |
| BatchDialog (QDialog *parent) | |
| virtual | ~BatchDialog () |
| void | presetPath (QString dir) |
| QString | selectedCompatibilityStr () |
| int | selectedCompatibility () |
| int | selectedConversion () |
| QString | selectedPath () |
Private Slots | |
| void | PathDlg () |
Private Attributes | |
| QString | msg_head_pathdialog |
| message head of dialog | |
| BatchDialog::BatchDialog | ( | QDialog * | parent | ) |
creating function
| BatchDialog::~BatchDialog | ( | ) | [virtual] |
virtual destructor
| void BatchDialog::PathDlg | ( | ) | [private, slot] |
get path from FileDialog and set into line edit "path"
| void BatchDialog::presetPath | ( | QString | dir | ) |
preset line edit "path"
| void BatchDialog::retranslateUi | ( | ) | [slot] |
retranslate Ui
| int BatchDialog::selectedCompatibility | ( | ) |
get selected file compatibility from comboBox "compatibility" as integer
| QString BatchDialog::selectedCompatibilityStr | ( | ) |
get selected file compatibility from comboBox "compatibility" as string
| int BatchDialog::selectedConversion | ( | ) |
get selected function block conversion from comboBox "conversion" as integer
| QString BatchDialog::selectedPath | ( | ) |
get selected path from line edit "path"
QString BatchDialog::msg_head_pathdialog [private] |
message head of dialog
1.5.9