GnuCashew ~ GnuCash Enabled Web
GCW
Loading...
Searching...
No Matches
FilePropertiesWidget.h
Go to the documentation of this file.
1#line 2 "src/Gui/FilePropertiesWidget.h"
2
3#ifndef __GUI_FILEPROPERTIESWIDGET_H___
4#define __GUI_FILEPROPERTIESWIDGET_H___
5
6#include <Wt/WContainerWidget.h>
7#include <Wt/WTableView.h>
8
9namespace GCW {
10 namespace Gui {
11
12/*!
13** \brief Customer Overview
14**
15**
16*/
18: public Wt::WContainerWidget
19{
20 public:
21
23
24 private:
25
27
28}; // endclass FilePropertiesWidget
29
30 } // endnamespace Gui {
31} // endnamespace GCW {
32
33#endif // end __GUI_FILEPROPERTIESWIDGET_H___
34
35
Definition App.h:18