49 lines
1.0 KiB
XML
49 lines
1.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AboutWindow</class>
|
|
<widget class="QDialog" name="AboutWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>400</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QPlainTextEdit" name="plainTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>80</x>
|
|
<y>60</y>
|
|
<width>261</width>
|
|
<height>151</height>
|
|
</rect>
|
|
</property>
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="plainText">
|
|
<string>Copyright (c) 2023 by Travis Hunter</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="okButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>240</y>
|
|
<width>80</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|