Files
TweetSearcherPOG/mainwindow.ui
2021-08-14 15:41:41 +02:00

238 lines
5.6 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>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>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>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Dubai&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>110</x>
<y>380</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>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>FileName</string>
</property>
</widget>
<widget class="QTextBrowser" name="Output">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>571</width>
<height>341</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="Popular">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>94</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Popular?</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
<widget class="QDateEdit" name="Since">
<property name="geometry">
<rect>
<x>70</x>
<y>330</y>
<width>110</width>
<height>29</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>330</y>
<width>66</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Since</string>
</property>
</widget>
<widget class="QDateEdit" name="Until">
<property name="geometry">
<rect>
<x>270</x>
<y>330</y>
<width>110</width>
<height>29</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>330</y>
<width>66</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Until</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>980</width>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menukij">
<property name="title">
<string>TwintGUI</string>
</property>
<addaction name="action_Close"/>
</widget>
<addaction name="menukij"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="action_Close">
<property name="text">
<string>&amp; Close</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>