mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 03:40:31 +02:00
24 lines
510 B
XML
24 lines
510 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>542</width>
|
|
<height>459</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>IntelliPhoto</string>
|
|
</property>
|
|
<property name="animated">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|