This commit is contained in:
2017-12-28 17:52:26 +01:00
parent 69a43c9a11
commit 44b12e0b63
22 changed files with 1468 additions and 20 deletions
+22
View File
@@ -0,0 +1,22 @@
#ifndef CPARTLISTWINDOW_H
#define CPARTLISTWINDOW_H
#include <QWidget>
namespace Ui {
class cPartlistWindow;
}
class cPartlistWindow : public QWidget
{
Q_OBJECT
public:
explicit cPartlistWindow(QWidget *parent = 0);
~cPartlistWindow();
private:
Ui::cPartlistWindow *ui;
};
#endif // CPARTLISTWINDOW_H