<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Report</class> <widget class="QWidget" name="Report"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>549</width> <height>338</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>0</number> </property> <property name="margin"> <number>0</number> </property> <item> <widget class="QWebView" name="webView"> <property name="url"> <url> <string>about:blank</string> </url> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Start</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="startDate"> <property name="displayFormat"> <string>d/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>End</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="endDate"> <property name="displayFormat"> <string>d/MM/yyyy</string> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="refreshButton"> <property name="text"> <string>&Refresh</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Temporary Page</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="printButton"> <property name="text"> <string>&Print</string> </property> </widget> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>QWebView</class> <extends>QWidget</extends> <header>QtWebKit/QWebView</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>