PeriDyno 1.0.0
Loading...
Searching...
No Matches
PStatusBar.h
Go to the documentation of this file.
1#ifndef PSTATUSBAR_H
2#define PSTATUSBAR_H
3
4#include <QStatusBar>
5
6class QProgressBar;
7class QLabel;
8
9namespace dyno
10{
11 class PStatusBar : public QStatusBar
12 {
13 public:
14 PStatusBar(QWidget *parent = Q_NULLPTR);
15
16 private:
17 QProgressBar* m_progressBar;
19 };
20}
21
22#endif // PSTATUSBAR_H
QProgressBar * m_progressBar
Definition PStatusBar.h:17
PStatusBar(QWidget *parent=Q_NULLPTR)
Definition PStatusBar.cpp:9
QLabel * m_progressLabel
Definition PStatusBar.h:18
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25