69 lines
1.4 KiB
Plaintext
69 lines
1.4 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>HistoryDialog</class>
|
||
|
<widget class="QDialog" name="HistoryDialog">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>540</width>
|
||
|
<height>460</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Dialog</string>
|
||
|
</property>
|
||
|
<widget class="QPushButton" name="pushButton_clear">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>400</x>
|
||
|
<y>430</y>
|
||
|
<width>60</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Clear</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QTableWidget" name="tableWidget_log">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>521</width>
|
||
|
<height>411</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_cancel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>470</x>
|
||
|
<y>430</y>
|
||
|
<width>60</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_draw">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>330</x>
|
||
|
<y>430</y>
|
||
|
<width>60</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Draw</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|