mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact1
This commit is contained in:
16
LibInstructorsAndTrainees/widgets/widgettools.h
Normal file
16
LibInstructorsAndTrainees/widgets/widgettools.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef WIDGETTOOLS_H
|
||||
#define WIDGETTOOLS_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
class WidgetTools
|
||||
{
|
||||
public:
|
||||
WidgetTools();
|
||||
|
||||
public:
|
||||
static void closeAllChildWidgets(QWidget* parent, QString objName);
|
||||
|
||||
};
|
||||
|
||||
#endif // WIDGETTOOLS_H
|
||||
Reference in New Issue
Block a user