#include <basicdialog.h>

Signals | |
| void | pathSelected (const QString &Path) |
Public Member Functions | |
| BasicDialog (QWidget *parent) | |
| void | createInterface (const QString &icon, const QString &title, const QString &firstLine, QWidget *widget, const QString &secondLine="", bool SelectFileButton=false, bool SelectDirButton=false, bool JusteOneButton=false) |
BasicDialog permet d'utiliser simplement une boite de dialogue avec une interface prédéfinie.
| BasicDialog::BasicDialog | ( | QWidget * | parent | ) | [inline] |
Le constructeur
| void BasicDialog::createInterface | ( | const QString & | icon, | |
| const QString & | title, | |||
| const QString & | firstLine, | |||
| QWidget * | widget, | |||
| const QString & | secondLine = "", |
|||
| bool | SelectFileButton = false, |
|||
| bool | SelectDirButton = false, |
|||
| bool | JusteOneButton = false | |||
| ) |
Permet de construire l'interface de la fonction selon un widget inconnu
1.5.4