<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExportCSV</class> <widget class="QDialog" name="ExportCSV"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>521</width> <height>254</height> </rect> </property> <property name="windowTitle"> <string>Export as CSV</string> </property> <layout class="QFormLayout" name="formLayout"> <item row="3" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Dates:</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_4"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Resolution:</string> </property> </widget> </item> <item row="6" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QRadioButton" name="rb1_details"> <property name="text"> <string>Details</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rb1_Sessions"> <property name="text"> <string>Sessions</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="rb1_Summary"> <property name="text"> <string>Daily</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="8" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>Filename:</string> </property> </widget> </item> <item row="12" column="0" colspan="2"> <layout class="QHBoxLayout" name="horizontalLayout"> <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="cancelButton"> <property name="text"> <string>Cancel</string> </property> </widget> </item> <item> <widget class="QPushButton" name="exportButton"> <property name="text"> <string>Export</string> </property> </widget> </item> </layout> </item> <item row="3" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="startLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Start:</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="startDate"> <property name="currentSection"> <enum>QDateTimeEdit::DaySection</enum> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="endLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>End:</string> </property> </widget> </item> <item> <widget class="QDateEdit" name="endDate"> <property name="currentSection"> <enum>QDateTimeEdit::DaySection</enum> </property> <property name="calendarPopup"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="0" column="0"> <widget class="QLabel" name="label_3"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Quick Range:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="quickRangeCombo"> <item> <property name="text"> <string>Most Recent Day</string> </property> </item> <item> <property name="text"> <string>Last Week</string> </property> </item> <item> <property name="text"> <string>Last Fortnight</string> </property> </item> <item> <property name="text"> <string>Last Month</string> </property> </item> <item> <property name="text"> <string>Last 6 Months</string> </property> </item> <item> <property name="text"> <string>Last Year</string> </property> </item> <item> <property name="text"> <string>Everything</string> </property> </item> <item> <property name="text"> <string>Custom</string> </property> </item> </widget> </item> <item row="8" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLineEdit" name="filenameEdit"/> </item> <item> <widget class="QToolButton" name="filenameBrowseButton"> <property name="text"> <string>...</string> </property> </widget> </item> </layout> </item> <item row="10" column="0" colspan="2"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="11" column="0" colspan="2"> <widget class="QProgressBar" name="progressBar"> <property name="value"> <number>0</number> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>cancelButton</sender> <signal>clicked()</signal> <receiver>ExportCSV</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>377</x> <y>230</y> </hint> <hint type="destinationlabel"> <x>260</x> <y>126</y> </hint> </hints> </connection> </connections> </ui>