FreeDebks  1.0.3
 All Classes Files Functions Variables Friends Pages
FdJournalFactory.hpp
Go to the documentation of this file.
1 #ifndef FDJOURNALFACTORY_HPP
2 #define FDJOURNALFACTORY_HPP
3 
4 #include <QLineEdit>
5 #include <QItemEditorFactory>
6 #include <QCompleter>
7 
8 #include "../guiDefinitions.hpp"
9 
11 
15 class FdJournalFactory : public QItemEditorFactory
16 {
17 
18 private:
19  EntryItemType mType;
20  const FdTabCoa* mCoa;
21 
22 public:
23  FdJournalFactory(EntryItemType type, const FdTabCoa* coa);
24  QWidget* createEditor(QVariant::Type type, QWidget* parent) const;
25 
26 };
27 
28 #endif // FDJOURNALFACTORY_HPP