parent
06f0edcc54
commit
8d8159e41c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
@ -1,7 +0,0 @@
|
|||||||
#include "Report.h"
|
|
||||||
|
|
||||||
Report::Report(QWidget *parent)
|
|
||||||
: QMainWindow(parent)
|
|
||||||
{
|
|
||||||
ui.setupUi(this);
|
|
||||||
}
|
|
||||||
@ -1,15 +0,0 @@
|
|||||||
#pragma once
|
|
||||||
|
|
||||||
#include <QtWidgets/QMainWindow>
|
|
||||||
#include "ui_Report.h"
|
|
||||||
|
|
||||||
class Report : public QMainWindow
|
|
||||||
{
|
|
||||||
Q_OBJECT
|
|
||||||
|
|
||||||
public:
|
|
||||||
Report(QWidget *parent = Q_NULLPTR);
|
|
||||||
|
|
||||||
private:
|
|
||||||
Ui::ReportClass ui;
|
|
||||||
};
|
|
||||||
@ -1,29 +0,0 @@
|
|||||||
<UI version="4.0" >
|
|
||||||
<class>ReportClass</class>
|
|
||||||
<widget class="QMainWindow" name="ReportClass" >
|
|
||||||
<property name="objectName" >
|
|
||||||
<string notr="true">ReportClass</string>
|
|
||||||
</property>
|
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>0</x>
|
|
||||||
<y>0</y>
|
|
||||||
<width>600</width>
|
|
||||||
<height>400</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="windowTitle" >
|
|
||||||
<string>Report</string>
|
|
||||||
</property>
|
|
||||||
<widget class="QMenuBar" name="menuBar" />
|
|
||||||
<widget class="QToolBar" name="mainToolBar" />
|
|
||||||
<widget class="QWidget" name="centralWidget" />
|
|
||||||
<widget class="QStatusBar" name="statusBar" />
|
|
||||||
</widget>
|
|
||||||
<layoutDefault spacing="6" margin="11" />
|
|
||||||
<pixmapfunction></pixmapfunction>
|
|
||||||
<resources>
|
|
||||||
<include location="Report.qrc"/>
|
|
||||||
</resources>
|
|
||||||
<connections/>
|
|
||||||
</UI>
|
|
||||||
Loading…
Reference in New Issue