added OptionsDialog

This commit is contained in:
Rafael 2016-04-04 23:54:17 +02:00
parent 90e69b88a2
commit 300db91cc5
4 changed files with 93 additions and 0 deletions

18
OptionsDialog.ui Executable file
View file

@ -0,0 +1,18 @@
<ui version="4.0">
<class>OptionsDialog</class>
<widget class="QDialog" name="OptionsDialog">
<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>
<resources/>
<connections/>
</ui>