mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 02:17:11 +02:00
46 lines
1,003 B
XML
46 lines
1,003 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>HelpWindow</class>
|
|
<widget class="QDialog" name="HelpWindow">
|
|
<property name="windowModality">
|
|
<enum>Qt::ApplicationModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>696</width>
|
|
<height>546</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Nitpick Help</string>
|
|
</property>
|
|
<widget class="QTextEdit" name="textEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>50</x>
|
|
<y>50</y>
|
|
<width>581</width>
|
|
<height>381</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>460</y>
|
|
<width>93</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|