write skeleton app, begin development

This commit is contained in:
Kilian Valkhof 2010-02-01 18:16:42 +01:00
parent 7402201365
commit 61a0dffe59
5 changed files with 188 additions and 3 deletions

View file

@ -1,12 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<author>Kilian Valkhof</author>
<class>trimage</class>
<widget class="QMainWindow" name="trimage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<width>600</width>
<height>170</height>
</rect>
</property>
@ -202,4 +203,21 @@
</widget>
<resources/>
<connections/>
<designerdata>
<property name="gridDeltaX">
<number>10</number>
</property>
<property name="gridDeltaY">
<number>10</number>
</property>
<property name="gridSnapX">
<bool>true</bool>
</property>
<property name="gridSnapY">
<bool>true</bool>
</property>
<property name="gridVisible">
<bool>true</bool>
</property>
</designerdata>
</ui>