source:
flair-src/trunk/tools/FlairGCS/src/GridLayout.h@
9
Last change on this file since 9 was 9, checked in by , 9 years ago | |
---|---|
File size: 266 bytes |
Line | |
---|---|
1 | #ifndef GRIDLAYOUT_H |
2 | #define GRIDLAYOUT_H |
3 | |
4 | #include "Layout.h" |
5 | |
6 | class GridLayout: public Layout |
7 | { |
8 | |
9 | public: |
10 | GridLayout(Layout* parent,int row, int col,QString name); |
11 | ~GridLayout(); |
12 | |
13 | private: |
14 | QWidget* widget; |
15 | }; |
16 | |
17 | #endif // GRIDLAYOUT_H |
Note:
See TracBrowser
for help on using the repository browser.