#include <newfiledlg.h>
Public Slots | |
| void | fileTypeChanged (QIconViewItem *item) |
Public Member Functions | |
| NewFileDlg (QWidget *parent) | |
| void | reject () |
| void | accept () |
| bool | accepted () const |
| int | fileType () const |
| int | codeType () const |
| bool | addToProject () const |
| QString | microID () const |
| MicroSelectWidget * | microSelectWidget () const |
Protected Attributes | |
| bool | m_bAccepted |
| int | m_fileType |
| int | m_codeType |
| bool | m_bAddToProject |
| QString | m_microID |
| NewFileWidget * | m_pNewFileWidget |
| QWidget * | m_pMainParent |
A standard dialog for getting file details from the user for a new project
Definition at line 25 of file newfiledlg.h.
1.5.1