diff options
Diffstat (limited to 'parts/filecreate/file-templates/ui')
-rw-r--r-- | parts/filecreate/file-templates/ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/parts/filecreate/file-templates/ui b/parts/filecreate/file-templates/ui new file mode 100644 index 00000000..858b4678 --- /dev/null +++ b/parts/filecreate/file-templates/ui @@ -0,0 +1,20 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>Form1</class> +<widget class="QWidget"> + <property name="name"> + <cstring>Form1</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>600</width> + <height>480</height> + </rect> + </property> + <property name="caption"> + <string>Form1</string> + </property> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |