Changeset 15 in flair-src for trunk/tools/FlairGCS/src/TabWidget.h


Ignore:
Timestamp:
04/08/16 15:40:57 (8 years ago)
Author:
Bayard Gildas
Message:

sources reformatted with flair-format-dir script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/TabWidget.h

    r10 r15  
    1111class Layout;
    1212
    13 class TabWidget: public XmlWidget
    14 {
    15     friend class Tab;
     13class TabWidget : public XmlWidget {
     14  friend class Tab;
    1615
    17     public:
    18         TabWidget(Layout* parent,int row,int col,QString name,QTabWidget::TabPosition position);
    19         ~TabWidget();
    20         bool IsUptodate(void);
     16public:
     17  TabWidget(Layout *parent, int row, int col, QString name,
     18            QTabWidget::TabPosition position);
     19  ~TabWidget();
     20  bool IsUptodate(void);
    2121
    22     private:
    23         QTabWidget* tab;
    24         void XmlEvent(QDomElement dom);
    25 
    26 
     22private:
     23  QTabWidget *tab;
     24  void XmlEvent(QDomElement dom);
    2725};
    2826
Note: See TracChangeset for help on using the changeset viewer.