360 lines
7.3 KiB
XML
360 lines
7.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>QMainWindow</class>
|
|
<widget class="QMainWindow" name="QMainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>980</width>
|
|
<height>466</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Tweet Search</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>160</y>
|
|
<width>91</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tweet Limit</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="Keyword">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>20</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="City">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>90</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="html">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Cantarell';">Dubai</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="Limit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>160</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="SearchButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>400</y>
|
|
<width>95</width>
|
|
<height>27</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Search</string>
|
|
</property>
|
|
<property name="autoDefault">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="default">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>90</y>
|
|
<width>81</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>City</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>81</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Keyword</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTextEdit" name="Filename">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>240</y>
|
|
<width>251</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>240</y>
|
|
<width>91</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Folder Name</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDateEdit" name="Since">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>310</y>
|
|
<width>110</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumDate">
|
|
<date>
|
|
<year>2020</year>
|
|
<month>1</month>
|
|
<day>1</day>
|
|
</date>
|
|
</property>
|
|
<property name="displayFormat">
|
|
<string>dd/M/yyyy</string>
|
|
</property>
|
|
<property name="calendarPopup">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>310</y>
|
|
<width>41</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Since</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QDateEdit" name="Until">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>310</y>
|
|
<width>110</width>
|
|
<height>29</height>
|
|
</rect>
|
|
</property>
|
|
<property name="locale">
|
|
<locale language="English" country="UnitedKingdom"/>
|
|
</property>
|
|
<property name="minimumDate">
|
|
<date>
|
|
<year>2021</year>
|
|
<month>1</month>
|
|
<day>1</day>
|
|
</date>
|
|
</property>
|
|
<property name="displayFormat">
|
|
<string>dd/M/yyyy</string>
|
|
</property>
|
|
<property name="calendarPopup">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>310</y>
|
|
<width>31</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Until</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QTableWidget" name="Output">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>400</x>
|
|
<y>21</y>
|
|
<width>571</width>
|
|
<height>361</height>
|
|
</rect>
|
|
</property>
|
|
<property name="rowCount">
|
|
<number>100</number>
|
|
</property>
|
|
<property name="columnCount">
|
|
<number>4</number>
|
|
</property>
|
|
<attribute name="horizontalHeaderDefaultSectionSize">
|
|
<number>140</number>
|
|
</attribute>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<row/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
<column/>
|
|
</widget>
|
|
<widget class="QCheckBox" name="Popular">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>360</y>
|
|
<width>94</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Popular</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="action_Close">
|
|
<property name="text">
|
|
<string> Close</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|