Spreadsheet output added

This commit is contained in:
LinlyBoi
2021-08-15 12:11:51 +02:00
parent 691f31fbe3
commit 3cadfda599
3 changed files with 164 additions and 72 deletions

View File

@@ -67,8 +67,8 @@ p, li { white-space: pre-wrap; }
<widget class="QPushButton" name="SearchButton">
<property name="geometry">
<rect>
<x>110</x>
<y>380</y>
<x>140</x>
<y>400</y>
<width>95</width>
<height>27</height>
</rect>
@@ -135,37 +135,11 @@ p, li { white-space: pre-wrap; }
<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>
<y>310</y>
<width>110</width>
<height>29</height>
</rect>
@@ -174,9 +148,9 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>330</y>
<width>66</width>
<x>10</x>
<y>310</y>
<width>41</width>
<height>31</height>
</rect>
</property>
@@ -187,8 +161,8 @@ p, li { white-space: pre-wrap; }
<widget class="QDateEdit" name="Until">
<property name="geometry">
<rect>
<x>270</x>
<y>330</y>
<x>260</x>
<y>310</y>
<width>110</width>
<height>29</height>
</rect>
@@ -197,9 +171,9 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>200</x>
<y>330</y>
<width>66</width>
<x>210</x>
<y>310</y>
<width>31</width>
<height>31</height>
</rect>
</property>
@@ -207,28 +181,147 @@ p, li { white-space: pre-wrap; }
<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>
<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>
<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>
<string> Close</string>
</property>
</action>
</widget>